| Age | Commit message (Collapse) | Author |
|
* Uses new functionality introduced on lite-xl/lite-xl#1613
* utf8extra.clean function is employed on highlighter to replace invalid
UTF-8 sequences on document lines with '\26'
* Allow opening files with unknown encoding
* Invalidate cleaned lines
* Customized utf8.clean to allow non-continous replacements
* Baked binary data handling into docs
* Changed drawwhitespace plugin to render on binary
files character 26 as a square.
* Renamed Doc get_line() to get_utf8_line() for clarity
|
|
* Added new functions documentation
* Injected new functions to string table
|
|
|
|
* add utf8 support to tokenizer
* wrap utf8 functions in string table using a 'u' prefix
* document new utf8 functions
|