mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-07-16 15:52:55 +03:00
Improve TextDocument::fileMightBeBinary to avoid some false-positives. Sanitize on load corrupted document line endings when \r\n are found but not expected. Improve HExtLanguageTypeHelper::detectLanguage to avoid allocating memory. Added String::readBySeparatorStoppable. Added SyntaxDefinitionManager::isFileFormatSupported.