mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-28 11:25:35 +02:00
Contextual launch shortcuts cleanup.
This commit is contained in:
parent
42e7ccb462
commit
3a15714c5d
3 changed files with 10 additions and 8 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-08-16 Mikhail Khodjaiants
|
||||
Contextual launch shortcuts cleanup.
|
||||
* plugin.properties
|
||||
* plugin.xml
|
||||
|
||||
2004-08-12 Mikhail Khodjaiants
|
||||
Warning cleanup.
|
||||
* AbstractCLaunchDelegate.java
|
||||
|
|
|
@ -14,7 +14,7 @@ providerName=Eclipse.org
|
|||
LocalCDTLaunch.name= C/C++ Local
|
||||
CoreFileCDTLaunch.name= C/C++ Postmortem debugger
|
||||
|
||||
CApplicationShortcut.label=C Local Application
|
||||
ContextualRunJavaApplication.label=Run C Local Application
|
||||
ContextualDebugJavaApplication.label=Debug C Local Application
|
||||
CApplicationShortcut.label=Local C/C++ Application
|
||||
ContextualRunCApplication.label=Run Local C/C++ Application
|
||||
ContextualDebugCApplication.label=Debug Local C/C++ Application
|
||||
|
||||
|
|
|
@ -90,14 +90,11 @@
|
|||
</enablement>
|
||||
<contextLabel
|
||||
mode="run"
|
||||
label="%ContextualRunJavaApplication.label"/>
|
||||
label="%ContextualRunCApplication.label"/>
|
||||
<contextLabel
|
||||
mode="debug"
|
||||
label="%ContextualDebugJavaApplication.label"/>
|
||||
label="%ContextualDebugCApplication.label"/>
|
||||
</contextualLaunch>
|
||||
<filter
|
||||
name="ContextualLaunchActionFilter"
|
||||
value="supportsContextualLaunch"/>
|
||||
<perspective
|
||||
id="org.eclipse.cdt.ui.CPerspective">
|
||||
</perspective>
|
||||
|
|
Loading…
Add table
Reference in a new issue