Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-23 | increment-number and decrement-number | pommicket | |
2023-03-23 | merge | pommicket | |
2023-03-23 | macros are working! | pommicket | |
2023-03-07 | [2.1] update readme | pommicket | |
2023-03-05 | rename styles -> themes | pommicket | |
2023-03-05 | extradark style | pommicket | |
2023-03-04 | start extradark | pommicket | |
2023-03-04 | new light style | pommicket | |
also highlighting of POSIX types | |||
2023-03-04 | highlight directives in ted.cfg | pommicket | |
2023-03-04 | check for %include loops | pommicket | |
2023-03-03 | configurable hover/highlight key + better key stuff | pommicket | |
scancodes are no longer used for anything | |||
2023-03-03 | different read/write colors for ide-highlights | pommicket | |
2023-03-02 | some CSS highlighting | pommicket | |
2023-03-02 | :previous-position | pommicket | |
2023-03-02 | comment-start and comment-end settings | pommicket | |
2023-02-26 | ctrl+scroll to adjust text size | pommicket | |
2023-01-11 | LANG_TEXT, turn off phantom completions for text/cfg/md files | pommicket | |
2023-01-11 | build-command setting + a bunch of config fixes | pommicket | |
- 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-11 | turn off lsp-log by default | pommicket | |
2023-01-11 | update readme | pommicket | |
2023-01-09 | fixed a bunch of windows stuff | pommicket | |
also compile_commands.json does fix the usages problem! | |||
2023-01-06 | check LSP process status | pommicket | |
2023-01-06 | finished lsp-log | pommicket | |
2023-01-06 | lsp-log setting | pommicket | |
2023-01-06 | phantom completions | pommicket | |
2023-01-06 | start phantom completions | pommicket | |
2023-01-05 | lsp-configuration option | pommicket | |
2023-01-04 | finished documenting ted.h | pommicket | |
2023-01-03 | go to type definition | pommicket | |
2023-01-03 | go to declaration | pommicket | |
2023-01-03 | switch from scancodes to keycodes | pommicket | |
2023-01-03 | use different keys for hover+highlights to be less distracting | pommicket | |
2023-01-03 | different types of messages | pommicket | |
2023-01-02 | :up-blank-line, etc. | pommicket | |
2022-12-31 | goto-definition-at-cursor command | pommicket | |
2022-12-31 | hover-time setting | pommicket | |
2022-12-31 | highlight-enabled and highlight-auto settings | pommicket | |
2022-12-31 | only set swap interval if needed | pommicket | |
2022-12-30 | framerate-cap setting | pommicket | |
2022-12-30 | basic find usages | pommicket | |
2022-12-29 | hover-enabled option | pommicket | |
2022-12-29 | hover highlight | pommicket | |
2022-12-29 | hover colors | pommicket | |
2022-12-28 | GLSL syntax highlighting | pommicket | |
2022-12-28 | syntax highlighting for JSON, and XML as a separate language | pommicket | |
2022-12-28 | signature-help setting | pommicket | |
2022-12-27 | typescript-language-server | pommicket | |
2022-12-27 | configurable max buffer size + max view-only buffer size | pommicket | |
2022-12-27 | add typescript highlighting | pommicket | |
2022-12-27 | added workspaceFolders support | pommicket | |
but broke non-workspaceFolders support |