Skip to content

Commit bd16188

Browse files
committed
Rename Generic Text Editor into Generic Code Editor
See #1532 and #1385
1 parent a43889d commit bd16188

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

bundles/org.eclipse.ui.genericeditor/plugin.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# - Bug 521382 default highlighter
1515
# Simon Scholz <[email protected]> - Bug 527830
1616
###############################################################################
17-
genericEditor_name=Generic Text Editor
17+
genericEditor_name=Generic Code Editor
1818
ExtPoint.reconciliers=Reconciliers
1919
ExtPoint.presentationReconciliers=Presentation Reconciliers
2020
ExtPoint.hoverProviders= Hover Providers
@@ -31,12 +31,12 @@ context_description=When editing in the Generic Code Editor
3131
findReferencesCommand_name=Find References
3232
findReferencesCommand_description=Find other code items referencing the current selected item.
3333
Bundle-Vendor=Eclipse.org
34-
Bundle-Name=Generic and Extensible Text Editor
34+
Bundle-Name=Generic and Extensible Code Editor
3535
command.toggle.highlight.label = Toggle Mark Occurences
3636
command.toggle.highlight.name = Toggle Highlight
3737
menu.source.label = Source
3838
gotoMatchingBracketCommand_name = Go to Matching Bracket
3939
gotoMatchingBracketCommand_description = Moves the cursor to the matching bracket
40-
systemEditorOrGenericEditorStrategy=System Editor; if none: Advanced Text Editor
41-
genericEditorStrategy=Advanced Text Editor
42-
PreferencePages.GenericTextEditors=Generic Text Editors
40+
systemEditorOrGenericEditorStrategy=System Editor; if none: Generic Code Editor
41+
genericEditorStrategy=Generic Code Editor
42+
PreferencePages.GenericTextEditors=Generic Code Editor

0 commit comments

Comments
 (0)