Skip to content

Commit

Permalink
Editor: Improve text shown as placeholder in its switcher mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Jul 8, 2024
1 parent 85cc5ba commit 1e550a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spyder/plugins/editor/utils/switcher_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ def handle_switcher_modes(self, mode):
def create_editor_switcher(self):
"""Populate switcher with open files."""
self._switcher.set_placeholder_text(
_('Start typing the name of an open file'))
_('Search files by name (add @ for symbols)')
)

editorstack = self._editorstack()
editor_list = editorstack.data.copy()
Expand Down

0 comments on commit 1e550a9

Please sign in to comment.