kornman00
Senior Member
USA
30 Posts |
Posted - Mar 25 2013 : 10:35:29 AM
|
So, in VS's main options it has a Text Editor node where you can configure options (eg, line numbers) for all or individual languages.
Would it be possible to do the same in VAX?
In the 'Corrections' node of VAX's options there's a toggle for inserting an underscore after 'm' and 'shift'. This is fine for my C/C++ code as the code standard is underscores (eg, 'm_some_string'). However, in my .NET code the standard is Pascal casing with no underscores (eg, 'mSomeString').
I would like to be able to toggle this on/off for individual languages that are supported by VAX. I'm sure there are a few other options that could be thrown into the mix. |
|