-
Notifications
You must be signed in to change notification settings - Fork 68
Closed
Labels
Description
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).
Details on the N++ implementation:
- notepad-plus-plus/notepad-plus-plus@9244cd0
- document plugin command NPPM_GETTABCOLORID notepad-plus-plus/npp-usermanual#671
Other related: