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
 Move implementation...
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Mordachai
Tomato Guru

USA
224 Posts

Posted - Nov 21 2014 :  2:29:02 PM  Show Profile  Reply with Quote
...should also copy over any heading-comment.

eg.:

// returns the (English) name of the registry key path (hkeyRoot must be a root path)
inline bool RegistryKey::Exists(const RegistryKey & parentKey, const TCHAR * pszSubKeyPath, REGSAM rsAccess)
{
return RegistryKey::Exists(parentKey.GetHandle(), pszSubKeyPath, rsAccess);
}


If I right click, select "move to implementation file", then the Exist() method is moved, but the comment is left behind.

VAX is aware of the comment, since it shows up in various places - but fails to move it with the function in this context.

This is VA_X.dll file version 10.9.2052.0 built 2014.11.05

feline
Whole Tomato Software

United Kingdom
18749 Posts

Posted - Nov 21 2014 :  4:26:06 PM  Show Profile  Reply with Quote
This is something we are considering doing:

case=56606

Unfortunately no estimate yet on when we will get to looking at this though.

zen is the art of being at one with the two'ness
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