diff options
author | pommicket <pommicket@gmail.com> | 2023-02-25 17:03:52 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-02-25 17:03:52 -0500 |
commit | 1dbe868e22fe9762d5e32d73167d09a2c5b72821 (patch) | |
tree | c0fbd40610090ca633a81dca1de5a416e8cd1a07 /main.c | |
parent | 8393d8439f3f522d5388da87294ccdfa7c77c671 (diff) |
better handlign of backspace/delete with `indent-with-spaces = on`
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,12 +6,13 @@ - texlab bug report: - textDocument/definition gives LocationLink regardless of client capabilities FUTURE FEATURES: +- doxygen documentation for ted.h - better interaction between language-specific and path-specific settings - manual.md -- better handling of backspace with space indentation - CSS highlighting - option for separate colors for read/write highlights - styles ([color] sections) +- handle non-UTF8 file by using 0xD800-0xD8FF or something for raw bytes - make go-to-definition/hover/highlight modifier key configurable - return to previous location in buffer - font setting & support for multiple fonts to cover more characters |