Commit graph

1069 commits

Author SHA1 Message Date
042b2f330d
fix: allow duplicate logview.init calls 2024-08-25 21:18:55 +02:00
4df737e78f
feat: make status bars configurable 2024-08-25 21:18:35 +02:00
9efff08e1f
refactor: use explicit error type to Button widget 2024-08-25 20:36:17 +02:00
282d673026
feat: display location list if LSP goto requests return multiple results
Also, refactor LSP goto commands to use a shared implementation.
2024-08-25 15:20:10 +02:00
13c80e2c49
feat: add flow mode keybindings for new goto commands 2024-08-25 15:07:33 +02:00
xdBronch
9e59e808ba
add more goto commands 2024-08-25 15:03:23 +02:00
0758838cce
feat(vim): add Shift-i keybind for vim normal mode 2024-08-24 18:57:43 +02:00
55a7f5bd35
feat: improve terminal title rendering 2024-08-23 22:20:53 +02:00
409f636902
refactor: move application title and subtext to root module 2024-08-23 22:20:43 +02:00
c627a49518
feat: add config option enable_terminal_color_scheme
This option defaults to off on windows because windows does not support
resetting the terminal colors on exit.

closes #26
2024-08-21 22:07:36 +02:00
08e06bc8dd
refactor: clean-up flow logo rendering 2024-08-21 21:55:35 +02:00
b831d99d1c
fix: remove set_terminal_style testing code
closes #26
2024-08-20 22:30:21 +02:00
a3229c6af8
feat: add fortune file 2024-08-20 21:15:05 +02:00
b656ebc49e
fix: clear file list view before showing new diagnostics 2024-08-20 16:09:02 +02:00
521c7befef
fix: zero file list view position on reset() 2024-08-20 16:08:28 +02:00
82720a40d7 fix: libvaxis build on windows 2024-08-19 23:03:11 +02:00
e83d9ea74d refactor: simplify load_entries in command and theme palette 2024-08-19 22:53:38 +02:00
67ffff4caa fix: allocate and free entry.name in open_recent_project palette 2024-08-19 22:52:19 +02:00
bd27db46d1 feat: open most recent file on project switch 2024-08-19 22:44:57 +02:00
53310cc2dd feat: update terminal working directory on project change 2024-08-19 21:53:30 +02:00
849ef606a7 feat: add a log message when switching projects 2024-08-19 21:12:44 +02:00
321128a22a fix: clear diagnostics when switching projects 2024-08-19 21:12:30 +02:00
e6db0ce970 feat: add repeat keys for all palettes 2024-08-19 20:36:09 +02:00
f213aa5abe fix: don't send lsp change events when opening or closing a file 2024-08-19 20:35:37 +02:00
231e4ccb88 feat: add open_recent_project and change_project commands 2024-08-19 20:35:05 +02:00
2d9e66b534 fix: disambiguate find and find_query commands 2024-08-18 22:03:17 +02:00
ea31e414ee refactor: clean-up command naming 2024-08-18 17:59:28 +02:00
f9c029f617 feat: add show_diagnostics command and bind it to C-S-m and diagstate.on_click 2024-08-18 17:29:59 +02:00
a71a8cfc6e fix: use +1 row offsets when adding diagnostics to file list 2024-08-18 16:39:20 +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
28640633be refactor: move add_diagnostics command from editor to mainview 2024-08-18 13:59:53 +02:00
5727f6a4da feat: toggle logview off before filelist_view 2024-08-18 13:58:09 +02:00
36a24d84e3 fix: logging of file matches 2024-08-17 23:49:35 +02:00
a65794f673 feat: add log messages to find in files command 2024-08-17 23:29:27 +02:00
8eaddfb6ee fix: don't truncate line numbers in filelist_view 2024-08-17 23:28:01 +02:00
5fdcdba4b8 refactor: move abbreviate_home to root module 2024-08-17 23:27:36 +02:00
f10559c635 feat: add details to find references results file list view 2024-08-17 23:26:46 +02:00
2a735cee5c fix: sprinkle @intCast to fix 32 bit arm builds 2024-08-16 22:02:53 +02:00
1f6bc86265 feat: add cli option to disable syntax highlighting 2024-08-16 22:00:25 +02:00
3de13b1354 build: add the options to build entirely without tree-sitter 2024-08-16 21:59:22 +02:00
78489e31f6 feat: add find all references LSP command 2024-08-16 00:02:42 +02:00
d1a79ea8b1 build: update libvaxis 2024-08-15 19:45:24 +02:00
b2417e46dc feat: add a desktop file and a basic icon 2024-08-15 19:33:15 +02:00
3dd9efa66e feat: make the statusbar gripper a litte more subtle by moving it to the left edge 2024-08-14 21:45:30 +02:00
4b6c08154b feat: add theme selection palette
Also, refactor to share palette code and make palettes scroll properly
with the mouse wheel.
2024-08-14 21:27:32 +02:00
8c3c786357 feat: add minimum_zig_version to build.zig.zon 2024-08-14 21:16:25 +02:00
22f838a2da fix: deinit tui.mouse_idle_timer after it fires 2024-08-13 23:10:09 +02:00
26ef53747d fix: don't send hover events to dead widgets 2024-08-13 22:57:21 +02:00
f53dc74e9d feat: add a mouse idle timer that clears hover state 2024-08-13 22:51:22 +02:00
50d47a73f2 feat: add mouse resizing of panel views 2024-08-13 19:38:35 +02:00