summaryrefslogtreecommitdiff
path: root/config.c
AgeCommit message (Expand)Author
2023-10-17fix string arguments, nicer config parsingpommicket
2023-10-17new config system seems to be workingpommicket
2023-10-17switch from ted->strings to cfg->stringspommicket
2023-10-17sort key actions (new config system seems to be working!)pommicket
2023-10-17ted starts up, but still brokenpommicket
2023-10-17new config system not working yet, but it compielspommicket
2023-10-16start new config nonsensepommicket
2023-10-15use reference-counted strings for string settingspommicket
2023-10-15remove-trailing-whitespace optionpommicket
2023-09-24fix escaped quotes in stringspommicket
2023-09-10fix godot issues by adding lsp-delaypommicket
2023-09-08LSP over TCP initial draftpommicket
2023-09-07add show-diagnostics settingpommicket
2023-09-07move color-related functions from util.c to color.cpommicket
2023-08-15some settings stuffpommicket
2023-08-14start new selector system - search not working yetpommicket
2023-08-13documentationpommicket
2023-08-05separate ted-internal.hpommicket
2023-08-05more plugin preppommicket
2023-08-04document links seem to be workingpommicket
2023-07-20make ted DPI aware on windowspommicket
2023-07-19start "multifonts"pommicket
2023-07-19initial draft of variable-width font handlingpommicket
2023-05-11:jump-to-build-error settingpommicket
2023-05-11fix backups wrt hard links, add crlf-windows settingpommicket
2023-03-23handle various :increment-number edge cases and binarypommicket
2023-03-23get rid of ARG_STRING, start macrospommicket
2023-03-04check for %include loopspommicket
2023-03-04%include in config filespommicket
2023-03-03configurable hover/highlight key + better key stuffpommicket
2023-03-02comment-start and comment-end settingspommicket
2023-03-02dynamic language registration workingpommicket
2023-03-01start dynamic lbanguage registarationpommicket
2023-02-27better interaction between path-specific & lang-specific settingspommicket
2023-02-26ctrl+scroll to adjust text sizepommicket
2023-01-11build-command setting + a bunch of config fixespommicket
2023-01-06lsp-log settingpommicket
2023-01-06start phantom completionspommicket
2023-01-05lsp-configuration optionpommicket
2023-01-05allow `-delimited multiline strings in ted.cfgpommicket
2023-01-05clean up some TODOspommicket
2023-01-04more documentationpommicket
2023-01-04more documentationpommicket
2023-01-03rename ted_seterr to ted_errorpommicket
2023-01-03switch from scancodes to keycodespommicket
2023-01-03different types of messagespommicket
2023-01-02finish restructuringpommicket
2023-01-02restructure LSP stuffpommicket
2023-01-01char const => const charpommicket
2023-01-01replace @OPTIMIZE with @TODOpommicket