[issue30521] IDLE: Add navigate bar and replace current goto dialog

Louie Lu report at bugs.python.org
Wed May 31 04:02:16 EDT 2017


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 <report at bugs.python.org>
<http://bugs.python.org/issue30521>
_______________________________________


More information about the Python-bugs-list mailing list