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: IDE needs easy access to builtin help()
Type: Stage:
Components: macOS Versions:
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: jvr Nosy List: bob.ippolito, jackjansen, jvr
Priority: normal Keywords:

Created on 2003-03-29 23:33 by jackjansen, last changed 2022-04-10 16:07 by admin. This issue is now closed.

Messages (3)
msg15304 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2003-03-29 23:33
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.
msg15305 - (view) Author: Just van Rossum (jvr) * (Python triager) Date: 2003-04-11 08:56
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.
msg15306 - (view) Author: Bob Ippolito (bob.ippolito) * (Python committer) Date: 2006-07-15 17:09
Logged In: YES 
user_id=139309

IDE is deprecated in favor of IDLE.
History
Date User Action Args
2022-04-10 16:07:57adminsetgithub: 38239
2003-03-29 23:33:42jackjansencreate