chcg

Results 464 comments of chcg

Another option might be to switch to json instead of xml as json is already used via https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/PowerEditor/src/json/json.hpp for various tasks like e.g. PluginAdmin list but that would likely break...

I think to work on this it would require an extension of N++ plugin API. Unlikely that this feature gets implemented by me but if someone volunteers I would be...

@alankilborn Intentionally, updated release notes: update to N++ 8.8.2 and removal of corresponding methods from pythonscript which are commented out from N++ scintilla interface: deprecated by N++ 2GB+ support via...

@alankilborn added getStyledText(), findText(), getTextRange() again as substitutes to their corresponding Full versions. Hope that is fixing it for you, see https://github.com/bruderstein/PythonScript/releases/tag/v3.0.24 . Sorry for the long delay for it.