Community
Participate
Working Groups
3.3. The 'Show Whitespace Characters' and 'Toggle Block Selection' toolbar actions are not shown for PDE source editors. For each PDE editor that has source pages we have to add: <extension point="org.eclipse.ui.actionSetPartAssociations"> <actionSetPartAssociation targetID="org.eclipse.ui.edit.text.actionSet.presentation"> <part id="EDITOR ID GOES HERE"> </part> </actionSetPartAssociation> </extension>
Curtis, I can do this during 3.8. For which editors should I add it?
IDs for all source editors : org.eclipse.pde.ui.manifestEditor org.eclipse.pde.ui.buildEditor org.eclipse.pde.ui.schemaEditor org.eclipse.pde.ui.featureEditor org.eclipse.pde.ui.siteEditor org.eclipse.pde.ds.ui.editor (from org.eclipse.pde.ds.ui plugin)
Fixed in master: http://git.eclipse.org/c/pde/eclipse.pde.ui.git/commit/?id=4cb86523d52d59975d624bbc07e6b2f96cf0695b
Verified in I20120503-1800