Tagged Questions

0
votes
4answers
98 views

eclipse shortcut for enabling / disabling JAVA breakpoints

I'm looking for a shortcut to completely enable / disable all JAVA breakpoints (analogue of pushing the "Skip all breakpoints" button in Debug view ), not to enable / disable them on a row-by-row ...
0
votes
1answer
337 views

Reuse Eclipse's Plugin Manifest Editor

I want to have the PluginManifestEditor functionality in my view(not in a editor). Also I need to add some extra pages to it(along with the existing ones like Overview, Dependencies, runtime etc.). I ...