T O P I C R E V I E W |
eco |
Posted - Dec 13 2006 : 03:08:39 AM I often write empty code like that
void dummy( ) { <--- no newline }
to do that with VA, I must : - type void dummy( ) - type a new line - type the bracket - then VA insert 2 newlines and a tab
(code look like that) void dummy( ) { | }
- type backspace to remove the new line ... then VA remove the tab AND the new line
(code look like that)
void dummy( ) {|}
- re-type a newline (code look like that) void dummy( ) { | }
- type 3 backspace to remove the tabs & newline. code look like that) void dummy( ) {| }
|
3 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Dec 14 2006 : 10:19:54 AM I am here to help, and I like easy questions |
eco |
Posted - Dec 14 2006 : 02:54:55 AM thhannkkksss and sorry for that post. |
feline |
Posted - Dec 13 2006 : 08:26:46 AM See this FAQ for the registry key:
http://docs.wholetomato.com?W369 |