Context-sensitive help for IDLE.

Henning Schroeder hschroeder at gmx.net
Sat Aug 7 15:36:04 EDT 1999


Hi there!

I added context-sensitive help to IDLE. Don't expect perfect code but it works.
You just have to press F2 in the editor window und Netscape Navigator shows the
documentation for the word under your cursor. Besides the help-menu has two new
entries: Language Reference and Python Tutorial.

If you are interested download the extension from
  http://homepages.emsnet.de/~schroed/python/idle-0.5.1.tgz
The archive also contains the latest IDLE version from David Asher's daily
cvs-snapshots. The following files belong to the extension:
  ContextHelp.py
  helpindex.px
  idlerc.py
  extend.py 
You can also use these files with an older version of IDLE.

Maybe you have to edit idlerc.py in order to change the doc-path. The first 
time you press F2, an index file (pyhelp.idx) of the keywords will be created -
so keep patient.


Greets
  Henning

---
ich at henning-schroeder.de  *  http://www.henning-schroeder.de




More information about the Python-list mailing list