Quick Links
Home KPyBrowser screenshot
Changes
© 1999 Boudewijn Rempt |
KpybrowserKpybrowser is a path- and classbrowser for Python code. It is based upon the path- and classbrowser that's included in Idle, the Python IDE that comes with the Python distribution. Contrary to Idle, Kpybrowser is a standalone application. It takes command-line arguments to add new paths to the browser, you can add and remove paths runtime or reload a path. The selected paths are retained when kpybrowser is closed. You can use kpybrowser to open a python file with an editor at a certain function. If you don't like nedit, you'll have to edit the tree.py file. Future enhancementsThe next version will include showing docstrings and function parameters in the browser, starting up scripts and setting the default editor in a configuration dialog. Qt 2.x portI've ported kpybrowser to Qt 2.x - it looks much the same, of course, but the code is quite different, especially the application quit code. RequirementsDownloadKnown issuesWhile not absolutely showstoppers, the following points deserve attention, and possible a bugfix...
|