Reading NppApplication.activeEditor.text is not correct
Notepad++ plugin for ActiveX support
Brought to you by:
bananen-joe
NppApplication.activeEditor.text is longer by one than the correct length. It has an NUL byte at its end.
If you write this value, there is no appending NUL byte expected.
So executing "NppApplication.activeEditor.text = NppApplication.activeEditor.text" causes an modification of the document.
This will be fixed with the next release.