Age | Commit message (Expand) | Author |
2023-10-15 | use reference-counted strings for string settings | pommicket |
2023-09-10 | swap return 0 and -1 for process_read/socket_read | pommicket |
2023-09-10 | LSP over TCP on windows | pommicket |
2023-08-26 | fix selector_render for cutoff entries, uninitialized read in build.c | pommicket |
2023-08-15 | some settings stuff | pommicket |
2023-08-13 | various little changes, remove calls to change_directory | pommicket |
2023-08-12 | more internralization | pommicket |
2023-08-12 | internalize buffer - broke some stuff | pommicket |
2023-08-09 | more pointerizing of buffers, fix memory leaks | pommicket |
2023-08-05 | separate ted-internal.h | pommicket |
2023-08-05 | internalize Line structure | pommicket |
2023-05-11 | :jump-to-build-error setting | pommicket |
2023-03-23 | go-to-build-error now also detects rust ::: references | pommicket |
2023-01-11 | build-command setting + a bunch of config fixes | pommicket |
2023-01-11 | strip ../ in go-to-error if file is not found | pommicket |
2023-01-08 | fix memory leaks | pommicket |
2023-01-07 | fix tags go-to-definition menu, silence errors for LSP not found | pommicket |
2023-01-06 | check LSP process status | pommicket |
2023-01-04 | more documentation | pommicket |
2023-01-03 | rename ted_seterr to ted_error | pommicket |
2023-01-02 | clean some stuff up | pommicket |
2023-01-02 | finish restructuring | pommicket |
2023-01-02 | restructure build.c, find.c | pommicket |
2023-01-01 | char const => const char | pommicket |
2022-12-30 | basic find usages | pommicket |
2022-12-29 | hover highlight | pommicket |
2022-12-24 | find build directory in a much better way | pommicket |
2022-12-22 | make sure autocomplete is closed when buffer is switched | pommicket |
2022-11-02 | new settings system bugfixes, use ted_active_settings more | pommicket |
2022-09-24 | fix go-to-error when build_dir != . | pommicket |
2022-07-29 | per-language settings | pommicket |
2022-03-26 | fixed ctrl+w behavior with find/build | pommicket |
2021-04-20 | silence GCC warnings | Leo Tenenbaum |
2021-04-13 | improve tag generation (don't just look at files in the cwd) | Leo Tenenbaum |
2021-04-04 | command to reload all buffers, run make on multiple threads | Leo Tenenbaum |
2021-03-14 | fix bug where modifications weren't detected | Leo Tenenbaum |
2021-03-04 | fix searching for make.bat, etc. | Leo Tenenbaum |
2021-03-04 | string arguments | Leo Tenenbaum |
2021-03-03 | more autocomplete (already partially working!) | Leo Tenenbaum |
2021-03-03 | fix build go to error | Leo Tenenbaum |
2021-03-03 | :shell, bugfixes | Leo Tenenbaum |
2021-02-24 | split depth limit | Leo Tenenbaum |
2021-02-18 | get rid of debug output | Leo Tenenbaum |
2021-02-18 | go to MSVC error | Leo Tenenbaum |
2021-02-18 | Finishing touches for v. 0.4 | Leo Tenenbaum |
2021-02-18 | :build working (i think) | Leo Tenenbaum |
2021-02-18 | :build working on windows | Leo Tenenbaum |
2021-02-17 | started process-win.c | Leo Tenenbaum |
2021-02-16 | fix rust go to build errors | Leo Tenenbaum |
2021-02-16 | fix :build, add `cargo build` | Leo Tenenbaum |