|
|
|
@ -1476,6 +1476,7 @@ public:
|
|
|
|
|
bool reloadContextMenuFromXmlTree(HMENU mainMenuHadle, HMENU pluginsMenu);
|
|
|
|
|
winVer getWinVersion() const {return _winVersion;};
|
|
|
|
|
generic_string getWinVersionStr() const;
|
|
|
|
|
generic_string getWinVerBitStr() const;
|
|
|
|
|
FindHistory & getFindHistory() {return _findHistory;};
|
|
|
|
|
bool _isFindReplacing = false; // an on the fly variable for find/replace functions
|
|
|
|
|
void safeWow64EnableWow64FsRedirection(BOOL Wow64FsEnableRedirection);
|
|
|
|
@ -1663,6 +1664,7 @@ private:
|
|
|
|
|
bool _asNotepadStyle = false;
|
|
|
|
|
|
|
|
|
|
winVer _winVersion;
|
|
|
|
|
Platform _platForm;
|
|
|
|
|
|
|
|
|
|
NativeLangSpeaker *_pNativeLangSpeaker = nullptr;
|
|
|
|
|
|
|
|
|
@ -1734,4 +1736,5 @@ private:
|
|
|
|
|
void initScintillaKeys(); //these functions have to be called first before any modifications are loaded
|
|
|
|
|
int getCmdIdFromMenuEntryItemName(HMENU mainMenuHadle, generic_string menuEntryName, generic_string menuItemName); // return -1 if not found
|
|
|
|
|
int getPluginCmdIdFromMenuEntryItemName(HMENU pluginsMenu, generic_string pluginName, generic_string pluginCmdName); // return -1 if not found
|
|
|
|
|
winVer getWindowsVersion();
|
|
|
|
|
};
|
|
|
|
|