Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 Move 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
Mordachai Posted - Nov 21 2014 : 2:29:02 PM
...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
1   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Nov 21 2014 : 4:26:06 PM
This is something we are considering doing:

case=56606

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

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