This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author louielu
Recipients louielu, terry.reedy
Date 2017-05-31.08:02:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496217736.64.0.123972960126.issue30521@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-05-31 08:02:16louielusetrecipients: + louielu, terry.reedy
2017-05-31 08:02:16louielusetmessageid: <1496217736.64.0.123972960126.issue30521@psf.upfronthosting.co.za>
2017-05-31 08:02:16louielulinkissue30521 messages
2017-05-31 08:02:16louielucreate