I updated and tried to make a snapshot release today and have gotten stuck …
1) produce not requires console 2) added jconsole pom.xml into the mix 3) requires org.eclipse.ui.editors which is fine (and has been added to net.refractions.udig_base feature yay!) 4) which fails as we explicitly exclude *org.eclipse.ui.ide* (since it adds a bunch of menus and wizards to our app) Looking around: - http://www.eclipse.org/eclipse/platform-text/development/rcp/examples/index.html - http://stackoverflow.com/questions/6043291/how-to-use-existing-text-editor-for-my-rcp-application Based on these two pages it looks like we can follow a tutorial for "RCP Text Editor Example" and create JConsole using just AbstractTextEditor (which is provided by the plugin org.eclipse.ui.workbench.texteditor). Here is what we have today: AbstractTextEditor <|-- StatusTextEditor <|-- AbstractDecoratedTextEditor <|-- TextEditor <|-- JavaEditor And here is what (if I understand correctly) is needed: AbstractTextEditor <|-- StatusTextEditor <|-- GeoScriptEditor -- Jody Garnett
_______________________________________________ User-friendly Desktop Internet GIS (uDig) http://udig.refractions.net http://lists.refractions.net/mailman/listinfo/udig-devel
