summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Collapse)Author
29 hoursRemove shader custom texture supportpommicket
Too much added code for little benefit
29 hoursRemove trailing white space in source filespommicket
30 hoursBetter highlighting for Markdown linkspommicket
30 hoursDon't autocomplete if there's a selectionpommicket
30 hoursAdd syntax highlighting for upcoming Python 3.14 t-stringspommicket
30 hoursAllow - and a few other things in HTML tag namespommicket
30 hoursDon't screw up cursor pos on reloadpommicket
2025-06-16better inotifypommicket
2025-03-05add support for textDocument/prepareRenamepommicket
2025-02-27update TODOpommicket
2024-12-08Fix new LSP bug introduced by 2.7.52.7.6pommicket
2024-12-07Include main address in crash dumppommicket
2024-12-07Better handling of LSP errorspommicket
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
for consistency with process_write/socket_write
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
this was the problem with godot
2023-09-09start incremental sync supportpommicket
2023-09-09fix handling of TextEdit[]pommicket
i hate microsoft so much
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