mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-10-31 19:44:06 +01:00
Applying the Scintilla flag SC_AUTOMATICFOLD_CHANGE, ref: https://www.scintilla.org/ScintillaDoc.html#Folding "SC_AUTOMATICFOLD_CHANGE (0x4) Show lines as needed when fold structure is changed. The SCN_MODIFIED notification is still sent unless it is disabled by the container." Fix #11246, close #11280