summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-24bump version2.6.2pommicket
2023-09-24show LSP status, tabs vs spaces in title barpommicket
2023-09-24nicer logging (always show pid, timestamp)pommicket
2023-09-24don't truncate log on startuppommicket
2023-09-24fix escaped quotes in stringspommicket
2023-09-19fix dedent issuepommicket
2023-09-14build ted.msi in make.bat2.6.1pommicket
2023-09-14batch write requests, fix tiny memory leak in ide-autocompletepommicket
2023-09-13fix use-after-free which broke LSP syncpommicket
2023-09-13clip diagnostic rect to bufferpommicket
2023-09-11clear diagnostics if buffer_lsp becomes NULLpommicket
2023-09-10allow diagnostic messages to take up multiple lines2.6pommicket
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-07add show-diagnostics settingpommicket
2023-09-07show diagnostic messagepommicket
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-26update version, add script for updating windows installer2.5.1pommicket
2023-08-26fix bad write in ds.hpommicket
2023-08-26fix selector_render for cutoff entries, uninitialized read in build.cpommicket
2023-08-15fix node bug2.5pommicket
2023-08-15fix definitions selectorpommicket
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-13improve ted.h documentationpommicket
2023-08-13internalize Nodepommicket
2023-08-13fix ask-reload menupommicket
2023-08-13fix findpommicket