I decided to try writing my own editor
-
I decided to try to write my own editor - My_Notepad_Sci.
Even if I’m too lazy to do it to the end, at least it helps to learn Scintilla -
@AZJIO-AZJIO
I managed to make Notepad++ style plugin support. I connected my plugins and tried NppExport, everything worked fine. But for now there is no Callback and no support for SendMessage(Handle, #NPPM_MENUCOMMAND, 0, IDM_COMMAND), which are Notepad++ internal commands. Plugins that use only Scintilla commands should work without problems. -
This post is deleted! -
@AZJIO-AZJIO: Just wondering—were you trying to write that post in your own editor? Could that be the problem?