Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 use existing namespace for Create Implementation

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
jka Posted - Jul 06 2006 : 04:00:06 AM

If the source file already contains a namespace definition, I'd like VAX to put the implementation into the existing namespace in the source file instead of adding it to the bottom of the file and prefixing the class name with the namespace. Or maybe this could be made an option to toggle in the VAX options dialog.

Example:


// **** header file:
namespace ns
{
  class A
  {
    void f();
  };
}

// **** source file:
namespace ns
{
  // this is where I would like the function to be:
  void A::f()
  {
  }
}

// this is where it currently ends up:
void ns::A::f()
{
}

2   L A T E S T    R E P L I E S    (Newest First)
support Posted - Aug 08 2006 : 01:20:47 AM
Fixed in build 1531.
feline Posted - Jul 06 2006 : 5:38:30 PM
already been requested

case=1359

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