@sevem47 said:
The only change I see in my current active theme file is, that the timestamp “modelFileLastModifiedDate” gets updated and is set to the date of the file “stylers.model.xml”.
My bad. I forgot to change the modelDate attribute when I submitted the update for stylers.model.xml
As a workaround, users can:
Exit Notepad++ completely (to make sure there are no unsaved config changes)
Edit c:\program files\notepad++\stylers.model.xml, and change the modelDate to modelDate="20260511" (or later, if you’re doing this on a later day), and save
Edit %AppData%\Notepad++\themes\XYZ.xml for any themes XYZ (or %AppData%\Notepad++\stylers.xml if you’re using the default light-mode stylers), and change the line to <NotepadPlus modelDate="20251231" modelFileLastModifiedDate="20251231">, and save
Exit Notepad++ completely
Rerun Notepad++: Pascal should now show MULTILINESTRING at the end of the Style list.
(if you’ve already switched between themes to others, edit all the XYZ.xml for all those themes. If you haven’t switched recently, then any themes that you hadn’t yet switched to will be updated the next time you switch to that theme, after you’ve fixed the stylers.model.xml)