mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fix warnings PR 93902
This commit is contained in:
parent
d00b5656b6
commit
1325843574
1 changed files with 33 additions and 31 deletions
|
@ -112,26 +112,47 @@
|
||||||
</objectContribution>
|
</objectContribution>
|
||||||
</extension>
|
</extension>
|
||||||
<extension
|
<extension
|
||||||
point="org.eclipse.ui.commands">
|
point="org.eclipse.ui.contexts">
|
||||||
<scope
|
<context
|
||||||
name="%scope.makefileEditor.name"
|
name="%scope.makefileEditor.name"
|
||||||
parent="org.eclipse.ui.textEditorScope"
|
parentId="org.eclipse.ui.textEditorScope"
|
||||||
description="%makefileEditor.description"
|
description="%makefileEditor.description"
|
||||||
id="org.eclipse.cdt.make.ui.makefileEditorScope">
|
id="org.eclipse.cdt.make.ui.makefileEditorScope">
|
||||||
</scope>
|
</context>
|
||||||
|
</extension>
|
||||||
|
<extension
|
||||||
|
point="org.eclipse.ui.bindings">
|
||||||
|
<!-- Makefile Editor keybindings -->
|
||||||
|
<key
|
||||||
|
sequence="F3"
|
||||||
|
contextId="org.eclipse.cdt.make.ui.makefileEditorScope"
|
||||||
|
commandId="org.eclipse.cdt.make.ui.edit.text.makefile.opendecl"
|
||||||
|
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
|
||||||
|
<key
|
||||||
|
sequence="Ctrl+/"
|
||||||
|
contextId="org.eclipse.cdt.make.ui.makefileEditorScope"
|
||||||
|
commandId="org.eclipse.cdt.make.ui.edit.text.makefile.comment"
|
||||||
|
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
|
||||||
|
<key
|
||||||
|
sequence="Ctrl+\"
|
||||||
|
contextId="org.eclipse.cdt.make.ui.makefileEditorScope"
|
||||||
|
commandId="org.eclipse.cdt.make.ui.edit.text.makefile.uncomment"
|
||||||
|
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
|
||||||
|
</extension>
|
||||||
|
<extension
|
||||||
|
point="org.eclipse.ui.commands">
|
||||||
<command
|
<command
|
||||||
name="%CommandTargetBuild.name"
|
name="%CommandTargetBuild.name"
|
||||||
description="%CommandTargetBuild.description"
|
description="%CommandTargetBuild.description"
|
||||||
category="org.eclipse.ui.category.project"
|
categoryId="org.eclipse.ui.category.project"
|
||||||
id="org.eclipse.cdt.make.ui.targetBuildCommand">
|
id="org.eclipse.cdt.make.ui.targetBuildCommand">
|
||||||
</command>
|
</command>
|
||||||
<command
|
<command
|
||||||
name="%CommandTargetCreate.name"
|
name="%CommandTargetCreate.name"
|
||||||
description="%CommandTargetCreate.description"
|
description="%CommandTargetCreate.description"
|
||||||
category="org.eclipse.ui.category.project"
|
categoryId="org.eclipse.ui.category.project"
|
||||||
id="org.eclipse.cdt.make.ui.targetCreateCommand">
|
id="org.eclipse.cdt.make.ui.targetCreateCommand">
|
||||||
</command>
|
</command>
|
||||||
<!-- Makefile Editor keybindings -->
|
|
||||||
<category
|
<category
|
||||||
name="%category.source.name"
|
name="%category.source.name"
|
||||||
description="%category.source.description"
|
description="%category.source.description"
|
||||||
|
@ -140,40 +161,21 @@
|
||||||
<command
|
<command
|
||||||
name="%ActionDefinition.comment.name"
|
name="%ActionDefinition.comment.name"
|
||||||
description="%ActionDefinition.comment.description"
|
description="%ActionDefinition.comment.description"
|
||||||
category="org.eclipse.cdt.make.ui.category.source"
|
categoryId="org.eclipse.cdt.make.ui.category.source"
|
||||||
id="org.eclipse.cdt.make.ui.edit.text.makefile.comment">
|
id="org.eclipse.cdt.make.ui.edit.text.makefile.comment">
|
||||||
</command>
|
</command>
|
||||||
<keyBinding
|
|
||||||
string="Ctrl+/"
|
|
||||||
scope="org.eclipse.cdt.make.ui.makefileEditorScope"
|
|
||||||
command="org.eclipse.cdt.make.ui.edit.text.makefile.comment"
|
|
||||||
configuration="org.eclipse.ui.defaultAcceleratorConfiguration">
|
|
||||||
</keyBinding>
|
|
||||||
<command
|
<command
|
||||||
name="%ActionDefinition.uncomment.name"
|
name="%ActionDefinition.uncomment.name"
|
||||||
description="%ActionDefinition.uncomment.description"
|
description="%ActionDefinition.uncomment.description"
|
||||||
category="org.eclipse.cdt.make.ui.category.source"
|
categoryId="org.eclipse.cdt.make.ui.category.source"
|
||||||
id="org.eclipse.cdt.make.ui.edit.text.makefile.uncomment">
|
id="org.eclipse.cdt.make.ui.edit.text.makefile.uncomment">
|
||||||
</command>
|
</command>
|
||||||
<keyBinding
|
|
||||||
string="Ctrl+\"
|
|
||||||
scope="org.eclipse.cdt.make.ui.makefileEditorScope"
|
|
||||||
command="org.eclipse.cdt.make.ui.edit.text.makefile.uncomment"
|
|
||||||
configuration="org.eclipse.ui.defaultAcceleratorConfiguration">
|
|
||||||
</keyBinding>
|
|
||||||
<command
|
<command
|
||||||
name="%ActionDefinition.opendecl.name"
|
name="%ActionDefinition.opendecl.name"
|
||||||
category="org.eclipse.cdt.make.ui.category.source"
|
categoryId="org.eclipse.cdt.make.ui.category.source"
|
||||||
description="%ActionDefinition.opendecl.description"
|
description="%ActionDefinition.opendecl.description"
|
||||||
id="org.eclipse.cdt.make.ui.edit.text.makefile.opendecl">
|
id="org.eclipse.cdt.make.ui.edit.text.makefile.opendecl">
|
||||||
</command>
|
</command>
|
||||||
<keyBinding
|
|
||||||
string="F3"
|
|
||||||
scope="org.eclipse.cdt.make.ui.makefileEditorScope"
|
|
||||||
command="org.eclipse.cdt.make.ui.edit.text.makefile.opendecl"
|
|
||||||
configuration="org.eclipse.ui.defaultAcceleratorConfiguration">
|
|
||||||
</keyBinding>
|
|
||||||
|
|
||||||
</extension>
|
</extension>
|
||||||
<extension
|
<extension
|
||||||
point="org.eclipse.ui.preferencePages">
|
point="org.eclipse.ui.preferencePages">
|
||||||
|
|
Loading…
Add table
Reference in a new issue