Yaqiang / jythonconsole

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

Autocomplete only works for the first object #23

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

When I type "someObject." then I get the box with the list of methods, and
I can autocomplete fine.

When I type "someObject.someMethodThatReturnsAnObject()." then the box does
not show up

This may be the expected behavior, I cannot tell.  Is it a known limitation
for java classes or am I experiencing a bug?

Original issue reported on code.google.com by kylehwal...@gmail.com on 6 May 2009 at 8:08

GoogleCodeExporter commented 9 years ago
This is known behavior, I'm sure it can be fixed but I haven't had time to look 
into it

Original comment by don.cole...@gmail.com on 16 Jul 2009 at 1:46