summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-02-27 12:51:15 -0500
committerpommicket <pommicket@gmail.com>2023-02-27 12:51:15 -0500
commit11300a7e247eeb28c101f43a51d8dbfde0479eaa (patch)
treef14360d0862a51eb9014a6ee079b304be8fc74b8 /main.c
parentc59e6a40b2d89650b3cec4f2d0abad38af46ec0b (diff)
better interaction between path-specific & lang-specific settings
still needs more testing
Diffstat (limited to 'main.c')
-rw-r--r--main.c14
1 files changed, 8 insertions, 6 deletions
diff --git a/main.c b/main.c
index dde5950..b505377 100644
--- a/main.c
+++ b/main.c
@@ -1,17 +1,13 @@
/*
@TODO:
-- rust-analyzer bug reports:
- - bad json can give "Unexpected error: client exited without proper shutdown sequence"
- - containerName not always given in workspace/symbols
-- texlab bug report:
- - textDocument/definition gives LocationLink regardless of client capabilities
+- test new settings system
FUTURE FEATURES:
- doxygen documentation for ted.h
-- better interaction between language-specific and path-specific settings
- manual.md
- CSS highlighting
- option for separate colors for read/write highlights
- styles ([color] sections)
+ - for this, it would be nice to have #include in ted.cfg
- 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
@@ -35,6 +31,12 @@ FUTURE FEATURES:
- ctrl+9/0 to inc/dec number would be useful here
- with macros we can really test performance of buffer_insert_text_at_pos, etc. (which should ideally be fast)
- LSP request timeout
+BUG REPORTS IM TO LAZY TO FILE (RIGHT NOW)
+- rust-analyzer:
+ - bad json can give "Unexpected error: client exited without proper shutdown sequence"
+ - containerName not always given in workspace/symbols
+- texlab:
+ - textDocument/definition gives LocationLink regardless of client capabilities
*/
#include "ted.h"