You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All HexCtrl internal .cpp/.h files have rewritten into modules:
CHexCtrl.ixx, CHexDlgBkmMgr.ixx, CHexDlgCodepage.ixx, CHexDlgDataInterp.ixx, CHexDlgDataInterp.ixx, CHexDlgDataInterp.ixx,
CHexDlgModify.ixx, CHexDlgSearch.ixx, CHexDlgTemplMgr.ixx
The main interface file HexCtrl.h still remains a classical header.
SetDlgData->SetDlgProperties.
std::iswprint added. Unprintable chars, in the WM_CHAR handler, now don't get printed when in the text area (e.g. VK_ESCAPE, VK_TAB).