-
|
The Repository explorer (which is awesome) has a "Show Versions" button which seems to not work together hand-in-hand with the filter. If I select it, the version is lost in the label provider. This feels like a minor bug to me. Also the C button has the label "Capabilities (Expert Mode) but I do not see how it is related to "Capabilities". To me it looks like it is switching to show the ID of the Eclipse component. The buttons for searching capabilities seem not be affected by this button. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
The highlighting used to show the matching text uses a content provider that replaces the default styled content provider and it searches only the text shown when in that search mode. I doubt I can find the find the time to change that to make it fancier; it would need to change to support searching the version numbers being displayed then as well for that case or that would be the next minor bug... As for the By default it shows the |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the answer. The Capabilities button is clear now to me based on your explanation.
Searching for the technical name would be already a huge improvement. Working with the target platform I typically copy the ID values from the text file and not the names from the tree view in the target platform editor. (Searching for the version is something I would not have excepted as the version uses the light color which I map to "just additional information".) |
Beta Was this translation helpful? Give feedback.







The highlighting used to show the matching text uses a content provider that replaces the default styled content provider and it searches only the text shown when in that search mode. I doubt I can find the find the time to change that to make it fancier; it would need to change to support searching the version numbers being displayed then as well for that case or that would be the next minor bug...
As for the
Capabilities (Expert Mode)you'll note a drop-down combo box appears where you can select what type of capability to display.By default it shows the
p2.iucapability, but one might use it to showjava.packagecapabilities which can be quite useful if you're not sure which bundle …