summaryrefslogtreecommitdiff
path: root/ted.h
AgeCommit message (Collapse)Author
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
scancodes are no longer used for anything
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
still needs more testing
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
- now we only show the first config error - path matching is now ranked more highly than language matching - paths with forward slashes are now handled for Windows path-specific settings
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
also fix multiline string highlighting of keywords/# in config files
2023-01-05clean up some TODOspommicket
2023-01-04finished documenting ted.hpommicket
2023-01-04more documentationpommicket
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-04some ted.h documentationpommicket
2023-01-04type documentationpommicket
2023-01-04more documentationpommicket
2023-01-04make unicode.h more self-containedpommicket
2023-01-04fix mouse clicks in the "go to definition" menupommicket
2023-01-03handle multiple definitions of a symbol with the same namepommicket
in the definitions menu
2023-01-03go to type definitionpommicket
2023-01-03go to declarationpommicket
2023-01-03rename ted_seterr to ted_errorpommicket
2023-01-03switch from scancodes to keycodespommicket
2023-01-03different types of messagespommicket
2023-01-03make node.c a bit clearerpommicket
2023-01-03check for orphaned nodes and node cyclespommicket
this is a temporary fix, but i can't consistently reproduce the orphaned node bug
2023-01-02:up-blank-line, etc.pommicket
2023-01-02rename v[234] to vec[234]pommicket
2023-01-02clean some stuff uppommicket
2023-01-02Status => bool on a few functionspommicket
2023-01-02finish restructuringpommicket
2023-01-02fix up restructuringpommicket