Commit graph

18 commits

Author SHA1 Message Date
16c5471126
refactor: move command and EventHandler out of the tui module 2024-10-25 22:39:04 +02:00
d75dcd7b84
feat: add metadata to all commands 2024-09-17 23:00:53 +02:00
bf3fe5f2ba
refactor: run zigimports
closes: #38
2024-09-10 22:25:54 +02:00
7b812d73ea
refactor: change a -> allocator 2024-09-02 14:31:49 +02:00
521c7befef
fix: zero file list view position on reset() 2024-08-20 16:08:28 +02:00
4127cf8bcf feat: show diagnostics in the file list view if they refer to another file 2024-08-18 16:21:38 +02:00
8eaddfb6ee fix: don't truncate line numbers in filelist_view 2024-08-17 23:28:01 +02:00
50d47a73f2 feat: add mouse resizing of panel views 2024-08-13 19:38:35 +02:00
953fc8535c feat: add up/down/enter keybindings to find_in_files mode to browse and select matches 2024-08-12 23:23:17 +02:00
7a8191c139 fix(filelist): update scrollbar in move_next 2024-08-11 22:08:53 +02:00
c53067a7cd feat: use panel background in filelist view scrollbar 2024-08-11 21:32:23 +02:00
3cbca45b82 feat: improve layout of filelist view 2024-08-11 21:03:37 +02:00
3a7e124255 feat: make filelist_view fully mouse and keyboard scrollable 2024-08-11 20:28:38 +02:00
476baf768e fix: correct a couple of integer overflow errors 2024-08-07 20:32:25 +02:00
4fd1f4935c feat: start work on makeing filelist_view scrollable 2024-07-28 23:02:15 +02:00
9a6c5baf8b feat: add keybindings for next/previous file in filelist_view (A-n/p) 2024-07-28 22:41:07 +02:00
f535fc02bf feat: more work on new find in files results table 2024-07-27 23:57:56 +02:00
d22dcff571 feat: start work on file list view 2024-07-27 13:28:45 +02:00