summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)Author
2024-09-08Fix tiny memory leak on windowspommicket
2024-09-08Customizable data directoriespommicket
2024-07-17Fix opening file from build outputpommicket
2024-07-17fix highlighting of '\u{1023}' in Rustpommicket
2024-05-11update todopommicket
2023-10-19fixing regexes properly on windowspommicket
2023-10-19is_path_separatorpommicket
2023-10-19local .ted.cfgpommicket
2023-10-19editorconfig seems to be workingpommicket
2023-10-19basic editorconfig implementationpommicket
2023-10-18editorconfig globs, testing "framework"pommicket
2023-10-18start editorconfig supportpommicket
2023-10-17switch back to starting file after renamepommicket
2023-10-17new config system seems to be workingpommicket
2023-10-17switch from ted->strings to cfg->stringspommicket
2023-10-17new config system not working yet, but it compielspommicket
2023-10-16start new config nonsensepommicket
2023-09-24nicer logging (always show pid, timestamp)pommicket
2023-09-24don't truncate log on startuppommicket
2023-09-10fix LSP syncing issuepommicket
2023-09-10apommicket
2023-09-10put exact matches first in selectorpommicket
2023-09-10swap return 0 and -1 for process_read/socket_readpommicket
2023-09-10LSP over TCP on windowspommicket
2023-09-10apommicket
2023-09-10fix problem where on the last line of a buffer shift+up end backspace acts weirdpommicket
2023-09-10fix godot issues by adding lsp-delaypommicket
2023-09-09deal with LSP servers that don't support incremental syncpommicket
2023-09-09start incremental sync supportpommicket
2023-09-09fix handling of TextEdit[]pommicket
2023-09-08LSP code formatting (not entirely working yet)pommicket
2023-09-08better LSP over TCPpommicket
2023-09-08LSP over TCP initial draftpommicket
2023-09-07add gdscript languagepommicket
2023-09-07fix issue where selector detail is cut offpommicket
2023-09-07move color-related functions from util.c to color.cpommicket
2023-09-07more diagnosticspommicket
2023-09-07textDocument/publishDiagnostics parsingpommicket
2023-09-07use LSPString in requests too for consistencypommicket
2023-09-07updat development.md, todo listpommicket
2023-08-27disambiguate between files with the same namepommicket
2023-08-15fix iwndows buildpommicket
2023-08-15use home/end with selectorpommicket
2023-08-15some settings stuffpommicket
2023-08-14selector search working againpommicket
2023-08-14start new selector system - search not working yetpommicket
2023-08-13internalize Nodepommicket
2023-08-13fix ask-reload menupommicket
2023-08-13fix findpommicket
2023-08-13documentationpommicket