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.

classification
Title: Line Numbers
Type: enhancement Stage:
Components: IDLE Versions:
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: kbk Nosy List: friedrich, kbk, rhettinger
Priority: low Keywords:

Created on 2005-02-14 17:28 by friedrich, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (8)
msg54371 - (view) Author: Egon Frerich (friedrich) Date: 2005-02-14 17:28
The presentation of line numbers would be helpfull.
msg54372 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2005-02-17 01:24
Logged In: YES 
user_id=80475

In the editor or someplace else?
msg54373 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2005-02-17 01:25
Logged In: YES 
user_id=80475

Sorry, I saw the IDLE category sending.
msg54374 - (view) Author: Egon Frerich (friedrich) Date: 2005-02-17 11:18
Logged In: YES 
user_id=37594

and I should have added: line numbers on the left side of
edit sreens, not in the Shell screen 
msg54375 - (view) Author: Kurt B. Kaiser (kbk) * (Python committer) Date: 2005-02-20 01:59
Logged In: YES 
user_id=149084

Helpful in what way? What are you trying to accomplish?

There is a line number indicator on the lower right of each
IDLE edit window.
msg54376 - (view) Author: Egon Frerich (friedrich) Date: 2005-02-20 10:12
Logged In: YES 
user_id=37594

Yes, and you know where the cursor is. And there is the
Edit-menu item to go to a line number.

Helpful means: sometimes you get a python error with the
line number. In a GUI you often work with the mouse and you
don't want to enter with the keyboard. So you scroll the
edit window with the mouse. If there were the line number at
the left border you find the line number very quickly and
only with the mouse.

How I said: helpfull.
msg54377 - (view) Author: Kurt B. Kaiser (kbk) * (Python committer) Date: 2005-02-20 15:54
Logged In: YES 
user_id=149084

If you right click on the line number in the traceback you will
have the option of viewing the associated source code.
msg54378 - (view) Author: Egon Frerich (friedrich) Date: 2005-02-20 20:01
Logged In: YES 
user_id=37594

Thank you
History
Date User Action Args
2022-04-11 14:56:09adminsetgithub: 41577
2005-02-14 17:28:01friedrichcreate