Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Schorn2008-04-16 10:19:55 +0000
committerMarkus Schorn2008-04-16 10:19:55 +0000
commitca61147d16a313e1ea8a8376f97626d9475d7b95 (patch)
tree8bdf1f39934e84f86b1bbfc599efc4c47914cbeb /core/org.eclipse.cdt.ui/plugin.properties
parenta4274e1467cd8622fb7725433209e2c05ae64711 (diff)
downloadorg.eclipse.cdt-ca61147d16a313e1ea8a8376f97626d9475d7b95.tar.gz
org.eclipse.cdt-ca61147d16a313e1ea8a8376f97626d9475d7b95.tar.xz
org.eclipse.cdt-ca61147d16a313e1ea8a8376f97626d9475d7b95.zip
Extract Function (work in progress) by Emanuel Graf, bug 226484.
Diffstat (limited to 'core/org.eclipse.cdt.ui/plugin.properties')
-rw-r--r--core/org.eclipse.cdt.ui/plugin.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.ui/plugin.properties b/core/org.eclipse.cdt.ui/plugin.properties
index abe99c4098d..fa7e0163118 100644
--- a/core/org.eclipse.cdt.ui/plugin.properties
+++ b/core/org.eclipse.cdt.ui/plugin.properties
@@ -143,6 +143,8 @@ ActionDefinition.renameElement.name= Rename - Refactoring
ActionDefinition.renameElement.description= Rename the selected element
ActionDefinition.extractConstant.name= Extract Constant - Refactoring
ActionDefinition.extractConstant.description= Extract a constant for the selected expression
+ActionDefinition.extractFunction.name= Extract Function - Refactoring
+ActionDefinition.extractFunction.description= Extract a function for the selected list of expressions or statements
# Action Set
CodingActionSet.label= C/C++ Coding
@@ -151,6 +153,7 @@ CodingActionSet.description= Action set containing coding related C/C++ actions
Refactoring.menu.label= Refac&tor
Refactoring.renameAction.label=Re&name...
Refactoring.extractConstant.label=Extr&act Constant...
+Refactoring.extractFunction.label=Extract &Function... (work in progress)
CEditor.name=C/C++ Editor

Back to the top