mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
new extension shortcut.
This commit is contained in:
parent
a2e3fb8fd2
commit
c1788d353f
1 changed files with 12 additions and 0 deletions
|
@ -67,4 +67,16 @@
|
||||||
</launchConfigurationTabGroup>
|
</launchConfigurationTabGroup>
|
||||||
</extension>
|
</extension>
|
||||||
|
|
||||||
|
<extension point = "org.eclipse.debug.ui.launchShortcuts">
|
||||||
|
<shortcut
|
||||||
|
id="org.eclipse.cdt.debug.ui.localCShortcut"
|
||||||
|
class="org.eclipse.cdt.launch.internal.CApplicationLaunchShortcut"
|
||||||
|
label="C Application"
|
||||||
|
icon="icons/c_app.gif"
|
||||||
|
modes="run, debug">
|
||||||
|
<perspective id="org.eclipse.cdt.ui.CPerspective"/>
|
||||||
|
<perspective id="org.eclipse.debug.ui.DebugPerspective"/>
|
||||||
|
</shortcut>
|
||||||
|
</extension>
|
||||||
|
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Add table
Reference in a new issue