Age | Commit message (Expand) | Author |
2023-09-14 | batch write requests, fix tiny memory leak in ide-autocomplete | pommicket |
2023-09-10 | fix LSP syncing issue | pommicket |
2023-09-10 | fix problem where on the last line of a buffer shift+up end backspace acts weird | pommicket |
2023-09-10 | fix godot issues by adding lsp-delay | pommicket |
2023-09-09 | deal with LSP servers that don't support incremental sync | pommicket |
2023-09-09 | start incremental sync support | pommicket |
2023-09-09 | fix handling of TextEdit[] | pommicket |
2023-09-08 | LSP code formatting (not entirely working yet) | pommicket |
2023-09-08 | LSP over TCP initial draft | pommicket |
2023-09-07 | textDocument/publishDiagnostics parsing | pommicket |
2023-09-07 | use LSPString in requests too for consistency | pommicket |
2023-08-07 | handle more complicated renames | pommicket |
2023-08-04 | textDocument/documentLink parsing | pommicket |
2023-07-19 | fix memory leaks (not really leaky) | pommicket |
2023-03-03 | fix up docs | pommicket |
2023-03-03 | different read/write colors for ide-highlights | pommicket |
2023-03-01 | start dynamic lbanguage registaration | pommicket |
2023-01-10 | linux build , etc. | pommicket |
2023-01-08 | start windows support | Leo Tenenbaum |
2023-01-08 | make 0 not a valid document ID | pommicket |
2023-01-08 | fix up stuff for when LSP server exits | 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-06 | lsp-log setting | pommicket |
2023-01-05 | lsp-configuration option | pommicket |
2023-01-05 | document lsp.h | pommicket |
2023-01-04 | finished documenting ted.h | pommicket |
2023-01-03 | read workspace/symbols containerName | pommicket |
2023-01-03 | don't start up multiple LSP servers with the same command | pommicket |
2023-01-03 | go to type definition | pommicket |
2023-01-03 | go to declaration | pommicket |
2023-01-03 | different types of messages | pommicket |
2023-01-02 | fix tcc build problems | pommicket |
2023-01-02 | finish restructuring | pommicket |
2023-01-02 | fix up restructuring | pommicket |
2023-01-02 | restructure LSP stuff | pommicket |
2023-01-01 | more reorganizing | pommicket |
2022-12-31 | start moving things around | pommicket |
2022-12-31 | ted_get_buffer_with_file, sort usages | pommicket |
2022-12-30 | textDocument/references request | pommicket |
2022-12-30 | start document highlights | pommicket |
2022-12-30 | workspaceEdit capabilities | pommicket |
2022-12-30 | textDocument/rename response parsing | pommicket |
2022-12-30 | start parse rename response | pommicket |
2022-12-30 | write rename request | pommicket |
2022-12-30 | cancelling requests | pommicket |
2022-12-30 | better ted_active_lsp, fix memory bug | pommicket |
2022-12-30 | parse workspace/symbol response | pommicket |
2022-12-30 | global request IDs | pommicket |
2022-12-30 | start workspace/symbol | pommicket |