You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The NPPM_GETPOSFROMBUFFERID message takes two arguments, but the PS code only supplies one. The second argument should be supplied and should be the currently active view number.
Using 64-bit Notepad++ version: 8.75 and Pythonscript version: 3.0021.
Scenario:
x = notepad.getCurrentBufferID()when one of the clones is the active tabnotepad.activateBufferID(x)Note that the clone in view 0 is made active, when it should be the clone in view 1 that is made active.
Some analysis:
The activateBufferID code looks like this:
The NPPM_GETPOSFROMBUFFERID message takes two arguments, but the PS code only supplies one. The second argument should be supplied and should be the currently active view number.