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
 use existing namespace for Create Implementation
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

jka
New Member

2 Posts

Posted - Jul 06 2006 :  04:00:06 AM  Show Profile  Reply with Quote

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()
{
}

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Jul 06 2006 :  5:38:30 PM  Show Profile  Reply with Quote
already been requested

case=1359

zen is the art of being at one with the two'ness
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Aug 08 2006 :  01:20:47 AM  Show Profile  Reply with Quote
Fixed in build 1531.
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