mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-28 19:35:36 +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
|
2004-08-12 Mikhail Khodjaiants
|
||||||
Warning cleanup.
|
Warning cleanup.
|
||||||
* AbstractCLaunchDelegate.java
|
* AbstractCLaunchDelegate.java
|
||||||
|
|
|
@ -14,7 +14,7 @@ providerName=Eclipse.org
|
||||||
LocalCDTLaunch.name= C/C++ Local
|
LocalCDTLaunch.name= C/C++ Local
|
||||||
CoreFileCDTLaunch.name= C/C++ Postmortem debugger
|
CoreFileCDTLaunch.name= C/C++ Postmortem debugger
|
||||||
|
|
||||||
CApplicationShortcut.label=C Local Application
|
CApplicationShortcut.label=Local C/C++ Application
|
||||||
ContextualRunJavaApplication.label=Run C Local Application
|
ContextualRunCApplication.label=Run Local C/C++ Application
|
||||||
ContextualDebugJavaApplication.label=Debug C Local Application
|
ContextualDebugCApplication.label=Debug Local C/C++ Application
|
||||||
|
|
||||||
|
|
|
@ -90,14 +90,11 @@
|
||||||
</enablement>
|
</enablement>
|
||||||
<contextLabel
|
<contextLabel
|
||||||
mode="run"
|
mode="run"
|
||||||
label="%ContextualRunJavaApplication.label"/>
|
label="%ContextualRunCApplication.label"/>
|
||||||
<contextLabel
|
<contextLabel
|
||||||
mode="debug"
|
mode="debug"
|
||||||
label="%ContextualDebugJavaApplication.label"/>
|
label="%ContextualDebugCApplication.label"/>
|
||||||
</contextualLaunch>
|
</contextualLaunch>
|
||||||
<filter
|
|
||||||
name="ContextualLaunchActionFilter"
|
|
||||||
value="supportsContextualLaunch"/>
|
|
||||||
<perspective
|
<perspective
|
||||||
id="org.eclipse.cdt.ui.CPerspective">
|
id="org.eclipse.cdt.ui.CPerspective">
|
||||||
</perspective>
|
</perspective>
|
||||||
|
|
Loading…
Add table
Reference in a new issue