Something I would like to see...
Posted: Wed Aug 03, 2005 5:11 am
If I declare a procedure or a variable, later on when I type the name of the procedure or variable, I would like the editor to recognize it and display it with appropriate color and capitalization. This happens for keywords and it is very handy for avoiding typing errors and speeding up code generation.
Procedure MyProc()
when I type myproc( as soon as it sees the openbracket should change to MyProc( just like the keywords do.
MyVar.l
myvar should change to MyVar as soon as I type the whole word.
Procedure MyProc()
when I type myproc( as soon as it sees the openbracket should change to MyProc( just like the keywords do.
MyVar.l
myvar should change to MyVar as soon as I type the whole word.