index
:
ted.git
trunk
variable-width
A text editor.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ide-definitions.c
Age
Commit message (
Expand
)
Author
2023-03-03
open multiple files with command line arguments
pommicket
2023-01-07
fix tags go-to-definition menu, silence errors for LSP not found
pommicket
2023-01-07
better request cancellation system
pommicket
2023-01-04
more documentation
pommicket
2023-01-03
read workspace/symbols containerName
pommicket
2023-01-03
fix double-free response_to
pommicket
2023-01-03
handle multiple definitions of a symbol with the same name
pommicket
2023-01-03
sort go-to-definition entries by detail after name
pommicket
2023-01-03
go to type definition
pommicket
2023-01-03
go to declaration
pommicket
2023-01-02
restructure ide-*.c
pommicket
2023-01-01
more reorganizing
pommicket
2022-12-31
better LSP request cancelling
pommicket
2022-12-31
use double instead of struct timespec
pommicket
2022-12-30
cancelling requests
pommicket
2022-12-30
show location in definitions menu
pommicket
2022-12-30
better ted_active_lsp, fix memory bug
pommicket
2022-12-30
go to definition
pommicket
2022-12-30
definitions menu, but it's acting weird
pommicket
2022-12-30
parse workspace/symbol response
pommicket
2022-12-30
global request IDs
pommicket
2022-12-29
show the wait cursor when waiting for go to definition
pommicket
2022-12-29
textDocument/definition for ctrl+click
pommicket