[CNF] excludes takes precedence over includes [message #517885] |
Tue, 02 March 2010 03:02  |
Eclipse User |
|
|
|
Originally posted by: luzi.anderegg.ergon.ch
Hi,
I would like to exclude some action bindings from the project explorer
(e.g. org.eclipse.ui.navigator.resources.NewActions). In the
documentation, it states that when the includes and excludes statements
intersect, the excludes statement will be given precedence. I tried it with:
<extension
point="org.eclipse.ui.navigator.viewer">
<viewerActionBinding
viewerId="org.eclipse.ui.navigator.ProjectExplorer">
<excludes>
<actionExtension
pattern="org.eclipse.ui.navigator.resources.NewActions">
</actionExtension>
</excludes>
</viewerActionBinding>
</extension>
but no luck. Any ideas?
Thanks in advance,
Luzi
|
|
|
|
|
Re: [CNF] excludes takes precedence over includes [message #1273007 is a reply to message #518555] |
Wed, 19 March 2014 05:43  |
Eclipse User |
|
|
|
Hi Luzi,
I'm aware that this is a very, very late response, but I stumbled upon this bug myself a few weeks ago, and fixed it (mainly because there was nobody working on the navigator at that moment). In Luna M6, the Common Navigator Framework finally behaves as expected regarding exclusion of extensions.
Cheers,
Matthieu
|
|
|
Powered by
FUDForum. Page generated in 0.07132 seconds