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
 Feature Requests
 Tab Stops in Templates
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

lkendall
New Member

USA
2 Posts

Posted - Feb 02 2005 :  10:23:06 AM  Show Profile
I think VS2005 will have this, but being able to "tab" through a code template would be nice. Like in a For Loop or If statement.

if (tabhere)
{
tabhere
}
else
{
tabhere
}

--------------------
Leigh Kendall

feline
Whole Tomato Software

United Kingdom
18941 Posts

Posted - Feb 02 2005 :  5:36:14 PM  Show Profile
interesting idea. but what happens when you want to insert tab characters into the code inside part of the if statement? i often place tab's at the end of a line of code when adding a // style comment.

as a possible work around you could use autotext to enter a standard if statement template like:
if($)
{
    ^^^^
}
else
{
    ^^^^
}

use the VAX autotext caret character to place the caret inside the brackets for the if statement, and then search for "^^^^". if this is you current search string then simply pressing F3 will move to the next such string and highlight it. at this point you can simply start typing, overwriting the text in the process.

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