A new notepad member function is needed to support a plugin command new to (presumably) N++ release 8.6.8: NPPM_GETTABCOLORID
The new function should (ideally?) be callable as color_id = notepad.getTabColorID(view, tabIndex) where view and tabIndex are both default arguments with value -1 (to mean active/current view and active/current tabIndex).
A new
notepad
member function is needed to support a plugin command new to (presumably) N++ release 8.6.8:NPPM_GETTABCOLORID
The new function should (ideally?) be callable as
color_id = notepad.getTabColorID(view, tabIndex)
whereview
andtabIndex
are both default arguments with value-1
(to mean active/current view and active/current tabIndex).Details on the N++ implementation:
Other related: