aspose file tools
The moose likes IDEs, Version Control and other tools and the fly likes JBuilder8 se Codeinsight problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "JBuilder8 se Codeinsight problem" Watch "JBuilder8 se Codeinsight problem" New topic
Author

JBuilder8 se Codeinsight problem

Cim Dalberg
Greenhorn

Joined: Apr 09, 2003
Posts: 1
Hi,
I've used JBuilder6 before, now I'm using JBuilder8 SE (on win2k), and I really like it. But there is two important features that don't work as good in JB8 as in JB6.
1) When I type "new String(" I got a popup list of valid parameters. But the names of the parameters are not there, instead the names are
p0, p1, p2, etc. I got forex (byte[] p0) and (String p0).
2) When I have something already written as "new String()" and place the curser between the t and the r and then press ctrl + space for the
codeinsigth, I get a popup list of classes, etc. The current selected class being Stack. In JB6 I could tap the right arrow key past r, i,
n, and g to go down the popup list, forex to select StringBuffer instead. But now (in JB8) I either have to tap the down arrow key
(witch would take much mare taps) or rewrite the r, i, n, and g. I would like to be able to do as I did in JB6!
I don't know if this missing features are bugs, options, or anything else. If you could help me to get this features working it would be mush appreciated!
Thanks
Dirk Schreckmann
Sheriff

Joined: Dec 10, 2001
Posts: 7023
Count Down,
Welcome to JavaRanch!
We ain't got many rules 'round these parts, but we do got one. Please change your display name to comply with The JavaRanch Naming Policy.
Thanks Pardner! Hope to see you 'round the Ranch!


[How To Ask Good Questions] [JavaRanch FAQ Wiki] [JavaRanch Radio]
 
 
subject: JBuilder8 se Codeinsight problem
 
Threads others viewed
insert header and footer with POI HWPF?
JComboBox - Arrow Key makes selection instead of merely highlighting
KeyBoard events not listening in JPopupMenu
Character in a String
Tomcat madness!
IntelliJ Java IDE