Questions tagged [plugin.xml]
50 questions
0
votes
1 answer
How to open the preference page in right click with specific items?
I want to right click the 'preference' menu and get the pref page opened filtered with only specific tree items which I define.

Tomer.Epstein
- 269
- 1
- 3
- 10
0
votes
1 answer
Eclipse plugin: how to show .* resources by default in perspective
How to configure perspective in plugin/RCP to show .* resources.
Currently, it should be done manually by selecting Customize View... by every user.
In Eclipse plugin development how to show .* files in a new perspective by default?
Related
How to…

Paul Verest
- 60,022
- 51
- 208
- 332
0
votes
1 answer
How do Eclipse plugins work?
Specifically, I would like to know exactly what happens when Eclipse loads a plugin.
To explain what I'm looking for:
I am currently trying to decipher a plugin that reformats Java code to make nicer comparisons (found HERE).
The main class that…

CodyBugstein
- 21,984
- 61
- 207
- 363
0
votes
1 answer
Eclipse plugin: How to extend perspective with View, that is implemented by external plugin
There is an Eclipse plugin, that defines Node perspective in plugin.xml file.
I'd like to add default View to this perspective, that is implemented by Markdown Editor.
Namely Markdown HTML preview.
Will Eclipse behave nicely if user don't install…

Paul Verest
- 60,022
- 51
- 208
- 332
0
votes
1 answer
Eclipse: Selection Lost when switching Perspective makes Toolbar entry disappear
I have a condition using which I display an entry in the toolbar. I use
menuContribution + command + visibleWhen to display this entry. As soon as I switch to another perspective my entry in the toolbar vanishes even though I have that…

Abbas
- 3,144
- 2
- 25
- 45