summaryrefslogtreecommitdiff
path: root/ted.h
AgeCommit message (Expand)Author
2023-08-01don't show version, help message when build window is openpommicket
2023-08-01fix inconsistencies btwn xoff_to_index & renderingpommicket
2023-07-21fix absolute font pathspommicket
2023-07-20update windows installer versionpommicket
2023-07-20make ted DPI aware on windowspommicket
2023-07-19cache buffer_lsp (improves performance a fair bit)pommicket
2023-07-19fix memory leaks (not really leaky)pommicket
2023-07-19update README, version no.pommicket
2023-07-19start "multifonts"pommicket
2023-07-19new font management systempommicket
2023-07-19initial draft of variable-width font handlingpommicket
2023-07-14update version2.3.4pommicket
2023-07-06TODO highlighting in single-line comments, more js keywordspommicket
2023-06-17ignore duplicate autocomplete suggestions for phantompommicket
2023-05-21highlight TODOs in commentspommicket
2023-05-21fix highlighting of javascript regex literalspommicket
2023-05-11update versionpommicket
2023-05-11:matching-bracket, fix matching bracket highlighting in some casespommicket
2023-05-11:jump-to-build-error settingpommicket
2023-05-11fix backups wrt hard links, add crlf-windows settingpommicket
2023-03-27fix crash on in/decrement-number & insert-text w no active bufferpommicket
2023-03-23handle various :increment-number edge cases and binarypommicket
2023-03-23increment-number and decrement-numberpommicket
2023-03-23get rid of ARG_STRING, start macrospommicket
2023-03-23go-to-build-error now also detects rust ::: referencespommicket
2023-03-21fix GLSL syntax highlighting (oops)pommicket
2023-03-05rename styles -> themespommicket
2023-03-04highlight directives in ted.cfgpommicket
2023-03-03fix up docspommicket
2023-03-03configurable hover/highlight key + better key stuffpommicket
2023-03-03different read/write colors for ide-highlightspommicket
2023-03-02some CSS highlightingpommicket
2023-03-02:previous-positionpommicket
2023-03-02comment-start and comment-end settingspommicket
2023-03-02dynamic language registration workingpommicket
2023-03-01start dynamic lbanguage registarationpommicket
2023-02-28doxygen documentationpommicket
2023-02-27better interaction between path-specific & lang-specific settingspommicket
2023-02-26ctrl+scroll to adjust text sizepommicket
2023-02-25better handlign of backspace/delete with `indent-with-spaces = on`pommicket
2023-01-11build-command setting + a bunch of config fixespommicket
2023-01-11strip ../ in go-to-error if file is not foundpommicket
2023-01-07hover/signature cancellationpommicket
2023-01-07better request cancellation systempommicket
2023-01-07clean up phantom codepommicket
2023-01-06fix various tags thingspommicket
2023-01-06lsp-log settingpommicket
2023-01-06start phantom completionspommicket
2023-01-05lsp-configuration optionpommicket
2023-01-05allow `-delimited multiline strings in ted.cfgpommicket