summaryrefslogtreecommitdiff
path: root/command.c
AgeCommit message (Collapse)Author
2023-07-19new font management systempommicket
this lets us avoid reloading the font file from disk whenever the font size changes
2023-07-14copy-path commandpommicket
2023-05-11:matching-bracket, fix matching bracket highlighting in some casespommicket
2023-03-27fix crash on in/decrement-number & insert-text w no active bufferpommicket
2023-03-23increment-number and decrement-numberpommicket
2023-03-23macros are working!pommicket
2023-03-23get rid of ARG_STRING, start macrospommicket
2023-03-23fix crash on :previous-position with no active bufferpommicket
2023-03-02:previous-positionpommicket
2023-03-02dynamic language registration workingpommicket
2023-03-01start dynamic lbanguage registarationpommicket
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