Bug 385797 - [menus] Add command for "Refresh Debug Views" to allow a key-binding.

This commit is contained in:
Pawel Piech 2012-07-23 14:51:24 -07:00
parent 45d2d9400d
commit 7162e19924
2 changed files with 10 additions and 0 deletions

View file

@ -54,6 +54,8 @@ popup.resumeAtLine.label=Resume At Li&ne
popup.moveToLine.label=&Move To Line
popup.runToLine.label=Run To &Line
command.refreshAll.name=Refresh Debug Views
command.refreshAll.description=Refresh all data in debug views
# Preferences

View file

@ -672,6 +672,14 @@
</actionSet>
</extension>
<extension point="org.eclipse.ui.commands">
<command
categoryId="org.eclipse.debug.ui.category.run"
description="%command.refreshAll.description"
id="org.eclipse.cdt.dsf.debug.ui.refreshAll"
name="%command.refreshAll.name"/>
</extension>
<!-- Debug perspective extension -->
<extension
point="org.eclipse.ui.perspectiveExtensions">