Tal Einat <[EMAIL PROTECTED]> writes: > I thik this would be a god entry in the IDLE FAQ ;)
The GoTo line number feature is explained in Help / IDLE Help The line/column indicator is pretty obvious, IMHO. It would be nice if dyoo updated "One Day of IDLE Toying". What is the IDLE FAQ? What would the value be in adding the clutter of line numbers and thereby reducing screen area? (Hint: after an exception, you can use the right click menu on the traceback to go to the offending source line.) > > On 11/19/05, Kurt B. Kaiser <[EMAIL PROTECTED]> wrote: >> >> Danny Yoo <[EMAIL PROTECTED]> writes: >> >> > I have a question about Idle: is it possible to put on line numbers? >> > I can't find anything where to put it on. >> >> There is no feature to display line numbers. You can go to a line >> with Edit / Go to Line. >> >> There is a line/column indicator in the lower right corner of eadh >> IDLE window. -- KBK _______________________________________________ IDLE-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/idle-dev
