flow/src
2024-04-09 21:44:40 +02:00
..
buffer refactor: replace unsafe unreachable usage with @panic 2024-03-24 20:12:59 +01:00
tui feat: update mru list when navigating and store last file position 2024-04-09 21:44:40 +02:00
color.zig
config.zig
diff.zig
location_history.zig feat: add cross file location history support 2024-04-09 18:15:53 +02:00
log.zig fix: crash on shutdown from dangling logger references 2024-04-01 22:02:08 +02:00
LSP.zig feat: first (mostly) working version of goto_definition command 2024-04-05 22:55:23 +02:00
main.zig feat: add cli option to write traces to file 2024-04-08 22:25:30 +02:00
Project.zig feat: update mru list when navigating and store last file position 2024-04-09 21:44:40 +02:00
project_manager.zig feat: update mru list when navigating and store last file position 2024-04-09 21:44:40 +02:00
ripgrep.zig fix: crash on shutdown from dangling logger references 2024-04-01 22:02:08 +02:00
service_template.zig fix: crash on shutdown from dangling logger references 2024-04-01 22:02:08 +02:00
text_manip.zig feat: align comment prefixes when commenting out a block 2024-03-11 20:20:04 +01:00
tracy_noop.zig