Skip to content

Commit 8b2948b

Browse files
fixup
1 parent fb4fd78 commit 8b2948b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/AbstractTextEditor.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2243,16 +2243,16 @@ private int computeOffsetAtLocation(ITextViewer textViewer, int x, int y) {
22432243
public static final String PREFERENCE_SHOW_LINE_FEED= "showLineFeed"; //$NON-NLS-1$
22442244

22452245
/**
2246-
* A named preference that controls the display of ZWSP (zero-width space)
2247-
* characters. The value is used only if the value of
2246+
* A named preference that controls the display of zero-width characters like
2247+
* zero-width space. The value is used only if the value of
22482248
* {@link #PREFERENCE_SHOW_WHITESPACE_CHARACTERS} is <code>true</code>.
22492249
* <p>
22502250
* Value is of type <code>Boolean</code>.
22512251
* </p>
22522252
*
22532253
* @since 3.?
22542254
*/
2255-
public static final String PREFERENCE_SHOW_ZWSP = "showZwsp"; //$NON-NLS-1$
2255+
public static final String PREFERENCE_SHOW_ZW_CHARACTERS = "showZwsp"; //$NON-NLS-1$
22562256

22572257
/**
22582258
* A named preference that controls the alpha value of whitespace characters. The value is used

0 commit comments

Comments
 (0)