==========================
Known problems
==========================

You must use the keyboard not the mouse to select methods.  (Due to focus problems.)

Builtin types don't work like they do in PyCrust.  This is because they have a null __doc__ string in Jython.

Sometimes introspect.getAllAttributeNames goes into an infine recursive loop

python.security.respectJavaAccessibility must be set to true in Jython's registry (this is the default setting)

--Please submit any new issues http://code.google.com/p/jythonconsole/issues/list 


Foot Note: from waynelloydsmith@gmail.com
the loss of sys.ps1 and sys.ps2 in Jython 2.7.0 caused a lot of problems with this code.
the code works now but you'll find some >>> hacks in a few places.
I haven't thoughly tested the ,,, to bridge lines on long commands because I don't type in long commands much. 
I put long commands in a file and use the execfile("name.py") jython function instead.

There is a lot of Jython code in this project so its a great project to learn jython on.
The debug cycle with moneydance is 
1-change the console.py file 
2-shutdown moneydance 
3-restart moneydance 
4-open the help->console 
5-clear the help->console screen 
6-start the jython 2.7.0 moneydance->extension
7-try your modifoed console.py out.

the stderr device is the moneydance->help->console
