mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 20:57:22 +02:00
* Ensure rename dialog is centered
* Ensure children are renamed before parent items * Add settings handler * Replace old text referencing smart rename with power rename
This commit is contained in:
@@ -46,13 +46,13 @@ protected:
|
||||
|
||||
DWORD m_cookie = 0;
|
||||
|
||||
struct SMART_RENAME_REGEX_EVENT
|
||||
struct RENAME_REGEX_EVENT
|
||||
{
|
||||
IPowerRenameRegExEvents* pEvents;
|
||||
DWORD cookie;
|
||||
};
|
||||
|
||||
_Guarded_by_(m_lockEvents) std::vector<SMART_RENAME_REGEX_EVENT> m_smartRenameRegExEvents;
|
||||
_Guarded_by_(m_lockEvents) std::vector<RENAME_REGEX_EVENT> m_renameRegExEvents;
|
||||
|
||||
long m_refCount = 0;
|
||||
};
|
||||
Reference in New Issue
Block a user