summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-02-25 17:03:52 -0500
committerpommicket <pommicket@gmail.com>2023-02-25 17:03:52 -0500
commit1dbe868e22fe9762d5e32d73167d09a2c5b72821 (patch)
treec0fbd40610090ca633a81dca1de5a416e8cd1a07 /main.c
parent8393d8439f3f522d5388da87294ccdfa7c77c671 (diff)
better handlign of backspace/delete with `indent-with-spaces = on`
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.c b/main.c
index c7d67fe..9c63589 100644
--- a/main.c
+++ b/main.c
@@ -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