Statistics
| Revision:

root / trunk / extensions / extScripting / scripts / jython / console / problems.txt @ 11445

History | View | Annotate | Download (714 Bytes)

1 5782 jmvivo
==========================
2
Known problems
3
==========================
4
5
You must use the keyboard not the mouse to select methods.  (Due to focus problems.)
6
7
python.security.respectJavaAccessibility must be set to true in Jython's registry
8
9
You can't insert '(' and ')' in the middle of a line
10
11
Method popup displays names multiple times for overloaded methods
12
13
Method popup gets abandoned with too many backspaces.  (Use <ESC> to make it go away)
14
15
Builtin types don't work, like they do in PyCrust.  This is because they have a null __doc__ string in Jython.
16
17
Static methods and properties don't seem to work correctly.
18
19
<CTRL>+D (or <CRTL>+Z) to exit is not implemented
20
21
History doesn't quite work correctly
22
23
$Id$