Community
Participate
Working Groups
Build Identifier: M20100909-0800 In our RCP app we've created a view called "Types", the same name as org.eclipse.jdt.ui.TypesView. We'd prefer not to add the latter to our configuration as we don't use it, but we need the plugin for other reasons. In any case I noticed that the Show View (View: ...) keyboard shortcut for our Types view was missing the "Types" text - all the others work fine. This is because in ViewParameterValues a map from name -> id is being generated, clearly only one id can win for each name. Possibly, there are similar problems in other IParameterValues? I'm not sure what to suggest. I'd have thought that the map would make more sense in the other direction, it certainly seems to be used that way more often (as here) - but it's API now (?) so that might be difficult. I guess this is a rare case but it's nontrivial to track down the cause when you do see it. Reproducible: Always
Redirecting to Platform/UI
You're right, Tim, the problem is that it is API. A lot of the command schema was created to provide user-readable feedback, like the labels for IParameterValues. In this case, not considering that the IDs are unique and the names don't have to be. I'm not sure how to fix it either, as it is definitely API. PW
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. If the bug is still relevant, please remove the "stalebug" whiteboard tag.