Jython Console is a Jython Interactive Interpreter that adds Code Completion.
Check out the screenshots.
Jythonconsole-0.0.7 works with Jython 2.5
Requirements
Installation
from http://code.google.com/p/jythonconsole/
Check out the screenshots.
Jythonconsole-0.0.7 works with Jython 2.5
Requirements
Installation
- Download jythonconsole-0.0.7.zip
- Unzip the archive
- Open a terminal or cmd prompt
- cd jythonconsole-0.0.7
- jython console.py
<tab>
and<enter>
choose method completion- remember to use the keyboard not the mouse
<esc>
makes the popup go away.
- This project uses code from Patrick O'Brien's PyCrust as well as inspect.py from Python 2.2.2 for Python completion.
- The UI uses code from Carlos Quiroz's Jython Interpreter for JEdit
from http://code.google.com/p/jythonconsole/