summaryrefslogtreecommitdiff
path: root/ted.h
AgeCommit message (Expand)Author
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
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
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
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
2023-01-02restructure ted.c, node.cpommicket
2023-01-02restructure buffer.cpommicket
2023-01-01restructure syntax.cpommicket
2023-01-01char const => const charpommicket
2023-01-01restructure colors.cpommicket
2023-01-01gl.c restructuringpommicket
2023-01-01finish renamepommicket
2023-01-01rename options to settingspommicket
2023-01-01more reorganizingpommicket
2022-12-31start moving things aroundpommicket
2022-12-31hover-time settingpommicket
2022-12-31better LSP request cancellingpommicket
2022-12-31highlight-enabled and highlight-auto settingspommicket
2022-12-31use double instead of struct timespecpommicket
2022-12-30framerate-cap settingpommicket
2022-12-30basic find usagespommicket
2022-12-30better readme, etcpommicket
2022-12-30document highlights!pommicket
2022-12-30start document highlightspommicket
2022-12-30cancelling requestspommicket
2022-12-30show location in definitions menupommicket
2022-12-30go to definitionpommicket
2022-12-30definitions menu, but it's acting weirdpommicket
2022-12-30global request IDspommicket
2022-12-29show the wait cursor when waiting for go to definitionpommicket
2022-12-29textDocument/definition for ctrl+clickpommicket
2022-12-29hover-enabled optionpommicket
2022-12-29more hoverpommicket