Typing correction
Posted: Sun May 06, 2001 7:32 pm
Hi,
After a lot of Access + VBA programming, I am now moving to Java.
TextPad is said (on forums) to be good for coding Java...
But can it do the "typing correction" :
If I type "i= i+ 1" I would love to have it corrected in "i = i + 1"
or if I type "maclasse mc = new maclasse", can it correct it into "MaClasse toto = new MaClasse" as in the declaration "class MaClasse etc..."
As in VB...
nobody seems to worry about this feature, but it is very useful to type quickly and still have some clean code... (plus java is case sensitive => many typing error leads to compiling error...)
If it can do it, is it an option to configure ? how ?
If it can do it, I'll take it...
Thank you for your advice
Antoine
After a lot of Access + VBA programming, I am now moving to Java.
TextPad is said (on forums) to be good for coding Java...
But can it do the "typing correction" :
If I type "i= i+ 1" I would love to have it corrected in "i = i + 1"
or if I type "maclasse mc = new maclasse", can it correct it into "MaClasse toto = new MaClasse" as in the declaration "class MaClasse etc..."
As in VB...
nobody seems to worry about this feature, but it is very useful to type quickly and still have some clean code... (plus java is case sensitive => many typing error leads to compiling error...)
If it can do it, is it an option to configure ? how ?
If it can do it, I'll take it...
Thank you for your advice
Antoine