summaryrefslogtreecommitdiff
path: root/command.c
AgeCommit message (Collapse)Author
2023-02-26ctrl+scroll to adjust text sizepommicket
2023-01-06start phantom completionspommicket
2023-01-05clean up some TODOspommicket
2023-01-05lsp-reset commandpommicket
2023-01-04the great "filename to path" renamepommicket
2023-01-04fix command-line argument starting file if it doesn't existpommicket
it used to open an untitled buffer. also, clarified buffer_load_file
2023-01-04more documentationpommicket
2023-01-03go to type definitionpommicket
2023-01-03go to declarationpommicket
2023-01-03different types of messagespommicket
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
because it makes a syscall
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
the memory bug existed in the last release!
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
also fixed ctrl+/ in go
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
also fix find scroll bug REALLY for real this time!
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