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
 1530: Create Implementation Format
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

swinefeaster
Tomato Guru

310 Posts

Posted - Jul 18 2006 :  9:08:11 PM  Show Profile  Reply with Quote
if I have a decalaration like:


    // Helper function called by DoCommandInternal().
    void DoCommandInternalCreateSonar(
      const CDoCommandInfo& Info, 
      CDoCommandResultInfo& ResultInfo);


and i use VAX to create an implementation, i get:


void 
CGeoProjection::DoCommandInternalCreateSonar(const CDoCommandInfo& Info,  CDoCommandResultInfo& ResultInfo)
{

}


now i've already changed the autotext format a bit to make i pretty, but what i really would like to see is have it word wrap the lines that exceed my column indicator like so:


void 
CGeoProjection::DoCommandInternalCreateSonar(const CDoCommandInfo& Info,  
  CDoCommandResultInfo& ResultInfo)
{
}


is there any way to do this or am i asking too much?

jpizzi
Tomato Guru

USA
642 Posts

Posted - Jul 19 2006 :  01:30:44 AM  Show Profile  Reply with Quote
This should be resolved with the fix to bug 1631.
http://forum.wholetomato.com/forum/topic.asp?TOPIC_ID=4933

Don't have an estimate on when, however.

Joe Pizzi
Go to Top of Page

swinefeaster
Tomato Guru

310 Posts

Posted - Jul 19 2006 :  1:35:56 PM  Show Profile  Reply with Quote
great! thnx
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