Age | Commit message (Expand) | Author |
2023-01-08 | fix up stuff for when LSP server exits | pommicket |
2023-01-07 | fix tags go-to-definition menu, silence errors for LSP not found | pommicket |
2023-01-07 | hover/signature cancellation | pommicket |
2023-01-07 | better request cancellation system | pommicket |
2023-01-07 | improve request cancellation, fix hover bug | pommicket |
2023-01-07 | fix texlab go-to-definition | pommicket |
2023-01-07 | fixed big problem with process_* | pommicket |
2023-01-07 | oops turns out Hover.range is optional | pommicket |
2023-01-07 | clean up phantom code | pommicket |
2023-01-06 | fix some autocomplete issues | pommicket |
2023-01-06 | fix various tags things | pommicket |
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-05 | allow `-delimited multiline strings in ted.cfg | pommicket |
2023-01-05 | clean up some TODOs | pommicket |
2023-01-05 | lsp-reset command | pommicket |
2023-01-05 | document lsp.h | pommicket |
2023-01-04 | finished documenting ted.h | pommicket |
2023-01-04 | highlight matching < > for HTML | 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 |
2023-01-04 | some ted.h documentation | pommicket |
2023-01-04 | type documentation | pommicket |
2023-01-04 | finish documenting what files do | pommicket |
2023-01-04 | remove support for "extended json" | 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 | read workspace/symbols containerName | pommicket |
2023-01-03 | fix double-free response_to | pommicket |
2023-01-03 | handle multiple definitions of a symbol with the same name | pommicket |
2023-01-03 | fix problem when file is modified while it's read into the buffer. | pommicket |
2023-01-03 | fix handling of non-escaped $ in tags | pommicket |
2023-01-03 | tags.c now correctly handles escaped slashes | pommicket |
2023-01-03 | don't start up multiple LSP servers with the same command | pommicket |
2023-01-03 | sort go-to-definition entries by detail after name | pommicket |
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 | use different keys for hover+highlights to be less distracting | 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 |
2023-01-02 | fix problem where backspacing selection puts cursor in weird place | pommicket |