Bug 534325 - Generic editor shows 2 "highlight" buttons in toolbar

It seems like the actionSet do persist a lot of state about buttons, so
the commands that are added in the actionSet toolbar with the previous
"hack" lead to having buttons persisted in the actionSet state and added
as part of it, then added again by the command framework, and again and
again, once per startup of the IDE.
To improve this situation, work should happen in bug 527007 and in
Platform to replace the actionSet by regular commands and menu
contributions, that are much more flexible and do not persist buttons.

Change-Id: Ic57a478795e6b5d1df8c1551f2d786b1808b3c8f
Signed-off-by: Mickael Istria <mistria@redhat.com>
1 file changed