Sorry they tricked me, let me search again (I remember JFace getting its editor story separated from the eclipse IDE system).
1) JFace TextViewer and SourceViewer Stack overflow discussion, pointing out that JFace org.eclipse.jface.text (TextViewer and SourceViewer) does not require an IDE dependency. - http://stackoverflow.com/questions/6043291/how-to-use-existing-text-editor-for-my-rcp-application So it looks like the IDE editor support wraps around a JFace text viewer, and we are recommended to do the same. 2) Platform Text factored out for RCP apps And here is what I was thinking of before: - http://www.eclipse.org/eclipse/platform-text/index.php - http://wiki.eclipse.org/RCP_Text_Editor_Examples -- Jody Garnett Geospatial Systems Architect LISAsoft ------------------------------------------------------------- Ph: +61 2 8570 5000 Fax: +61 2 8570 5099 Mob: +61 Suite 112, Jones Bay Wharf 19-21 Pirrama Rd Pyrmont NSW 2009 ------------------------------------------------------------- LISAsoft is part of the A2end Group of Companies http://www.ardec.com.au<http://www.ardec.com.au/> http://www.lisasoft.com<http://www.lisasoft.com/> http://www.terrapages.com<http://www.terrapages.com/> On 24/09/2012, at 3:57 PM, andrea antonello <[email protected]<mailto:[email protected]>> wrote: Interesting: The editor should be able to get away without an IDE dependency (http://www.eclipse.org/eclipse/platform-text/development/rcp/examples/index.html) but not sure about an active console. Doesn't the following mean that IDE is necessary? --------------- since 3.3: org.eclipse.ui.editors - provides a Text editor but drags in plug-ins like: * org.eclipse.ui.ide * org.eclipse.core.resources Use this if the resulting size of your RCP isn't important and you don't want to write your own editor. --------------- -- Jody Garnett On Monday, 24 September 2012 at 3:25 PM, andrea antonello wrote: Interesting how did we get a dependency on the IDE :) I guess I know. In fact that is needed for the Spatial Toolbox scripting console. It is not in uDig yet, but it is part of the Spatial Toolbox and gives the possibility to do scripting in OMS but also in the always more and more mature Geoscript. This is what I am talking about:http://code.google.com/p/jgrasstools/wiki/JConsole The editor needs IDE dependency, so at some point it got added. I guess we will have to add it back if the scripting console gets into uDig at some point. Ciao, Andrea Thanks for the patch I will review when near a computer. -- Jody Garnett On 22/09/2012, at 12:11 AM, Panagiotis Skintzos <[email protected]<mailto:[email protected]>> wrote: Hi, those are coming from org.eclipse.ui.ide I submitted a patch for this https://jira.codehaus.org/browse/UDIG-1945 -Panagiotis On Wed, Sep 12, 2012 at 3:14 PM, Jody Garnett (JIRA) <[email protected]<mailto:[email protected]>> wrote: Jody Garnett<https://jira.codehaus.org/secure/ViewProfile.jspa?name=jgarnett> created UDIG-1945<https://jira.codehaus.org/browse/UDIG-1945> Eclipse General New Wizards listed in application<https://jira.codehaus.org/browse/UDIG-1945> Issue Type: Bug Affects Versions: UDIG 1.3.2 Assignee: Unassigned Components: application Created: 12/Sep/12 8:13 AM Description: This is an odd one; if you open up the New Wizard you will see some things from the Eclipse platform have made their way in ... stray dependency much? The wizards are: * General/File * General/Folder * General/Project You can try and run the wizards but they end up very confused as there is no eclipse project for them to have a party in so they are not sure how to start. Project: uDIG<https://jira.codehaus.org/browse/UDIG> Priority: Major Reporter: Jody Garnett<https://jira.codehaus.org/secure/ViewProfile.jspa?name=jgarnett> This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators<https://jira.codehaus.org/secure/ContactAdministrators!default.jspa>. For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ User-friendly Desktop Internet GIS (uDig) http://udig.refractions.net<http://udig.refractions.net/> http://lists.refractions.net/mailman/listinfo/udig-devel _______________________________________________ User-friendly Desktop Internet GIS (uDig) http://udig.refractions.net<http://udig.refractions.net/> http://lists.refractions.net/mailman/listinfo/udig-devel _______________________________________________ User-friendly Desktop Internet GIS (uDig) http://udig.refractions.net<http://udig.refractions.net/> http://lists.refractions.net/mailman/listinfo/udig-devel _______________________________________________ User-friendly Desktop Internet GIS (uDig) http://udig.refractions.net<http://udig.refractions.net/> http://lists.refractions.net/mailman/listinfo/udig-devel _______________________________________________ User-friendly Desktop Internet GIS (uDig) http://udig.refractions.net<http://udig.refractions.net/> http://lists.refractions.net/mailman/listinfo/udig-devel <ATT00001.c>
_______________________________________________ User-friendly Desktop Internet GIS (uDig) http://udig.refractions.net http://lists.refractions.net/mailman/listinfo/udig-devel
