index
:
ted.git
trunk
variable-width
A text editor.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
build.c
Age
Commit message (
Expand
)
Author
2023-03-23
go-to-build-error now also detects rust ::: references
pommicket
2023-01-11
build-command setting + a bunch of config fixes
pommicket
2023-01-11
strip ../ in go-to-error if file is not found
pommicket
2023-01-08
fix memory leaks
pommicket
2023-01-07
fix tags go-to-definition menu, silence errors for LSP not found
pommicket
2023-01-06
check LSP process status
pommicket
2023-01-04
more documentation
pommicket
2023-01-03
rename ted_seterr to ted_error
pommicket
2023-01-02
clean some stuff up
pommicket
2023-01-02
finish restructuring
pommicket
2023-01-02
restructure build.c, find.c
pommicket
2023-01-01
char const => const char
pommicket
2022-12-30
basic find usages
pommicket
2022-12-29
hover highlight
pommicket
2022-12-24
find build directory in a much better way
pommicket
2022-12-22
make sure autocomplete is closed when buffer is switched
pommicket
2022-11-02
new settings system bugfixes, use ted_active_settings more
pommicket
2022-09-24
fix go-to-error when build_dir != .
pommicket
2022-07-29
per-language settings
pommicket
2022-03-26
fixed ctrl+w behavior with find/build
pommicket
2021-04-20
silence GCC warnings
Leo Tenenbaum
2021-04-13
improve tag generation (don't just look at files in the cwd)
Leo Tenenbaum
2021-04-04
command to reload all buffers, run make on multiple threads
Leo Tenenbaum
2021-03-14
fix bug where modifications weren't detected
Leo Tenenbaum
2021-03-04
fix searching for make.bat, etc.
Leo Tenenbaum
2021-03-04
string arguments
Leo Tenenbaum
2021-03-03
more autocomplete (already partially working!)
Leo Tenenbaum
2021-03-03
fix build go to error
Leo Tenenbaum
2021-03-03
:shell, bugfixes
Leo Tenenbaum
2021-02-24
split depth limit
Leo Tenenbaum
2021-02-18
get rid of debug output
Leo Tenenbaum
2021-02-18
go to MSVC error
Leo Tenenbaum
2021-02-18
Finishing touches for v. 0.4
Leo Tenenbaum
2021-02-18
:build working (i think)
Leo Tenenbaum
2021-02-18
:build working on windows
Leo Tenenbaum
2021-02-17
started process-win.c
Leo Tenenbaum
2021-02-16
fix rust go to build errors
Leo Tenenbaum
2021-02-16
fix :build, add `cargo build`
Leo Tenenbaum
2021-02-16
:build somewhat working!
Leo Tenenbaum
2021-02-16
detecting errors in build output
Leo Tenenbaum
2021-02-16
started getting :build to work
Leo Tenenbaum