summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-06lsp-log settingpommicket
2023-01-06phantom completionspommicket
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-05lsp-reset commandpommicket
2023-01-05document lsp.hpommicket
2023-01-04finished documenting ted.hpommicket
2023-01-04highlight matching < > for HTMLpommicket
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
2023-01-04some ted.h documentationpommicket
2023-01-04type documentationpommicket
2023-01-04finish documenting what files dopommicket
2023-01-04remove support for "extended json"pommicket
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-03read workspace/symbols containerNamepommicket
2023-01-03fix double-free response_topommicket
2023-01-03handle multiple definitions of a symbol with the same namepommicket
2023-01-03fix problem when file is modified while it's read into the buffer.pommicket
2023-01-03fix handling of non-escaped $ in tagspommicket
2023-01-03tags.c now correctly handles escaped slashespommicket
2023-01-03don't start up multiple LSP servers with the same commandpommicket
2023-01-03sort go-to-definition entries by detail after namepommicket
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-03use different keys for hover+highlights to be less distractingpommicket
2023-01-03different types of messagespommicket
2023-01-03make node.c a bit clearerpommicket
2023-01-03check for orphaned nodes and node cyclespommicket
2023-01-02fix problem where backspacing selection puts cursor in weird placepommicket
2023-01-02:up-blank-line, etc.pommicket
2023-01-02rename v[234] to vec[234]pommicket
2023-01-02remove a bunch of unused math functionspommicket
2023-01-02clean some stuff uppommicket
2023-01-02Status => bool on a few functionspommicket
2023-01-02fix tcc build problemspommicket
2023-01-02finish restructuringpommicket
2023-01-02fix up restructuringpommicket
2023-01-02restructure LSP stuffpommicket
2023-01-02restructure ide-*.cpommicket
2023-01-02restructure tags.c, menu.cpommicket
2023-01-02restructure build.c, find.cpommicket
2023-01-02restructure ui.c, command.cpommicket