cbuschka / beanshell2

Automatically exported from code.google.com/p/beanshell2
0 stars 0 forks source link

Tab completion of class or instance members/methods #70

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Type 'String.' and hit tab

or:

1. Type 'String myString = "text";'
2. Type 'myString.' and hit tab

What is the expected output?

Prints a tab completion list of all of the methods (static or not, depending on 
the example above) available on the String class/instance.

What do you see instead?

Nothing happens.

What version of the product are you using? On what operating system?

2.1b5 on OpenJDK 6 on Ubuntu 12.04.

Original issue reported on code.google.com by orosp...@gmail.com on 30 May 2012 at 5:19

GoogleCodeExporter commented 8 years ago
It should show visible fields in addition to methods.

Original comment by orosp...@gmail.com on 30 May 2012 at 5:21

GoogleCodeExporter commented 8 years ago
Good idea.  How about showing visible fields/methods with one tab and adding 
private fields/methods if a second tab is pressed?

Original comment by ocie.mit...@gmail.com on 9 Jul 2012 at 5:06