summaryrefslogtreecommitdiff
path: root/ted.h
AgeCommit message (Expand)Author
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
2022-12-29hover colorspommicket
2022-12-29working hoverpommicket
2022-12-29more hoverpommicket
2022-12-28GLSL syntax highlightingpommicket
2022-12-28syntax highlighting for JSON, and XML as a separate languagepommicket
2022-12-28signature-help settingpommicket
2022-12-28moving things around a bitpommicket
2022-12-28refresh signature help when cursor moved or buffer switchedpommicket
2022-12-28nice signature help (still needs work)pommicket
2022-12-28parsing signature helppommicket
2022-12-27start signature helppommicket
2022-12-27configurable max buffer size + max view-only buffer sizepommicket
2022-12-27add typescript highlightingpommicket
2022-12-27fixed previous issues, + "save as" should now workpommicket
2022-12-25global lsp-enabled settingpommicket
2022-12-25handle complete vs incomplete listspommicket
2022-12-24start LSP settingpommicket
2022-12-24find build directory in a much better waypommicket
2022-12-23framework for having multiple/configurable LSPspommicket
2022-12-23scroll through completionspommicket
2022-12-23wait before showing "Loading..." for autocompletepommicket
2022-12-23completion context + don't flash cursor if trigger characterpommicket
2022-12-23identifier-trigger-characters settingpommicket