summaryrefslogtreecommitdiff
path: root/ted.c
AgeCommit message (Collapse)Author
2022-12-27fixed previous issues, + "save as" should now workpommicket
2022-12-27better workspaceFolders idea ("withhold judgement")pommicket
2022-12-27added workspaceFolders supportpommicket
but broke non-workspaceFolders support
2022-12-26start workspace folders stuffpommicket
2022-12-25global lsp-enabled settingpommicket
2022-12-24fix ted_get_lsp problempommicket
2022-12-24start LSP settingpommicket
2022-12-24find build directory in a much better waypommicket
this will be useful for LSPs
2022-12-23framework for having multiple/configurable LSPspommicket
2022-12-22make sure autocomplete is closed when buffer is switchedpommicket
2022-12-20more completionpommicket
2022-12-20start completion requestspommicket
2022-12-10more lsppommicket
2022-11-03custom bg-shaderpommicket
2022-11-02multiline config value strings, fix search_cwd (debug feature)pommicket
2022-11-02new settings system bugfixes, use ted_active_settings morepommicket
2022-11-02(insufficiently tested) per-path settingspommicket
also fixed memory bug in path_full, yet again
2022-08-19X1/X2 commandspommicket
2022-07-29fix reloading with text-sizepommicket
2022-07-29fixed double ctrl+q problempommicket
2022-07-29auto reload configpommicket
2022-07-29per-language settingspommicket
also fixed ctrl+/ in go
2022-07-29fix syntax highlighting and spacing for weird characterspommicket
2022-03-26fixed ctrl+w behavior with find/buildpommicket
2021-04-13improve tag generation (don't just look at files in the cwd)Leo Tenenbaum
2021-04-04command to reload all buffers, run make on multiple threadsLeo Tenenbaum
2021-03-14fix bug where modifications weren't detectedLeo Tenenbaum
also fix find scroll bug REALLY for real this time!
2021-03-07change focus to search term, even when find is already openLeo Tenenbaum
2021-03-06don't reload file when opened while already openLeo Tenenbaum
2021-03-05fix some little problems with the file selectorLeo Tenenbaum
2021-03-05fix rendering if border-thickness is bigLeo Tenenbaum
2021-03-04completion working, it seemsLeo Tenenbaum
2021-03-02command selector working!Leo Tenenbaum
2021-03-02fix restore session if no active buffer on closeLeo Tenenbaum
also more command selector
2021-03-01restore sessionLeo Tenenbaum
2021-02-28on crash, output info to logLeo Tenenbaum
2021-02-28find bugfixes (switch to another buffer after find)Leo Tenenbaum
2021-02-28set active_node to NULL when line buffer is activeLeo Tenenbaum
2021-02-28:split-swapLeo Tenenbaum
2021-02-25started tab movingLeo Tenenbaum
2021-02-24get ctrl+w to work with splitLeo Tenenbaum
2021-02-22fix ted_seterr typoLeo Tenenbaum
2021-02-16fix rust go to build errorsLeo Tenenbaum
2021-02-16detecting errors in build outputLeo Tenenbaum
2021-02-04improve auto-add-newline, start reloadingLeo Tenenbaum
2021-02-04prevent opening the same file twiceLeo Tenenbaum
2021-02-02big fix with buffer_pos_to_pixelsLeo Tenenbaum
also started rust highlighting
2021-02-01fix C hex literal highlightingLeo Tenenbaum
also open to untitled empty buffer
2021-01-30better startup, informative message when nothing's openLeo Tenenbaum
2021-01-30middle click to close tabLeo Tenenbaum