Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Modernising actionSetPartAssociation
Modernising actionSetPartAssociation [message #1295366] Mon, 14 April 2014 07:52
Chris Rust is currently offline Chris RustFriend
Messages: 1
Registered: April 2014
Junior Member
We're updating our plugins so they don't use elements that are deprecated in Eclipse4.

We have a the following block:


<extension point="org.eclipse.ui.actionSetPartAssociations">
<actionSetPartAssociation targetID="org.eclipse.ui.edit.text.actionSet.presentation">
<part id="our.text.editor.id">
</part>
</actionSetPartAssociation>
</extension>


We're doing it so our text editor gets the block edit button showing on the toolbar.

I've tried activating the context that is created as a child of the action set, but that doesn't seem to have any effect (and I can see that unless specific code had been put into the action set handling that it wouldn't).

Does anyone have any suggestions as to how I should proceed, or am I stuck waiting for org.eclipse.ui.edit.text to be modernised before I can do my modernisation?
Previous Topic:"Program received signal SIGSEGV, Segmentation fault" all over in Luna under Ubuntu 13.10
Next Topic:Make Eclipse Editor Dirty
Goto Forum:
  


Current Time: Fri Apr 26 13:10:31 GMT 2024

Powered by FUDForum. Page generated in 0.02563 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top