T O P I C R E V I E W |
jzq740176597 |
Posted - May 29 2013 : 04:46:28 AM
When I select a block of text and press "#". I always get that dialog to insert "#ifdef X ... #endif". I have a careful search in Edit-Snippet but I fail to find the place to change the behaviour. I just want to change "#ifdef ... #endif" to "#if 0 #endif".
|
2 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - May 29 2013 : 11:42:34 PM To edit the Snippet when you press #, in the VA Snippet editor for C++ look for the snippet called #if
This has the title #ifdef (VA X).
To insert the current data in the editor, use $selected$ in your snippet:
http://www.wholetomato.com/products/features/vasnippets.asp |
jzq740176597 |
Posted - May 29 2013 : 05:03:44 AM BTW, Another question, How I can insert the current data in text-editor fast?? thanks! |