Navigating in zipped sources

Hello,
I just made a new BasicGame project.
I wanted to travel through the inheritence tree:

[java]public class Main extends SimpleApplication {[/java]
[java]public abstract class SimpleApplication extends Application {[/java]

I can CTRL-click on “SimpleApplication” and the source shows up.
But when I try to go further (clicking on “Application”), nothing happens.

My workaround for now is to unzip the sources. Is there a better way with NetBeans, that allows to browse zip sources? If not, wouldn't it be better to ship the unzipped sources?

Don’t see this as critics - I just want to help improve the jME-Experience. :slight_smile:

I think this issue should be fixed in the latest Netbeans Platform version and hence in the next release version of the SDK, too.

When talking about next release, is the nightlies broken or is my install broken again?

Nightlies