mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Apply patch for bugzilla 93013 - Run As and Debug As menu items now show up for a project in the C/C++ View.
This commit is contained in:
parent
59a2dc123a
commit
32d8ac98ea
1 changed files with 9 additions and 1 deletions
|
@ -81,7 +81,10 @@
|
|||
<with variable="selection">
|
||||
<count value="1"/>
|
||||
<iterate>
|
||||
<test property="org.eclipse.cdt.launch.isExecutable"/>
|
||||
<or>
|
||||
<test property="org.eclipse.cdt.launch.isExecutable"/>
|
||||
<instanceof value="org.eclipse.cdt.internal.core.model.CProject"/>
|
||||
</or>
|
||||
</iterate>
|
||||
</with>
|
||||
</enablement>
|
||||
|
@ -138,6 +141,11 @@
|
|||
adaptableType="org.eclipse.core.resources.IResource">
|
||||
<adapter type="org.eclipse.debug.ui.actions.ILaunchable"/>
|
||||
</factory>
|
||||
<factory
|
||||
class=""
|
||||
adaptableType="org.eclipse.cdt.internal.core.model.CProject">
|
||||
<adapter type="org.eclipse.debug.ui.actions.ILaunchable"/>
|
||||
</factory>
|
||||
</extension>
|
||||
|
||||
</plugin>
|
||||
|
|
Loading…
Add table
Reference in a new issue