[Python-bugs-list] [Bug #110656] IDLE goto file/line (PR#352)

noreply@sourceforge.net noreply@sourceforge.net
Thu, 7 Sep 2000 15:03:01 -0700


Bug #110656, was updated on 2000-Jul-31 14:11
Here is a current snapshot of the bug.

Project: Python
Category: IDLE
Status: Open
Resolution: None
Bug Group: None
Priority: 3
Summary: IDLE goto file/line (PR#352)

Details: Jitterbug-Id: 352
Submitted-By: gpk@bell-labs.com
Date: Fri,  9 Jun 2000 22:45:05 -0400 (EDT)
Version: 1.6  CVS today
OS: Solaris 2.6


When using IDLE's shell window   Debug->Go to file/line,
you have to be overly careful what you select.
Specifically, if you select a region that contains a newline,
IDLE won't be able to find a file and line number.

For example, if you select
  v-- from there
   File "/export/h1/gpk/schoolweb.local/schoolweb/parse.py", line 199, in
__str__
  
  ^-- to there  (i.e. 2 characters in, on the following line),
you will get the following error message: "No special line: X the line you
point
to doesn't look like a file name followed by a line number."

That is unfortunate, as it's really convenient to make a quick flick
down from one line to the next, to select a complete line.



By the way, the error box requires you to click "OK".
That's a bug.   It isn't OK.
It's a crime against the King's English, committed by the minions
of Bill Gates.  You should not be following their lead.



====================================================================
Audit trail:
Tue Jul 11 08:25:59 2000	guido	moved from incoming to open

Follow-Ups:

Date: 2000-Sep-07 15:03
By: jhylton

Comment:
Please do triage on this bug.
-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=110656&group_id=5470