lite-xl/data/core/commands
Francesco Abbate 3b040aabc7 Implement unicode character replacements
Useful to draw whitespaces with alternate characters and colors
without slowing down the text rendering.

A new API is implemented. A renderer.replacements object can be created
to list the replacements.

In turns the function renderer.draw_text and draw_text_subpixel now accept
two optional arguments for replacements.
2021-04-01 18:05:59 +02:00
..
command.lua Initial commit 2019-12-28 11:17:56 +00:00
core.lua Fix error introduced with commit c0ad86d 2021-03-18 15:46:44 +01:00
doc.lua Fix multi-line commands 2021-02-24 18:06:47 +01:00
drawwhitespace.lua Implement unicode character replacements 2021-04-01 18:05:59 +02:00
files.lua Add command to create a directory in a new category "files" 2020-12-30 11:52:26 +01:00
findreplace.lua Added resetting of selection on intermediate find-text failure 2020-06-04 14:04:46 +01:00
root.lua Fix error introduced with commit c0ad86d 2021-03-18 15:46:44 +01:00