mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-11-03 13:03:52 +01:00
Previously there was the 4096 MB max limit, so when e.g. user set this 4GB threshold and then tried to open any 2GB+ file, the Scintilla CellBuffer::Allocate method throwed a std::runtime_error because currently the Notepad++ does not use the SC_DOCUMENTOPTION_TEXT_LARGE in such a case.