notepad-plus-plus-legacy/PowerEditor/visual.net
Andreas Jönsson 2a7ef2ecf0 Guard long-running operations with a mutex
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.
2015-05-26 15:58:46 +02:00
..
notepadPlus.vcxproj Guard long-running operations with a mutex 2015-05-26 15:58:46 +02:00
notepadPlus.vs2005.vcproj [NEW] Add VS 2013 support. 2014-10-14 22:29:23 +00:00
notepadPlus.vs2015.vcxproj Add special project for VS2015 2015-05-25 13:04:18 +03:00