mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-11-16 11:39:47 +01:00
The session snapshot feature runs in its own thread and access to Scintilla etc is not thread-safe. As a *temporary* and *non-exhaustive* fix we guard some long-running operations (undo, redo, replace, sort) with a mutex to prevent data corruption.