index
:
ted.git
trunk
variable-width
A text editor.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ted-internal.h
Age
Commit message (
Collapse
)
Author
24 hours
Fix windows build
HEAD
2.9.0
trunk
pommicket
26 hours
Fix issue with inotify event reading
pommicket
27 hours
Initial implementation of code actions
pommicket
46 hours
Send over diagnostics; this fixes code actions
pommicket
46 hours
Start code actions
pommicket
4 days
Remove shader custom texture support
pommicket
Too much added code for little benefit
4 days
Remove trailing white space in source files
pommicket
2025-06-16
better inotify
pommicket
2025-06-16
Fix weirdness with newlines when reloading
pommicket
2024-07-12
Add sync option to control how much stuff to sync to disk
pommicket
2024-02-13
auto-detect indentation
pommicket
2023-10-19
basic editorconfig implementation
pommicket
2023-10-18
editorconfig globs, testing "framework"
pommicket
2023-10-18
start editorconfig support
pommicket
2023-10-17
accept regex for path-specific settings
pommicket
2023-10-17
fix string arguments, nicer config parsing
pommicket
2023-10-17
new config system seems to be working
pommicket
2023-10-17
switch from ted->strings to cfg->strings
pommicket
2023-10-17
sort key actions (new config system seems to be working!)
pommicket
2023-10-17
ted starts up, but still broken
pommicket
2023-10-17
new config system not working yet, but it compiels
pommicket
2023-10-16
start new config nonsense
pommicket
2023-10-15
use reference-counted strings for string settings
pommicket
this lets us remove the length limitations which were previously imposed
2023-10-15
remove-trailing-whitespace option
pommicket
2023-09-24
nicer logging (always show pid, timestamp)
pommicket
2023-09-10
fix godot issues by adding lsp-delay
pommicket
2023-09-09
fix handling of TextEdit[]
pommicket
i hate microsoft so much
2023-09-08
LSP code formatting (not entirely working yet)
pommicket
2023-09-08
LSP over TCP initial draft
pommicket
2023-09-07
add show-diagnostics setting
pommicket
2023-09-07
more diagnostics
pommicket
2023-09-07
textDocument/publishDiagnostics parsing
pommicket
2023-08-14
start new selector system - search not working yet
pommicket
2023-08-13
internalize Node
pommicket
2023-08-13
documentation
pommicket
2023-08-13
various little changes, remove calls to change_directory
pommicket
2023-08-12
more internralization
pommicket
2023-08-12
internalize buffer - broke some stuff
pommicket
2023-08-09
more pointerizing of buffers, fix memory leaks
pommicket
2023-08-09
new node/buffer system, needs more testing
pommicket
2023-08-07
documentation
pommicket
2023-08-06
rework edit notify
pommicket
2023-08-06
buffer edit notifications
pommicket
2023-08-06
util cleanup
pommicket
2023-08-06
new menu system all done
pommicket
2023-08-06
open menu working under new system
pommicket
2023-08-05
more dynamic menus (menus are currently broken)
pommicket
2023-08-05
some cleanup
pommicket
2023-08-05
move some stuff to ted-internal, reject null characters
pommicket
2023-08-05
separate ted-internal.h
pommicket