Age | Commit message (Expand) | Author |
2023-09-07 | use LSPString in requests too for consistency | pommicket |
2023-08-15 | fix definitions selector | pommicket |
2023-08-15 | some settings stuff | pommicket |
2023-08-14 | start new selector system - search not working yet | pommicket |
2023-08-12 | more internralization | pommicket |
2023-08-09 | more pointerizing of buffers, fix memory leaks | pommicket |
2023-08-06 | new menu system all done | pommicket |
2023-08-05 | separate ted-internal.h | pommicket |
2023-08-04 | document links seem to be working | pommicket |
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 |