summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Collapse)Author
2023-01-11strip ../ in go-to-error if file is not foundpommicket
2023-01-11update readmepommicket
2023-01-10linux build , etc.pommicket
2023-01-09misc windows fixespommicket
2023-01-09fixed a bunch of windows stuffpommicket
also compile_commands.json does fix the usages problem!
2023-01-09switch from CreateProcessA to CreateProcessWpommicket
2023-01-09fix some windows problemspommicket
2023-01-09start windows fixpommicket
2023-01-09building on windowspommicket
still needs lots more testing
2023-01-08start windows supportLeo Tenenbaum
2023-01-08fix memory leakspommicket
2023-01-08write first to <path>.ted-tmp then rename to <path>.pommicket
this prevents freak occurences, e.g. power outage during file write, from losing (all) data.
2023-01-08make 0 not a valid document IDpommicket
2023-01-08fix up stuff for when LSP server exitspommicket
2023-01-07fix tags go-to-definition menu, silence errors for LSP not foundpommicket
2023-01-07hover/signature cancellationpommicket
2023-01-07better request cancellation systempommicket
2023-01-07fix texlab go-to-definitionpommicket
actually its their fault for ignoring the lack of capability
2023-01-07oops turns out Hover.range is optionalpommicket
2023-01-06fix some autocomplete issuespommicket
also untested higher-than-1-second-resolution windows time_last_modified
2023-01-06fix various tags thingspommicket
2023-01-06check LSP process statuspommicket
2023-01-06finished lsp-logpommicket
2023-01-06lsp-log settingpommicket
2023-01-06phantom completionspommicket
2023-01-06start phantom completionspommicket
2023-01-05lsp-configuration optionpommicket
2023-01-05allow `-delimited multiline strings in ted.cfgpommicket
also fix multiline string highlighting of keywords/# in config files
2023-01-05clean up some TODOspommicket
2023-01-05lsp-reset commandpommicket
2023-01-05document lsp.hpommicket
2023-01-04finished documenting ted.hpommicket
2023-01-04more documentationpommicket
2023-01-04the great "filename to path" renamepommicket
2023-01-04fix command-line argument starting file if it doesn't existpommicket
it used to open an untitled buffer. also, clarified buffer_load_file
2023-01-04some ted.h documentationpommicket
2023-01-04remove support for "extended json"pommicket
2023-01-04more documentationpommicket
2023-01-04fix mouse clicks in the "go to definition" menupommicket
2023-01-03read workspace/symbols containerNamepommicket
2023-01-03fix double-free response_topommicket
also cancel old workspace/symbols requests
2023-01-03handle multiple definitions of a symbol with the same namepommicket
in the definitions menu
2023-01-03tags.c now correctly handles escaped slashespommicket
2023-01-03don't start up multiple LSP servers with the same commandpommicket
2023-01-03sort go-to-definition entries by detail after namepommicket
2023-01-03go to type definitionpommicket
2023-01-03go to declarationpommicket
2023-01-03rename ted_seterr to ted_errorpommicket
2023-01-03switch from scancodes to keycodespommicket
2023-01-03different types of messagespommicket