forked from cpupk/ecd
-
Notifications
You must be signed in to change notification settings - Fork 58
Closed
Labels
Milestone
Description
I am still completely where it comes to my actual needs but I think I managed to find out how to implement the jar file browsing. This serves as notice that I will be working on making jar files or java archives in general viewable, for now.
From what I can tell we need to provide a org.eclipse.ui.navigator.navigatorContent extension which means we must implement org.eclipse.jface.viewers.ITreeContentProvider to list the content of these archives.
I am going to try and convince eclipse that it is just like any other folder by using the jar:// url schema as file path. Well that's the plan anyway lets see how it goes.