Age | Commit message (Expand) | Author |
2023-01-04 | more documentation | pommicket |
2023-01-04 | the great "filename to path" rename | pommicket |
2023-01-04 | fix command-line argument starting file if it doesn't exist | pommicket |
2023-01-04 | some ted.h documentation | pommicket |
2023-01-04 | more documentation | pommicket |
2023-01-03 | fix problem when file is modified while it's read into the buffer. | pommicket |
2023-01-03 | go to type definition | pommicket |
2023-01-03 | go to declaration | pommicket |
2023-01-02 | fix problem where backspacing selection puts cursor in weird place | pommicket |
2023-01-02 | :up-blank-line, etc. | pommicket |
2023-01-02 | rename v[234] to vec[234] | pommicket |
2023-01-02 | clean some stuff up | pommicket |
2023-01-02 | finish restructuring | pommicket |
2023-01-02 | restructure buffer.c | pommicket |
2023-01-01 | restructure syntax.c | pommicket |
2023-01-01 | char const => const char | pommicket |
2023-01-01 | replace @OPTIMIZE with @TODO | pommicket |
2023-01-01 | move string32.c into util.c | pommicket |
2023-01-01 | move functions from io.c to session.c | pommicket |
2022-12-31 | goto-definition-at-cursor command | pommicket |
2022-12-31 | avoid using time_get_seconds | pommicket |
2022-12-31 | use double instead of struct timespec | pommicket |
2022-12-30 | clip highlight to buffer rect | pommicket |
2022-12-30 | document highlights! | pommicket |
2022-12-30 | definitions menu, but it's acting weird | pommicket |
2022-12-30 | start workspace/symbol | pommicket |
2022-12-29 | textDocument/definition for ctrl+click | pommicket |
2022-12-29 | hover highlight | pommicket |
2022-12-29 | more hover | pommicket |
2022-12-28 | fixed (all?) problems with signature help | pommicket |
2022-12-28 | refresh signature help when cursor moved or buffer switched | pommicket |
2022-12-27 | start signature help | pommicket |
2022-12-27 | configurable max buffer size + max view-only buffer size | pommicket |
2022-12-27 | fixed previous issues, + "save as" should now work | pommicket |
2022-12-25 | fix problem with jdtls by appending \n to empty files | pommicket |
2022-12-24 | fix ted_get_lsp problem | pommicket |
2022-12-24 | LSP setting! | pommicket |
2022-12-24 | start LSP setting | pommicket |
2022-12-23 | framework for having multiple/configurable LSPs | pommicket |
2022-12-23 | identifier-trigger-characters setting | pommicket |
2022-12-23 | close autocomplete on CMD_UP/insert non-word char/etc. | pommicket |
2022-12-22 | Merge branch 'trunk' into lsp | pommicket |
2022-12-22 | fix memory bug introduced by "memory bug fix" | pommicket |
2022-12-22 | didClose notification, better completion | pommicket |
2022-12-22 | document IDs instead of documents | pommicket |
2022-12-20 | autocomplete very broken but kinda working | pommicket |
2022-12-20 | start completion requests | pommicket |
2022-12-20 | working didChange | pommicket |
2022-12-20 | Merge branch 'trunk' into lsp | pommicket |
2022-12-20 | fix potential memory bug | pommicket |