summaryrefslogtreecommitdiff
path: root/ted.c
AgeCommit message (Collapse)Author
2023-01-07better request cancellation systempommicket
2023-01-06lsp-log settingpommicket
2023-01-05lsp-configuration optionpommicket
2023-01-04finished documenting ted.hpommicket
2023-01-04the great "filename to path" renamepommicket
2023-01-04fix command-line argument starting file if it doesn't existpommicket
it used to open an untitled buffer. also, clarified buffer_load_file
2023-01-04some ted.h documentationpommicket
2023-01-04finish documenting what files dopommicket
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
this is a temporary fix, but i can't consistently reproduce the orphaned node bug
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
because it makes a syscall
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
but broke non-workspaceFolders support
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
this will be useful for LSPs
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
also fixed memory bug in path_full, yet again