Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Maetzel2004-10-12 14:21:12 +0000
committerKai Maetzel2004-10-12 14:21:12 +0000
commit02b6303ff08d867a57310e1342196508ea95cc23 (patch)
tree97c78516282ad914e9bf81e4bad12d95992d5e8a /org.eclipse.ui.editors/plugin.properties
parent4213892f54a577d95b206adc804a7d13360e6aa7 (diff)
downloadeclipse.platform.text-02b6303ff08d867a57310e1342196508ea95cc23.tar.gz
eclipse.platform.text-02b6303ff08d867a57310e1342196508ea95cc23.tar.xz
eclipse.platform.text-02b6303ff08d867a57310e1342196508ea95cc23.zip
Removing trailing whitespace operation
Diffstat (limited to 'org.eclipse.ui.editors/plugin.properties')
-rw-r--r--org.eclipse.ui.editors/plugin.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.eclipse.ui.editors/plugin.properties b/org.eclipse.ui.editors/plugin.properties
index af0b122adbb..cf870eebf15 100644
--- a/org.eclipse.ui.editors/plugin.properties
+++ b/org.eclipse.ui.editors/plugin.properties
@@ -29,6 +29,9 @@ convertDelimiters.MacOS9.name= Convert Line Delimiters to MacOS 9
convertDelimiters.MacOS9.label= &MacOS 9
convertDelimiters.MacOS9.description= Converts the line delimiters to MacOS 9
+removeTrailingWhitespace.name= Remove Trailing Whitespace
+removeTrailingWhitespace.description= Removes the trailing whitespace of each line
+
openExternalFile.name= Open External File...
openExternalFile.label= Open External File&...
openExternalFile.description= Opens an External File

Back to the top