Mathieu Moreau
Mathieu Moreau
could be a simple shortcuts.ini file next to the exe, just dump existing shortcuts into it, if it breaks it will need reinstall. https://github.com/rizonesoft/Notepad3/issues/595
similar bug in ` snprintf(&report[BKP_VERSION_LEN], sizeof(report)-4, ":%d:%s:%d:%ums"` i select 4 from beginning but selects `"-4"`
I haven't seen any text editor doing this, hex editors do this. Just a strange thing to ask. You could use version controlling instead. Would be a better option to...
Ideally, header files should include namespace in macros e.g. `#define WIZ_IR`
yes please, a direct link to Youtube search for the title (for any kind of release), in RSS+email worst case nothing comes up.
Look towards, because notepadN series is not about plugins, it's about speed and essential basic functionalities (which don't exist in notepad.exe). Sublime Text editor is the one you want, has...
would also help with server load. Meanwhile you can opt out from live releases in settings.
Found a good array generator https://teenydt.github.io/
This library seems fine for an event triggered bot, but how do I send messages interactively e.g. from user input? sync_forever is required to be constantly running to handle keys,...
> Did you ever find a good example? There is no existing sync/polling example of nio on github. So still waiting for an expert's help.