summaryrefslogtreecommitdiff
path: root/buffer.c
AgeCommit message (Expand)Author
2023-10-17new config system not working yet, but it compielspommicket
2023-10-16start new config nonsensepommicket
2023-10-15use reference-counted strings for string settingspommicket
2023-10-15remove-trailing-whitespace optionpommicket
2023-09-19fix dedent issuepommicket
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-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-09fix handling of TextEdit[]pommicket
2023-09-08LSP code formatting (not entirely working yet)pommicket
2023-09-08LSP over TCP initial draftpommicket
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-07use LSPString in requests too for consistencypommicket
2023-08-27disambiguate between files with the same namepommicket
2023-08-15some settings stuffpommicket
2023-08-13fix ask-reload menupommicket
2023-08-13documentationpommicket
2023-08-13various little changes, remove calls to change_directorypommicket
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-06rework edit notifypommicket
2023-08-06buffer edit notificationspommicket
2023-08-06util cleanuppommicket
2023-08-05more dynamic menus (menus are currently broken)pommicket
2023-08-05scroll to cursor on undo/redopommicket
2023-08-05some cleanuppommicket
2023-08-05move some stuff to ted-internal, reject null characterspommicket
2023-08-05separate ted-internal.hpommicket
2023-08-05internalize Autocompletepommicket
2023-08-05more plugin preppommicket
2023-08-05internalize Line structurepommicket
2023-08-05add some functions for plug-inspommicket
2023-08-04start renmae symbolpommicket
2023-08-04cache buffer settings indexpommicket
2023-08-04document links seem to be workingpommicket
2023-08-04use dynamic arrays for mouse_clicks/mouse_releasespommicket
2023-08-01don't show version, help message when build window is openpommicket
2023-08-01fix inconsistencies btwn xoff_to_index & renderingpommicket
2023-07-19cache buffer_lsp (improves performance a fair bit)pommicket