Don Ho 2025-02-01 06:34:34 +01:00
parent 6fd3830b42
commit 80319a71ee

View File

@ -1007,8 +1007,8 @@ enum Platform { PF_UNKNOWN, PF_X86, PF_X64, PF_IA64, PF_ARM64 };
// { // {
// case NPPN_READY: // case NPPN_READY:
// { // {
// // Add SC_MOD_DELETETEXT and SC_MOD_INSERTTEXT notifications // // Add SC_MOD_BEFOREDELETE and SC_MOD_BEFOREINSERT to listen to the 2 events of SCN_MODIFIED
// ::SendMessage(nppData._nppHandle, NPPM_ADDSCNMODIFIEDFLAGS, 0, SC_MOD_DELETETEXT | SC_MOD_INSERTTEXT); // ::SendMessage(nppData._nppHandle, NPPM_ADDSCNMODIFIEDFLAGS, 0, SC_MOD_BEFOREDELETE | SC_MOD_BEFOREINSERT);
// } // }
// break; // break;
// ... // ...