Bugs item #711991, was opened at 2003-03-29 18:33
Message generated for change (Comment added) made by etrepum
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=711991&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Macintosh
Group: None
>Status: Closed
>Resolution: Wont Fix
Priority: 5
Submitted By: Jack Jansen (jackjansen)
Assigned to: Just van Rossum (jvr)
Summary: IDE needs easy access to builtin help()

Initial Comment:
Just, I'm assigning this to you for feedback. Feel free to assign back after 
providing it.

I think we need access to the help()-style documentation in the IDE, especially 
when browsing objects and such it would be very helpful.

What I'm thinking of at the moment is a window called "Help for 
Selection" (any better ideas?), and if that window is opened it will 
display the help() text for the current selection. It would follow focus, i.e. 
when you select a different window or a different object in the same window it 
would change.

An alternative design would be that you would have to use a command "Show 
Help for Selection" which would bring up a static window with the help() 
contents.

A third possibility (best of both worlds?) would be a window that has a 
checkbox "Follow Selection", initially true. If you deselect it the 
window would stay open statically, and a subsequent "Show Help for 
Selection" command would bring up a new window with the checkbox checked.

----------------------------------------------------------------------

>Comment By: Bob Ippolito (etrepum)
Date: 2006-07-15 13:09

Message:
Logged In: YES 
user_id=139309

IDE is deprecated in favor of IDLE.

----------------------------------------------------------------------

Comment By: Just van Rossum (jvr)
Date: 2003-04-11 04:56

Message:
Logged In: YES 
user_id=92689

I would just go for "Show Help for Selection". I'm not so sure how 
useful following the selection would be (thinking of a scenenario where you 
lookup some info based on the selection, then continue editing, following the 
help. It would be irritating if the help would disappear or change then.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=711991&group_id=5470
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to