Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 1530: Create Implementation Format

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
swinefeaster Posted - Jul 18 2006 : 9:08:11 PM
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?
2   L A T E S T    R E P L I E S    (Newest First)
swinefeaster Posted - Jul 19 2006 : 1:35:56 PM
great! thnx
jpizzi Posted - Jul 19 2006 : 01:30:44 AM
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.

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