index
:
ted.git
trunk
variable-width
A text editor.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tags.c
Age
Commit message (
Expand
)
Author
2023-10-17
set things up for UTF-8 PCRE2
pommicket
2023-09-10
LSP over TCP on windows
pommicket
2023-08-15
fix definitions selector
pommicket
2023-08-13
various little changes, remove calls to change_directory
pommicket
2023-08-12
internalize buffer - broke some stuff
pommicket
2023-08-05
separate ted-internal.h
pommicket
2023-08-05
internalize Line structure
pommicket
2023-01-06
fix various tags things
pommicket
2023-01-04
finished documenting ted.h
pommicket
2023-01-04
finish documenting what files do
pommicket
2023-01-03
fix handling of non-escaped $ in tags
pommicket
2023-01-03
tags.c now correctly handles escaped slashes
pommicket
2023-01-03
rename ted_seterr to ted_error
pommicket
2023-01-02
finish restructuring
pommicket
2023-01-02
restructure tags.c, menu.c
pommicket
2023-01-01
char const => const char
pommicket
2022-12-30
go to definition
pommicket
2022-12-30
definitions menu, but it's acting weird
pommicket
2022-11-02
new settings system bugfixes, use ted_active_settings more
pommicket
2022-09-29
added .rs, .go to is_source_file for ctags
pommicket
2022-07-29
per-language settings
pommicket
2021-04-16
regenerate tags if tag not found
Leo Tenenbaum
2021-04-13
improve tag generation (don't just look at files in the cwd)
Leo Tenenbaum
2021-03-04
fix autocomplete if there is no tags file
Leo Tenenbaum
2021-03-03
start autocomplete
Leo Tenenbaum
2021-03-03
tags_beginning_with (starting completion)
Leo Tenenbaum
2021-03-03
fix build go to error
Leo Tenenbaum
2021-02-28
set active_node to NULL when line buffer is active
Leo Tenenbaum
2021-02-23
various tag bugfixes
Leo Tenenbaum
2021-02-22
go to definition menu
Leo Tenenbaum
2021-02-19
ctrl+click to go to definition
Leo Tenenbaum
2021-02-19
tags starting to work
Leo Tenenbaum
2021-02-19
started tags
Leo Tenenbaum