Age | Commit message (Expand) | Author |
2024-09-08 | manual indentation, command palette fixes | pommicket |
2023-09-08 | LSP code formatting (not entirely working yet) | pommicket |
2023-08-27 | disambiguate between files with the same name | pommicket |
2023-08-15 | use home/end with selector | pommicket |
2023-08-14 | selector search working again | pommicket |
2023-08-13 | internalize Node | pommicket |
2023-08-13 | documentation | pommicket |
2023-08-13 | various little changes, remove calls to change_directory | pommicket |
2023-08-12 | internalize buffer - broke some stuff | pommicket |
2023-08-09 | more pointerizing of buffers, fix memory leaks | pommicket |
2023-08-09 | new node/buffer system, needs more testing | pommicket |
2023-08-05 | more dynamic menus (menus are currently broken) | pommicket |
2023-08-05 | some cleanup | pommicket |
2023-08-05 | separate ted-internal.h | pommicket |
2023-08-05 | internalize Autocomplete | pommicket |
2023-08-05 | more plugin preparation | pommicket |
2023-08-04 | start renmae symbol | pommicket |
2023-07-19 | new font management system | pommicket |
2023-07-14 | copy-path command | pommicket |
2023-05-11 | :matching-bracket, fix matching bracket highlighting in some cases | pommicket |
2023-03-27 | fix crash on in/decrement-number & insert-text w no active buffer | pommicket |
2023-03-23 | increment-number and decrement-number | pommicket |
2023-03-23 | macros are working! | pommicket |
2023-03-23 | get rid of ARG_STRING, start macros | pommicket |
2023-03-23 | fix crash on :previous-position with no active buffer | pommicket |
2023-03-02 | :previous-position | pommicket |
2023-03-02 | dynamic language registration working | pommicket |
2023-03-01 | start dynamic lbanguage registaration | pommicket |
2023-02-26 | ctrl+scroll to adjust text size | pommicket |
2023-01-06 | start phantom completions | pommicket |
2023-01-05 | clean up some TODOs | pommicket |
2023-01-05 | lsp-reset command | 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 | more documentation | pommicket |
2023-01-03 | go to type definition | pommicket |
2023-01-03 | go to declaration | pommicket |
2023-01-03 | different types of messages | pommicket |
2023-01-02 | :up-blank-line, etc. | pommicket |
2023-01-02 | Status => bool on a few functions | pommicket |
2023-01-02 | finish restructuring | pommicket |
2023-01-02 | restructure ui.c, command.c | pommicket |
2023-01-01 | char const => const char | pommicket |
2023-01-01 | replace @OPTIMIZE with @TODO | pommicket |
2022-12-31 | start moving things around | pommicket |
2022-12-31 | goto-definition-at-cursor command | pommicket |
2022-12-31 | avoid using time_get_seconds | pommicket |
2022-12-30 | basic find usages | pommicket |
2022-12-29 | show the wait cursor when waiting for go to definition | pommicket |
2022-12-25 | handle complete vs incomplete lists | pommicket |