Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | strip ../ in go-to-error if file is not found | pommicket | |
2023-01-07 | hover/signature cancellation | pommicket | |
2023-01-07 | better request cancellation system | pommicket | |
2023-01-07 | clean up phantom code | pommicket | |
2023-01-06 | fix various tags things | pommicket | |
2023-01-06 | lsp-log setting | pommicket | |
2023-01-06 | start phantom completions | pommicket | |
2023-01-05 | lsp-configuration option | pommicket | |
2023-01-05 | allow `-delimited multiline strings in ted.cfg | pommicket | |
also fix multiline string highlighting of keywords/# in config files | |||
2023-01-05 | clean up some TODOs | pommicket | |
2023-01-04 | finished documenting ted.h | pommicket | |
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 | |
it used to open an untitled buffer. also, clarified buffer_load_file | |||
2023-01-04 | some ted.h documentation | pommicket | |
2023-01-04 | type documentation | pommicket | |
2023-01-04 | more documentation | pommicket | |
2023-01-04 | make unicode.h more self-contained | pommicket | |
2023-01-04 | fix mouse clicks in the "go to definition" menu | pommicket | |
2023-01-03 | handle multiple definitions of a symbol with the same name | pommicket | |
in the definitions menu | |||
2023-01-03 | go to type definition | pommicket | |
2023-01-03 | go to declaration | pommicket | |
2023-01-03 | rename ted_seterr to ted_error | pommicket | |
2023-01-03 | switch from scancodes to keycodes | pommicket | |
2023-01-03 | different types of messages | pommicket | |
2023-01-03 | make node.c a bit clearer | pommicket | |
2023-01-03 | check for orphaned nodes and node cycles | pommicket | |
this is a temporary fix, but i can't consistently reproduce the orphaned node bug | |||
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 | Status => bool on a few functions | pommicket | |
2023-01-02 | finish restructuring | pommicket | |
2023-01-02 | fix up restructuring | pommicket | |
2023-01-02 | restructure LSP stuff | pommicket | |
2023-01-02 | restructure ide-*.c | pommicket | |
2023-01-02 | restructure tags.c, menu.c | pommicket | |
2023-01-02 | restructure build.c, find.c | pommicket | |
2023-01-02 | restructure ui.c, command.c | pommicket | |
2023-01-02 | restructure ted.c, node.c | 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 | restructure colors.c | pommicket | |
2023-01-01 | gl.c restructuring | pommicket | |
2023-01-01 | finish rename | pommicket | |
2023-01-01 | rename options to settings | pommicket | |
2023-01-01 | more reorganizing | pommicket | |
2022-12-31 | start moving things around | pommicket | |
2022-12-31 | hover-time setting | pommicket | |