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 (
Collapse
)
Author
2023-03-04
regenerate tags if there are no completion results
pommicket
(if regenerate-tags-if-not-found is enabled)
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
also untested higher-than-1-second-resolution windows time_last_modified
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
because it makes a syscall
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