summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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
2023-08-13documentationpommicket
2023-08-13various little changes, remove calls to change_directorypommicket
2023-08-12more internralizationpommicket
2023-08-12internalize buffer - broke some stuffpommicket
2023-08-09more pointerizing of buffers, fix memory leakspommicket
2023-08-09new node/buffer system, needs more testingpommicket
2023-08-07buffer APIpommicket
2023-08-07documentationpommicket
2023-08-07handle more complicated renamespommicket
2023-08-07robust find seems to be workingpommicket
2023-08-06rework edit notifypommicket
2023-08-06fix doxygen errorspommicket
2023-08-06buffer edit notificationspommicket
2023-08-06silence weird opengl warningpommicket
2023-08-06util cleanuppommicket
2023-08-06deal with really long paths in file menuspommicket