Skip to content

Commit

Permalink
Rename Text Editor into Plain Text Editor
Browse files Browse the repository at this point in the history
See #1532
and #1385
  • Loading branch information
mickaelistria committed Sep 16, 2024
1 parent 8d8da43 commit 147544b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bundles/org.eclipse.ui.editors/plugin.properties
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ActionDefinition.quickDiff.revertLine.description= Revert the current line
ActionDefinition.lineNumberToggle.name= Show Line Numbers
ActionDefinition.lineNumberToggle.description= Toggle display of line numbers

Editors.DefaultTextEditor= Text Editor
Editors.DefaultTextEditor= Plain Text Editor
PreferencePages.GeneralTextEditors= Text Editors
PreferencePages.Annotations= Annotations
PreferencePages.QuickDiff= Quick Diff
Expand Down
4 changes: 2 additions & 2 deletions bundles/org.eclipse.ui.ide/plugin.properties
Original file line number Diff line number Diff line change
Expand Up @@ -347,9 +347,9 @@ command.edit.delete.mnemonic = D
command.edit.selectAll.mnemonic = A
command.file.properties.mnemonic = P

systemEditorThenTextEditor=System Editor; if none: Text Editor
systemEditorThenTextEditor=System Editor; if none: Plain Text Editor
askUserViaPopup=Ask via pop-up
textEditor=Text Editor
textEditor=Plain Text Editor
# Smart Import
ExtPoint.projectConfigurator=Project detector and configurator
importProjectsFromFolder_command=Open Projects from File System...
Expand Down

0 comments on commit 147544b

Please sign in to comment.