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. |
|
|