Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'core/org.eclipse.cdt.ui/plugin.properties')
-rw-r--r--core/org.eclipse.cdt.ui/plugin.properties22
1 files changed, 11 insertions, 11 deletions
diff --git a/core/org.eclipse.cdt.ui/plugin.properties b/core/org.eclipse.cdt.ui/plugin.properties
index 4a46e48e533..b73f5c4128f 100644
--- a/core/org.eclipse.cdt.ui/plugin.properties
+++ b/core/org.eclipse.cdt.ui/plugin.properties
@@ -70,9 +70,9 @@ NewTypeDropDownAction.tooltip=New C++ Class
NewWizards.class = Class
NewWizards.class.description = Create a new C++ class
-# Editor
+# Editor
-# Scope and Key Commands
+# Scope and Key Commands
scope.cEditor.name=C/C++ Editor
cEditor.description=Editor for C/C++ Source Files
@@ -159,17 +159,17 @@ refactoringExtractLocalVariable.label = Extract Local Variable...
refactoringHideMethod.label = Hide Member Function...
-ActionDefinition.renameElement.name= Rename - Refactoring
+ActionDefinition.renameElement.name= Rename - Refactoring\u0020
ActionDefinition.renameElement.description= Renames the selected element
-ActionDefinition.extractConstant.name= Extract Constant - Refactoring
+ActionDefinition.extractConstant.name= Extract Constant - Refactoring\u0020
ActionDefinition.extractConstant.description= Extracts a constant for the selected expression
-ActionDefinition.extractLocalVariable.name= Extract Local Variable - Refactoring
+ActionDefinition.extractLocalVariable.name= Extract Local Variable - Refactoring\u0020
ActionDefinition.extractLocalVariable.description= Extracts a local variable for the selected expression
-ActionDefinition.extractFunction.name= Extract Function - Refactoring
+ActionDefinition.extractFunction.name= Extract Function - Refactoring\u0020
ActionDefinition.extractFunction.description= Extracts a function for the selected list of expressions or statements
-ActionDefinition.toggleFunction.name= Toggle Function - Refactoring
+ActionDefinition.toggleFunction.name= Toggle Function - Refactoring\u0020
ActionDefinition.toggleFunction.description= Toggles the implementation between header and implementation file
-ActionDefinition.implementMethod.name= Implement Method - Source Generation
+ActionDefinition.implementMethod.name= Implement Method - Source Generation\u0020
ActionDefinition.implementMethod.description= Implements a method for a selected method declaration
ActionDefinition.gettersAndSetters.name = Generate Getters and Setters...
ActionDefinition.gettersAndSetters.description = Generates getters and setters for a selected field
@@ -600,8 +600,8 @@ preferenceKeywords.indexer=index skip references type macro search build configu
preferenceKeywords.ceditor=editor appearance navigation colors smart caret positioning highlight matching bracket inactive code foreground background save trailing whitespace newline doxygen format formatting statement
preferenceKeywords.contentassist=editor content code assist complete completion insert overwrite single proposal common prefix automatically auto activation trigger category categories separate specific word hippie template
-preferenceKeywords.saveactions=editor save trailing whitespace white space end file newline
-preferenceKeywords.scalability=editor mode large file lines disable performance
+preferenceKeywords.saveactions=editor save trailing whitespace white space end file newline\u0020
+preferenceKeywords.scalability=editor mode large file lines disable performance\u0020
preferenceKeywords.hover=editor hover annotation key modifier combined variable problem string source documentation
preferenceKeywords.syntaxcoloring=editor colors semantic coloring highlighting multi line single line comment task tag class struct union function method static field constant keywords local variable operators brackets strings type variable inherited method declaration
preferenceKeywords.templates=editor templates snippet macros
@@ -664,7 +664,7 @@ transfer.EditorAppearance.name = C/C++ Editor Appearance
transfer.EditorAppearance.description = Preferences related to how the editor presents the edited code to the user (including colors, fonts, hovers, foldings, etc...)
transfer.EditorBehavior.name = C/C++ Editor Behavior
transfer.EditorBehavior.description = Preferences related to how the editor deals with the edited code (typing, save action, etc...)
-transfer.CodeStyle.name = C/C++ Code Style
+transfer.CodeStyle.name = C/C++ Code Style\u0020
transfer.CodeStyle.description = C/C++ > Code Style preferences
# Refresh Exclusion Contributors

Back to the top