Statistics
| Revision:

gvsig-scripting / org.gvsig.scripting.app / trunk / org.gvsig.scripting.app / org.gvsig.scripting.app.extension / src / main / resources / scripting / lib / console / problems.txt @ 359

History | View | Annotate | Download (762 Bytes)

1
==========================
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: problems.txt 5782 2006-06-12 07:56:49Z jmvivo $