GUIpsp / jythonconsole

Automatically exported from code.google.com/p/jythonconsole
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Rendering problems with method completion window #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
from java.lang import *
s = String()

String. <-- complete here
This works OK the first time - static_method_completion.png 

s. <-- complete here
Sometimes this works -  methods_rendering_correctly.png
Other times only some items render until arrow down the list - 
only_first_4_items_render.png

String. <-- complete here
Static method list is shorter and renders over the top of the previous list
Sometimes only one item is visible- static_render_over_old_popup_1.png until 
down arrowing 
over the other items - static_render_over_old_popup_2.png 

Since the list of static methods is shorter, there's no way get rid of the 
ghost items at the bottom 
of the list.

Duplicated this with Revision 69 on OS X 10.5.7 with Jython 2.5.0 and Jython 
2.2.1 

$ java -version
java version "1.6.0_13"
Java(TM) SE Runtime Environment (build 1.6.0_13-b03-211)
Java HotSpot(TM) 64-Bit Server VM (build 11.3-b02-83, mixed mode)

Original issue reported on code.google.com by don.cole...@gmail.com on 16 Jul 2009 at 6:53

Attachments:

GoogleCodeExporter commented 9 years ago
This might be related to Issue 22

Original comment by don.cole...@gmail.com on 16 Jul 2009 at 7:19

GoogleCodeExporter commented 9 years ago
Can not duplicate this on Windows XP with Jythonconsole-0.0.7, Jython 2.5 and 
Java 1.6.0_07 

Original comment by don.cole...@gmail.com on 16 Jul 2009 at 7:34