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
A new notepad member function is needed to support a plugin command new to N++ release 8.6.9: NPPM_SETUNTITLEDNAME
The new function should (ideally?) be callable as notepad.setUntitledName(newName, buffId) where newName is a string (of 63 characters or less and contains no illegal character) and buffId is a default arguments with value -1 (to mean active tab is being renamed).
A new
notepadmember function is needed to support a plugin command new to N++ release 8.6.9:NPPM_SETUNTITLEDNAMEThe new function should (ideally?) be callable as
notepad.setUntitledName(newName, buffId)wherenewNameis a string (of 63 characters or less and contains no illegal character) andbuffIdis a default arguments with value-1(to mean active tab is being renamed).Details on the N++ implementation: