softmgr

Results 32 comments of softmgr

> [@softmgr](https://github.com/softmgr) We've encountered this issue as well. Could you advise on how to modify the source code to add these two functions, including the specific file directory paths? Alternatively,...

@xomx Currently in N++, all path-related messages (such as `NPPM_GETFULLCURRENTPATH`, `NPPM_GETCURRENTDIRECTORY`, etc.) return a buffer with a maximum size of only 2048 characters: ``` #define CURRENTWORD_MAXLENGTH 2048 ``` Even if...