Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 '{' and new line

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

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

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000