New submission from Louie Lu: Propose a sublime-like navigate bar to replace current goto dialog.
Navigate bar current support two different mode: prefix ':' for goto line, and prefix '@' for goto symbol. When user use shortcut Ctrl+G to open goto line, it will prompt out a navigate bar on the top of the editor.text with prefix ':', user can enter valid lineno, and it will highlight the line on the editor. After return, it will close the navigate bar and clear the highlight, user cursor will be set to the target lineno. ---------- assignee: terry.reedy components: IDLE messages: 294819 nosy: louielu, terry.reedy priority: normal severity: normal status: open title: IDLE: Add navigate bar and replace current goto dialog type: enhancement versions: Python 3.7 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue30521> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com