summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-04 12:47:59 -0500
committerpommicket <pommicket@gmail.com>2023-01-04 12:47:59 -0500
commit4736d2d6c02b2715bba58484eacce51495df2f4c (patch)
tree5ab45e40facbd507ad9cb5d638d522229ae7ac8b /main.c
parent3756a3e47221c3b0133724a482341a9010076a9e (diff)
fix mouse clicks in the "go to definition" menu
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index a3af116..75bc97d 100644
--- a/main.c
+++ b/main.c
@@ -1,6 +1,5 @@
/*
@TODO:
-- handle mouse clicks in "go to definition..." menu
- ted.h documentation
- document lsp.h and lsp.c.
- debug-lsp option (which logs LSP messages)
@@ -25,6 +24,7 @@
- make buffer->path NULL for untitled buffers & fix resulting mess
- rust-analyzer bug reports:
- bad json can give "Unexpected error: client exited without proper shutdown sequence"
+ - containerName not always given
- clangd bug report:
- textDocumemt/definition on ted.h declarations just gives you the declaration
FUTURE FEATURES: