Age | Commit message (Expand) | Author |
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-04 | finished documenting ted.h | pommicket |
2023-01-04 | the great "filename to path" rename | pommicket |
2023-01-04 | fix command-line argument starting file if it doesn't exist | pommicket |
2023-01-04 | some ted.h documentation | pommicket |
2023-01-04 | finish documenting what files do | pommicket |
2023-01-03 | don't start up multiple LSP servers with the same command | pommicket |
2023-01-03 | rename ted_seterr to ted_error | pommicket |
2023-01-03 | switch from scancodes to keycodes | pommicket |
2023-01-03 | different types of messages | pommicket |
2023-01-03 | make node.c a bit clearer | pommicket |
2023-01-03 | check for orphaned nodes and node cycles | pommicket |
2023-01-02 | Status => bool on a few functions | pommicket |
2023-01-02 | finish restructuring | pommicket |
2023-01-02 | fix up restructuring | pommicket |
2023-01-02 | restructure ted.c, node.c | pommicket |
2023-01-01 | char const => const char | pommicket |
2023-01-01 | more reorganizing | pommicket |
2022-12-31 | ted_get_buffer_with_file, sort usages | pommicket |
2022-12-31 | highlight-enabled and highlight-auto settings | pommicket |
2022-12-31 | avoid using time_get_seconds | pommicket |
2022-12-30 | clip highlight to buffer rect | pommicket |
2022-12-30 | better readme, etc | pommicket |
2022-12-30 | document highlights! | pommicket |
2022-12-30 | fixed hover bug | 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-29 | textDocument/definition for ctrl+click | pommicket |
2022-12-28 | moving things around a bit | pommicket |
2022-12-28 | refresh signature help when cursor moved or buffer switched | pommicket |
2022-12-27 | fixed previous issues, + "save as" should now work | pommicket |
2022-12-27 | better workspaceFolders idea ("withhold judgement") | pommicket |
2022-12-27 | added workspaceFolders support | pommicket |
2022-12-26 | start workspace folders stuff | pommicket |
2022-12-25 | global lsp-enabled setting | pommicket |
2022-12-24 | fix ted_get_lsp problem | pommicket |
2022-12-24 | start LSP setting | pommicket |
2022-12-24 | find build directory in a much better way | pommicket |
2022-12-23 | framework for having multiple/configurable LSPs | pommicket |
2022-12-22 | make sure autocomplete is closed when buffer is switched | pommicket |
2022-12-20 | more completion | pommicket |
2022-12-20 | start completion requests | pommicket |
2022-12-10 | more lsp | pommicket |
2022-11-03 | custom bg-shader | pommicket |
2022-11-02 | multiline config value strings, fix search_cwd (debug feature) | pommicket |