summaryrefslogtreecommitdiff
path: root/command.c
AgeCommit message (Expand)Author
2023-01-02:up-blank-line, etc.pommicket
2023-01-02Status => bool on a few functionspommicket
2023-01-02finish restructuringpommicket
2023-01-02restructure ui.c, command.cpommicket
2023-01-01char const => const charpommicket
2023-01-01replace @OPTIMIZE with @TODOpommicket
2022-12-31start moving things aroundpommicket
2022-12-31goto-definition-at-cursor commandpommicket
2022-12-31avoid using time_get_secondspommicket
2022-12-30basic find usagespommicket
2022-12-29show the wait cursor when waiting for go to definitionpommicket
2022-12-25handle complete vs incomplete listspommicket
2022-12-23completion context + don't flash cursor if trigger characterpommicket
2022-12-23close autocomplete on CMD_UP/insert non-word char/etc.pommicket
2022-12-20autocomplete very broken but kinda workingpommicket
2022-12-20more completionpommicket
2022-12-20start completion requestspommicket
2022-11-03custom bg-shaderpommicket
2022-11-02settings bugfixes, :insert-text, and a memory bugfixpommicket
2022-11-02new settings system bugfixes, use ted_active_settings morepommicket
2022-09-26shift+pageup/pagedownpommicket
2022-07-29fixed double ctrl+q problempommicket
2022-07-29indent-with-spacespommicket
2022-07-29per-language settingspommicket
2022-03-26fixed ctrl+w behavior with find/buildpommicket
2021-04-20:set-language, various other little thingsLeo Tenenbaum
2021-04-16command history for :shellLeo Tenenbaum
2021-04-16comment/uncomment selectionLeo Tenenbaum
2021-04-16regenerate tags if tag not foundLeo Tenenbaum
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
2021-03-05fix some little problems with the file selectorLeo Tenenbaum
2021-03-04string argumentsLeo Tenenbaum
2021-03-04completion working, it seemsLeo Tenenbaum
2021-03-03more autocomplete (already partially working!)Leo Tenenbaum
2021-03-03start autocompleteLeo Tenenbaum
2021-03-03:shell, bugfixesLeo Tenenbaum
2021-03-03:tab-move-left/rightLeo Tenenbaum
2021-03-03speed up startup, improve left/right while selectingLeo Tenenbaum
2021-03-02:open-configLeo Tenenbaum
2021-03-02start command selectorLeo Tenenbaum
2021-03-01restore sessionLeo Tenenbaum
2021-02-28set active_node to NULL when line buffer is activeLeo Tenenbaum
2021-02-28:split-swapLeo Tenenbaum
2021-02-24split depth limitLeo Tenenbaum
2021-02-24:split-joinLeo Tenenbaum
2021-02-24start splitLeo Tenenbaum
2021-02-24big bugfixesLeo Tenenbaum
2021-02-23start goto lineLeo Tenenbaum