index
:
ted.git
trunk
variable-width
A text editor.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ted.c
Age
Commit message (
Expand
)
Author
2022-12-30
document highlights!
pommicket
2022-12-30
fixed hover bug
pommicket
2022-12-30
better ted_active_lsp, fix memory bug
pommicket
2022-12-30
go to definition
pommicket
2022-12-30
definitions menu, but it's acting weird
pommicket
2022-12-29
textDocument/definition for ctrl+click
pommicket
2022-12-28
moving things around a bit
pommicket
2022-12-28
refresh signature help when cursor moved or buffer switched
pommicket
2022-12-27
fixed previous issues, + "save as" should now work
pommicket
2022-12-27
better workspaceFolders idea ("withhold judgement")
pommicket
2022-12-27
added workspaceFolders support
pommicket
2022-12-26
start workspace folders stuff
pommicket
2022-12-25
global lsp-enabled setting
pommicket
2022-12-24
fix ted_get_lsp problem
pommicket
2022-12-24
start LSP setting
pommicket
2022-12-24
find build directory in a much better way
pommicket
2022-12-23
framework for having multiple/configurable LSPs
pommicket
2022-12-22
make sure autocomplete is closed when buffer is switched
pommicket
2022-12-20
more completion
pommicket
2022-12-20
start completion requests
pommicket
2022-12-10
more lsp
pommicket
2022-11-03
custom bg-shader
pommicket
2022-11-02
multiline config value strings, fix search_cwd (debug feature)
pommicket
2022-11-02
new settings system bugfixes, use ted_active_settings more
pommicket
2022-11-02
(insufficiently tested) per-path settings
pommicket
2022-08-19
X1/X2 commands
pommicket
2022-07-29
fix reloading with text-size
pommicket
2022-07-29
fixed double ctrl+q problem
pommicket
2022-07-29
auto reload config
pommicket
2022-07-29
per-language settings
pommicket
2022-07-29
fix syntax highlighting and spacing for weird characters
pommicket
2022-03-26
fixed ctrl+w behavior with find/build
pommicket
2021-04-13
improve tag generation (don't just look at files in the cwd)
Leo Tenenbaum
2021-04-04
command to reload all buffers, run make on multiple threads
Leo Tenenbaum
2021-03-14
fix bug where modifications weren't detected
Leo Tenenbaum
2021-03-07
change focus to search term, even when find is already open
Leo Tenenbaum
2021-03-06
don't reload file when opened while already open
Leo Tenenbaum
2021-03-05
fix some little problems with the file selector
Leo Tenenbaum
2021-03-05
fix rendering if border-thickness is big
Leo Tenenbaum
2021-03-04
completion working, it seems
Leo Tenenbaum
2021-03-02
command selector working!
Leo Tenenbaum
2021-03-02
fix restore session if no active buffer on close
Leo Tenenbaum
2021-03-01
restore session
Leo Tenenbaum
2021-02-28
on crash, output info to log
Leo Tenenbaum
2021-02-28
find bugfixes (switch to another buffer after find)
Leo Tenenbaum
2021-02-28
set active_node to NULL when line buffer is active
Leo Tenenbaum
2021-02-28
:split-swap
Leo Tenenbaum
2021-02-25
started tab moving
Leo Tenenbaum
2021-02-24
get ctrl+w to work with split
Leo Tenenbaum
2021-02-22
fix ted_seterr typo
Leo Tenenbaum
[next]