Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2006-11-22 09:49:47 +0000
committerDani Megert2006-11-22 09:49:47 +0000
commit961e1c1f97a7c4abca70e23e1cd084c40fb9dc4e (patch)
treeff6d67bf6a64ae925de2e0e9c633cf9b72ac6f7e /org.eclipse.ui.workbench.texteditor/plugin.properties
parent7eb693836dc186979234c58263c6512b2c4a01a7 (diff)
downloadeclipse.platform.text-961e1c1f97a7c4abca70e23e1cd084c40fb9dc4e.tar.gz
eclipse.platform.text-961e1c1f97a7c4abca70e23e1cd084c40fb9dc4e.tar.xz
eclipse.platform.text-961e1c1f97a7c4abca70e23e1cd084c40fb9dc4e.zip
Fixed bug 22712: professional editor features: show invisible chars
Patch provided by Anton Leherbauer
Diffstat (limited to 'org.eclipse.ui.workbench.texteditor/plugin.properties')
-rw-r--r--org.eclipse.ui.workbench.texteditor/plugin.properties4
1 files changed, 4 insertions, 0 deletions
diff --git a/org.eclipse.ui.workbench.texteditor/plugin.properties b/org.eclipse.ui.workbench.texteditor/plugin.properties
index 05da22c37d3..8349ff8f2d9 100644
--- a/org.eclipse.ui.workbench.texteditor/plugin.properties
+++ b/org.eclipse.ui.workbench.texteditor/plugin.properties
@@ -23,6 +23,10 @@ onlyShowSelectedElement.label= Show Selected Element Only
onlyShowSelectedElement.tooltip= Show Selected Element Only
onlyShowSelectedElement.description= Show Selected Element Only
+showWhitespaceCharacters.label= Show Invisible Characters
+showWhitespaceCharacters.tooltip= Show Invisible Characters
+showWhitespaceCharacters.description= Shows whitespace characters in current text editor
+
smartEnter.label= Insert Line Below Current Line
smartEnter.description= Adds a new line below the current line
smartEnterInverse.label= Insert Line Above Current Line

Back to the top