T O P I C R E V I E W |
mateia |
Posted - Oct 11 2006 : 09:22:57 AM Hello,
I'm using a registered version of VAssist 7.10.1106 and Visual Studio 2003. - If I quickly type: if( can a space be added automatically between 'if and the parentheses'? The result would be: if (
- If I quickly type: a==3 can a space be added automatically before and after ==? The result would be: a == 3
- If I quickly type: a=3 can a space be added automatically before and after =? The result would be: a = 3
Thank you very much, Alexandru Matei
|
1 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Oct 11 2006 : 10:09:35 AM not really, since we would be getting into the world of formatting the code as you type, which is a whole can of worms, and people would want an endless list of options.
have you looked into the autotext feature? there are default autotext rules for "if" which you can edit, via the autotext editor, to specify how much white space you want, and where you want it. you can also add autotext rules for "==" and "=" if you want
if you want a lot of control over your source code formatting GC is free and very powerful: http://sourceforge.net/projects/gcgreatcode/ |
|
|