bruderstein / PythonScript

Python Script plugin for Notepad++
http://npppythonscript.sourceforge.net/
GNU General Public License v2.0
338 stars 65 forks source link

Support new N++ plugin command NPPM_GETTABCOLORID #337

Open alankilborn opened 1 month ago

alankilborn commented 1 month ago

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:

Other related:

chcg commented 1 month ago

I will wait until release of 8.6.8 before I update pythonscript.