Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-debug-dev] Proposed menu move of JDT Debug UI actions


Continuing with this thread after a hiatus:

I would like to propose moving the Inspect and Display actions from the "Edit" menu to the Debug Menu.  As well, add the Run To Line action to the Debug Menu.

This would be achieved by JDT Debug UI creating an action set that would create a debug menu with the same id as the
debug menu created by the Debug UI action set.  The actions would be contributed via the JDT Debug action set.  

Other than creating a menu with the same id (therefore only one Debug menu showing in the menubar), the action sets would have no dependencies on each other.

Comments?
Darins

Back to the top