index
:
ted.git
trunk
variable-width
A text editor.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2023-01-03
fix double-free response_to
pommicket
also cancel old workspace/symbols requests
2023-01-03
handle multiple definitions of a symbol with the same name
pommicket
in the definitions menu
2023-01-03
fix problem when file is modified while it's read into the buffer.
pommicket
before, the file wouldn't be reloaded properly
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
don't start up multiple LSP servers with the same command
pommicket
2023-01-03
sort go-to-definition entries by detail after name
pommicket
2023-01-03
go to type definition
pommicket
2023-01-03
go to declaration
pommicket
2023-01-03
rename ted_seterr to ted_error
pommicket
2023-01-03
switch from scancodes to keycodes
pommicket
2023-01-03
use different keys for hover+highlights to be less distracting
pommicket
2023-01-03
different types of messages
pommicket
2023-01-03
make node.c a bit clearer
pommicket
2023-01-03
check for orphaned nodes and node cycles
pommicket
this is a temporary fix, but i can't consistently reproduce the orphaned node bug
2023-01-02
fix problem where backspacing selection puts cursor in weird place
pommicket
2023-01-02
:up-blank-line, etc.
pommicket
2023-01-02
rename v[234] to vec[234]
pommicket
2023-01-02
remove a bunch of unused math functions
pommicket
2023-01-02
clean some stuff up
pommicket
2023-01-02
Status => bool on a few functions
pommicket
2023-01-02
fix tcc build problems
pommicket
2023-01-02
finish restructuring
pommicket
2023-01-02
fix up restructuring
pommicket
2023-01-02
restructure LSP stuff
pommicket
2023-01-02
restructure ide-*.c
pommicket
2023-01-02
restructure tags.c, menu.c
pommicket
2023-01-02
restructure build.c, find.c
pommicket
2023-01-02
restructure ui.c, command.c
pommicket
2023-01-02
restructure ted.c, node.c
pommicket
2023-01-02
restructure buffer.c
pommicket
2023-01-01
restructure syntax.c
pommicket
2023-01-01
char const => const char
pommicket
2023-01-01
replace @OPTIMIZE with @TODO
pommicket
2023-01-01
restructure colors.c
pommicket
2023-01-01
move string32.c into util.c
pommicket
2023-01-01
gl.c restructuring
pommicket
2023-01-01
finish os.h amalgamation
pommicket
2023-01-01
start os.h merging
pommicket
2023-01-01
move math.c functions to util.c
pommicket
2023-01-01
move functions from io.c to session.c
pommicket
2023-01-01
finish rename
pommicket
2023-01-01
rename options to settings
pommicket
2023-01-01
more reorganizing
pommicket
2022-12-31
start moving things around
pommicket
2022-12-31
update todos
pommicket
2022-12-31
goto-definition-at-cursor command
pommicket
2022-12-31
hover-time setting
pommicket
2022-12-31
show line containing usage
pommicket
2022-12-31
ted_get_buffer_with_file, sort usages
pommicket
[next]