summaryrefslogtreecommitdiff
path: root/ted.c
AgeCommit message (Expand)Author
2023-01-03don't start up multiple LSP servers with the same commandpommicket
2023-01-03rename ted_seterr to ted_errorpommicket
2023-01-03switch from scancodes to keycodespommicket
2023-01-03different types of messagespommicket
2023-01-03make node.c a bit clearerpommicket
2023-01-03check for orphaned nodes and node cyclespommicket
2023-01-02Status => bool on a few functionspommicket
2023-01-02finish restructuringpommicket
2023-01-02fix up restructuringpommicket
2023-01-02restructure ted.c, node.cpommicket
2023-01-01char const => const charpommicket
2023-01-01more reorganizingpommicket
2022-12-31ted_get_buffer_with_file, sort usagespommicket
2022-12-31highlight-enabled and highlight-auto settingspommicket
2022-12-31avoid using time_get_secondspommicket
2022-12-30clip highlight to buffer rectpommicket
2022-12-30better readme, etcpommicket
2022-12-30document highlights!pommicket
2022-12-30fixed hover bugpommicket
2022-12-30better ted_active_lsp, fix memory bugpommicket
2022-12-30go to definitionpommicket
2022-12-30definitions menu, but it's acting weirdpommicket
2022-12-29textDocument/definition for ctrl+clickpommicket
2022-12-28moving things around a bitpommicket
2022-12-28refresh signature help when cursor moved or buffer switchedpommicket
2022-12-27fixed previous issues, + "save as" should now workpommicket
2022-12-27better workspaceFolders idea ("withhold judgement")pommicket
2022-12-27added workspaceFolders supportpommicket
2022-12-26start workspace folders stuffpommicket
2022-12-25global lsp-enabled settingpommicket
2022-12-24fix ted_get_lsp problempommicket
2022-12-24start LSP settingpommicket
2022-12-24find build directory in a much better waypommicket
2022-12-23framework for having multiple/configurable LSPspommicket
2022-12-22make sure autocomplete is closed when buffer is switchedpommicket
2022-12-20more completionpommicket
2022-12-20start completion requestspommicket
2022-12-10more lsppommicket
2022-11-03custom bg-shaderpommicket
2022-11-02multiline config value strings, fix search_cwd (debug feature)pommicket
2022-11-02new settings system bugfixes, use ted_active_settings morepommicket
2022-11-02(insufficiently tested) per-path settingspommicket
2022-08-19X1/X2 commandspommicket
2022-07-29fix reloading with text-sizepommicket
2022-07-29fixed double ctrl+q problempommicket
2022-07-29auto reload configpommicket
2022-07-29per-language settingspommicket
2022-07-29fix syntax highlighting and spacing for weird characterspommicket
2022-03-26fixed ctrl+w behavior with find/buildpommicket
2021-04-13improve tag generation (don't just look at files in the cwd)Leo Tenenbaum