mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-01 11:06:30 +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.