| View previous topic :: View next topic |
| Author |
Message |
Double Dragon Guest
|
Posted: Wed Apr 14, 2004 3:03 pm Post subject: Help with JBuilder |
|
|
Can I configure JBuilder so that it handles blocks and smalls. For example,
when i type
system.out.println()
it automatically changes it to
System.out.println()
if not, is there any java ide in this world capabl of doing that?
|
|
| Back to top |
|
 |
Lori M Olson (TeamB) Guest
|
Posted: Wed Apr 14, 2004 3:36 pm Post subject: Re: Help with JBuilder |
|
|
Double Dragon wrote:
| Quote: | Can I configure JBuilder so that it handles blocks and smalls. For example,
when i type
system.out.println()
it automatically changes it to
System.out.println()
if not, is there any java ide in this world capabl of doing that?
|
Not AFAIK. JBuilder will indicate that "system" is a syntax error, but
it will not correct it automatically.
--
Regards,
Lori Olson (TeamB)
------------
Save yourself, and everyone else, some time and search the
newsgroups and the FAQ-O-Matic before posting your next
question.
Google Advanced Newsgroup Search
http://www.google.ca/advanced_group_search
Other Newsgroup Searches:
http://www.borland.com/newsgroups/ngsearch.html
Joi Ellis's FAQ-O-Matic:
http://www.visi.com/~gyles19/fom-serve/cache/1.html
|
|
| Back to top |
|
 |
Gillmer J. Derge (TeamB) Guest
|
Posted: Wed Apr 14, 2004 4:27 pm Post subject: Re: Help with JBuilder |
|
|
Lori M Olson (TeamB) wrote:
| Quote: | Not AFAIK. JBuilder will indicate that "system" is a syntax error, but
it will not correct it automatically.
|
Not totally automatically, but ErrorInsight should offer "System" as a
correction.
--
Gillmer J. Derge (TeamB)
|
|
| Back to top |
|
 |
Ludovic HOCHET Guest
|
Posted: Fri Apr 16, 2004 9:15 pm Post subject: Re: Help with JBuilder |
|
|
try ctrl+h (or space) just after typing "system"
also "out" then ctrl+j ;)
Double Dragon a écrit :
| Quote: | Can I configure JBuilder so that it handles blocks and smalls. For example,
when i type
system.out.println()
it automatically changes it to
System.out.println()
if not, is there any java ide in this world capabl of doing that?
|
--
Ludovic
-----------------------------------------
"Les formes qui differencient les etres importent peu
si leur pensees s'unissent pour batir un univers..."
Yoko Tsuno (in 'Les titans' by Roger Leloup)
[The shapes that differenciate beings are not important
if their thoughts unite to build a universe]
|
|
| Back to top |
|
 |
|