Age | Commit message (Expand) | Author |
2023-01-06 | start phantom completions | pommicket |
2023-01-05 | clean up some TODOs | pommicket |
2023-01-05 | lsp-reset command | pommicket |
2023-01-04 | the great "filename to path" rename | pommicket |
2023-01-04 | fix command-line argument starting file if it doesn't exist | pommicket |
2023-01-04 | more documentation | pommicket |
2023-01-03 | go to type definition | pommicket |
2023-01-03 | go to declaration | pommicket |
2023-01-03 | different types of messages | pommicket |
2023-01-02 | :up-blank-line, etc. | pommicket |
2023-01-02 | Status => bool on a few functions | pommicket |
2023-01-02 | finish restructuring | pommicket |
2023-01-02 | restructure ui.c, command.c | pommicket |
2023-01-01 | char const => const char | pommicket |
2023-01-01 | replace @OPTIMIZE with @TODO | pommicket |
2022-12-31 | start moving things around | pommicket |
2022-12-31 | goto-definition-at-cursor command | pommicket |
2022-12-31 | avoid using time_get_seconds | pommicket |
2022-12-30 | basic find usages | pommicket |
2022-12-29 | show the wait cursor when waiting for go to definition | pommicket |
2022-12-25 | handle complete vs incomplete lists | pommicket |
2022-12-23 | completion context + don't flash cursor if trigger character | pommicket |
2022-12-23 | close autocomplete on CMD_UP/insert non-word char/etc. | pommicket |
2022-12-20 | autocomplete very broken but kinda working | pommicket |
2022-12-20 | more completion | pommicket |
2022-12-20 | start completion requests | pommicket |
2022-11-03 | custom bg-shader | pommicket |
2022-11-02 | settings bugfixes, :insert-text, and a memory bugfix | pommicket |
2022-11-02 | new settings system bugfixes, use ted_active_settings more | pommicket |
2022-09-26 | shift+pageup/pagedown | pommicket |
2022-07-29 | fixed double ctrl+q problem | pommicket |
2022-07-29 | indent-with-spaces | pommicket |
2022-07-29 | per-language settings | pommicket |
2022-03-26 | fixed ctrl+w behavior with find/build | pommicket |
2021-04-20 | :set-language, various other little things | Leo Tenenbaum |
2021-04-16 | command history for :shell | Leo Tenenbaum |
2021-04-16 | comment/uncomment selection | Leo Tenenbaum |
2021-04-16 | regenerate tags if tag not found | 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-05 | fix some little problems with the file selector | Leo Tenenbaum |
2021-03-04 | string arguments | Leo Tenenbaum |
2021-03-04 | completion working, it seems | Leo Tenenbaum |
2021-03-03 | more autocomplete (already partially working!) | Leo Tenenbaum |
2021-03-03 | start autocomplete | Leo Tenenbaum |
2021-03-03 | :shell, bugfixes | Leo Tenenbaum |
2021-03-03 | :tab-move-left/right | Leo Tenenbaum |
2021-03-03 | speed up startup, improve left/right while selecting | Leo Tenenbaum |
2021-03-02 | :open-config | Leo Tenenbaum |