chcg

Results 464 comments of chcg

Seems no interface is available for renaming in https://npp-user-manual.org/docs/plugin-communication/#notepad-messages. Checkin was https://github.com/notepad-plus-plus/notepad-plus-plus/commit/3546268c235780a6ba15266e7685aab7f6d6ce7f. So currently just the MENUCOMMAND.FILE_RENAME would be an option.

Impl of ``` #define NPPM_SETUNTITLEDNAME (NPPMSG + 115) // int NPPM_SETUNTITLEDNAME(BufferID id, const wchar_t* newName) // Rename the tab name for an untitled tab. // wParam[in]: id - BufferID of...

Prerequisite is that https://github.com/teeks99/boost-release-windows has an ARM64 build and deployment (see https://boostorg.jfrog.io/artifactory/main/release/1.86.0/binaries/ ) @sergey-shandar boost 1.86.0 is available https://www.boost.org/users/history/version_1_86_0.html

@sergey-shandar Could you please also push the update to this repo for 1.86 as the nuget packages are already updated. Thanks.

@stihlwasab You need to get the maintainer of https://github.com/teeks99/boost-release-windows/issues/5 to work on that topic as this is the basis for the prebuild boost windows packages.

See https://sourceforge.net/projects/androidlogger/files/v1.4.2/ > [Install] > 1. Push AndroidLogger.dll under "plugins\AndroidLogger" directory of Notepad++ > 2. Push AndroidLogger.xml under "plugins\config\" directory of Notepad++ > N++ PluginAdmin doesn't support the distribution of...

See https://en.wikipedia.org/wiki/UTF-16 for the difference between UTF-16 and UCS-2: > UTF-16 arose from an earlier fixed-width 16-bit encoding known as UCS-2 (for 2-byte Universal Character Set) once it became clear...

Fix is available with https://github.com/notepad-plus-plus/notepad-plus-plus/releases/tag/v8.7.9 . @FredMSloniker please check

@Ekopalypse What is necessary to create such a pyi file? I think it is sufficient to create it together with my local runs of https://github.com/bruderstein/PythonScript/blob/master/PythonScript/src/CreateWrapper.py when syncs from N++ are...