index
:
ted.git
trunk
variable-width
A text editor.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ide-autocomplete.c
Age
Commit message (
Expand
)
Author
2023-09-14
batch write requests, fix tiny memory leak in ide-autocomplete
pommicket
2023-09-07
move color-related functions from util.c to color.c
pommicket
2023-09-07
more diagnostics
pommicket
2023-08-12
internalize buffer - broke some stuff
pommicket
2023-08-06
util cleanup
pommicket
2023-08-05
separate ted-internal.h
pommicket
2023-08-05
internalize signature help, usages
pommicket
2023-08-05
internalize Autocomplete
pommicket
2023-08-05
more plugin stuff
pommicket
2023-08-04
use dynamic arrays for mouse_clicks/mouse_releases
pommicket
2023-06-17
ignore duplicate autocomplete suggestions for phantom
pommicket
2023-05-11
:matching-bracket, fix matching bracket highlighting in some cases
pommicket
2023-03-04
regenerate tags if there are no completion results
pommicket
2023-01-08
fix memory leaks
pommicket
2023-01-07
better request cancellation system
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
phantom completions
pommicket
2023-01-06
start phantom completions
pommicket
2023-01-04
more documentation
pommicket
2023-01-04
the great "filename to path" rename
pommicket
2023-01-04
more documentation
pommicket
2023-01-02
rename v[234] to vec[234]
pommicket
2023-01-02
fix up restructuring
pommicket
2023-01-02
restructure ide-*.c
pommicket
2023-01-01
char const => const char
pommicket
2023-01-01
move string32.c into util.c
pommicket
2022-12-31
better LSP request cancelling
pommicket
2022-12-31
avoid using time_get_seconds
pommicket
2022-12-31
use double instead of struct timespec
pommicket
2022-12-30
show location in definitions menu
pommicket
2022-12-29
textDocument/definition for ctrl+click
pommicket