1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Follow-up for 179218, remove command and key-binding

This commit is contained in:
Anton Leherbauer 2007-03-26 09:36:18 +00:00
parent 1c2b3a8897
commit 1a10e62066
2 changed files with 0 additions and 16 deletions

View file

@ -31,8 +31,6 @@ AddBlockCommentAction.label= Add &Block Comment
RemoveBlockCommentAction.label= Remove Bloc&k Comment RemoveBlockCommentAction.label= Remove Bloc&k Comment
JoinLinesAction.label= Join Lines
# The Wizards # The Wizards
# C # C
newCWizardsCategory.name=C newCWizardsCategory.name=C
@ -119,9 +117,6 @@ ActionDefinition.removeBlockComment.description= Remove the block comment enclos
ActionDefinition.indent.name= Indent Line ActionDefinition.indent.name= Indent Line
ActionDefinition.indent.description=Indents the current line ActionDefinition.indent.description=Indents the current line
ActionDefinition.joinLines.name= Join Lines
ActionDefinition.joinLines.description= Join the current and next line together
ActionDefinition.format.name=Format ActionDefinition.format.name=Format
ActionDefinition.format.description=Format Source Code ActionDefinition.format.description=Format Source Code

View file

@ -1205,11 +1205,6 @@
contextId="org.eclipse.cdt.ui.cEditorScope" contextId="org.eclipse.cdt.ui.cEditorScope"
commandId="org.eclipse.cdt.ui.edit.text.c.goto.matching.bracket" commandId="org.eclipse.cdt.ui.edit.text.c.goto.matching.bracket"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/> schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
<key
commandId="org.eclipse.cdt.ui.edit.text.c.join.lines"
contextId="org.eclipse.cdt.ui.cEditorScope"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="M1+M3+J"/>
</extension> </extension>
<extension <extension
point="org.eclipse.ui.commands"> point="org.eclipse.ui.commands">
@ -1248,12 +1243,6 @@
categoryId="org.eclipse.cdt.ui.category.source" categoryId="org.eclipse.cdt.ui.category.source"
id="org.eclipse.cdt.ui.edit.text.c.indent"> id="org.eclipse.cdt.ui.edit.text.c.indent">
</command> </command>
<command
name="%ActionDefinition.joinLines.name"
description="%ActionDefinition.joinLines.description"
categoryId="org.eclipse.cdt.ui.category.source"
id="org.eclipse.cdt.ui.edit.text.c.join.lines">
</command>
<command <command
name="%ActionDefinition.opendef.name" name="%ActionDefinition.opendef.name"
categoryId="org.eclipse.cdt.ui.category.source" categoryId="org.eclipse.cdt.ui.category.source"