[issue30663] IDLE: Add lineno sidebar to editor window

Louie Lu report at bugs.python.org
Wed Jun 14 05:14:41 EDT 2017


New submission from Louie Lu:

In #7676, the desired pattern request from Terry is to create a sidebar and show the prompt in the sidebar.

To complete the request, this patch add the lineno sidebar in editor window , to prove that the sidebar in IDLE is feasible.


The different in pyshell, it that the sidebar will need to deal with indent  (to not show the prompt).

----------
assignee: terry.reedy
components: IDLE
messages: 295995
nosy: louielu, terry.reedy
priority: normal
severity: normal
status: open
title: IDLE: Add lineno sidebar to editor window
type: enhancement
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30663>
_______________________________________


More information about the Python-bugs-list mailing list