summaryrefslogtreecommitdiff
path: root/build.c
AgeCommit message (Collapse)Author
2023-01-08fix memory leakspommicket
2023-01-07fix tags go-to-definition menu, silence errors for LSP not foundpommicket
2023-01-06check LSP process statuspommicket
2023-01-04more documentationpommicket
2023-01-03rename ted_seterr to ted_errorpommicket
2023-01-02clean some stuff uppommicket
2023-01-02finish restructuringpommicket
2023-01-02restructure build.c, find.cpommicket
2023-01-01char const => const charpommicket
2022-12-30basic find usagespommicket
2022-12-29hover highlightpommicket
2022-12-24find build directory in a much better waypommicket
this will be useful for LSPs
2022-12-22make sure autocomplete is closed when buffer is switchedpommicket
2022-11-02new settings system bugfixes, use ted_active_settings morepommicket
2022-09-24fix go-to-error when build_dir != .pommicket
2022-07-29per-language settingspommicket
also fixed ctrl+/ in go
2022-03-26fixed ctrl+w behavior with find/buildpommicket
2021-04-20silence GCC warningsLeo Tenenbaum
2021-04-13improve tag generation (don't just look at files in the cwd)Leo Tenenbaum
2021-04-04command to reload all buffers, run make on multiple threadsLeo Tenenbaum
2021-03-14fix bug where modifications weren't detectedLeo Tenenbaum
also fix find scroll bug REALLY for real this time!
2021-03-04fix searching for make.bat, etc.Leo Tenenbaum
2021-03-04string argumentsLeo Tenenbaum
2021-03-03more autocomplete (already partially working!)Leo Tenenbaum
2021-03-03fix build go to errorLeo Tenenbaum
2021-03-03:shell, bugfixesLeo Tenenbaum
2021-02-24split depth limitLeo Tenenbaum
2021-02-18get rid of debug outputLeo Tenenbaum
2021-02-18go to MSVC errorLeo Tenenbaum
2021-02-18Finishing touches for v. 0.4Leo Tenenbaum
2021-02-18:build working (i think)Leo Tenenbaum
2021-02-18:build working on windowsLeo Tenenbaum
2021-02-17started process-win.cLeo Tenenbaum
2021-02-16fix rust go to build errorsLeo Tenenbaum
2021-02-16fix :build, add `cargo build`Leo Tenenbaum
2021-02-16:build somewhat working!Leo Tenenbaum
2021-02-16detecting errors in build outputLeo Tenenbaum
2021-02-16started getting :build to workLeo Tenenbaum