T O P I C R E V I E W |
bsaksida |
Posted - Dec 29 2006 : 06:01:04 AM when i tried using auto text, within my project c++/cli i got: try { } catch (CException* e) { }
but it shoud be: try { } catch (CException^ e) { } |
1 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Dec 29 2006 : 08:54:27 AM If you go to:
VA Options -> Text Editor -> Autotext -> Edit Autotext
you can edit the code that is inserted for each shortcut. VA ships with a set of default autotext entries to get you started, and that are designed to be helpful for most people, but they don't suit everyone. |
|
|