Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 [feature-request] Auto semicolon after procedure
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

v_v
Senior Member

Russia
29 Posts

Posted - Oct 12 2010 :  05:41:53 AM  Show Profile  Reply with Quote
Hello!
I became too lazy using VAX =)
I like auto insertion of brackets after function very much.
But after every void-returning function I have to type a semicolon though it looks very predictable.
Is it possible to insert a semicolon in such situations automatically?

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Oct 12 2010 :  12:42:14 PM  Show Profile  Reply with Quote
I think it's a sensible idea. I have put in a feature request to see what the developers make of it:

case=51158

Thanks.
Go to Top of Page

v_v
Senior Member

Russia
29 Posts

Posted - Dec 06 2010 :  11:35:21 AM  Show Profile  Reply with Quote
And the same for "return;" in procedures, please!
Go to Top of Page

digero
Junior Member

12 Posts

Posted - Dec 06 2010 :  9:28:39 PM  Show Profile  Reply with Quote
Along the same vein, it would be nice to have an option to automatically place a typed semicolon at the end of the line when it makes sense to do so (i.e., unless you're inside a for statement, or there's already a semicolon, etc.). Eclipse has this feature. For example if my cursor is where the | is:
int example = FuncA(FuncB(foo|))
When I type a semicolon the line becomes:
int example = FuncA(FuncB(foo));|

In addition to the ; being in the right spot, the cursor is also at the end of the line, so you don't have to hit End before adding a new line. Backspace undoes the smart positioning, leaving the ; where you originally typed it (Ctrl+Z probably does too).
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18948 Posts

Posted - Dec 08 2010 :  10:04:44 PM  Show Profile  Reply with Quote
We are considering a feature to place the semi-colon at the end of the line, if you type it mid line:

case=296

zen is the art of being at one with the two'ness
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000