Commit graph

1477 commits

Author SHA1 Message Date
Robert Burnett
fcbb377237 removed mark related code 2025-05-13 18:16:33 +02:00
Robert Burnett
acded15af8 added * command in vim mode 2025-05-13 18:16:33 +02:00
Robert Burnett
7c51fa8400 add vim bindings for setting and goto'ing global marks 2025-05-13 18:16:33 +02:00
Robert Burnett
4765f47dd0 begin supporting global marks 2025-05-13 18:16:33 +02:00
Robert Burnett
2d583fbd9e add bindings for the rest of the mark manipulation commands 2025-05-13 18:16:33 +02:00
Robert Burnett
d88b15ce04 began support vim mark system 2025-05-13 18:16:33 +02:00
Robert Burnett
da95070616 added join line binding for vim 2025-05-13 18:16:33 +02:00
Robert Burnett
28fdd95747 added cut_buffer_begin command and vim binding 2025-05-13 18:16:33 +02:00
Robert Burnett
43c77bb737 added goto buffer begin/end keybinds for vim mode 2025-05-13 18:16:33 +02:00
Robert Burnett
54aa30602f added dG vim binding 2025-05-13 18:16:33 +02:00
79c5447329
docs: fix announcement video link on non-github hosting services 2025-05-12 20:11:21 +02:00
1ec8fac8df
build: prevent git from causing zig fmt errors on windows 2025-05-05 15:58:59 +02:00
c507fb905d
fix(flicker): home screen should not load if we have a file to open 2025-04-30 18:52:44 +02:00
980529029f
feat(flicker): avoid triggering initial render from branch widget 2025-04-30 18:51:55 +02:00
5b077a8581
fix: update thespian to fix subprocess file descriptor race
Thespian uses asio which was double closing stdout and stderr file descriptors
of subprocesses.

closes #240
2025-04-30 16:09:17 +02:00
8211be2754
build: add strace output to test_race.sh script 2025-04-30 14:57:09 +02:00
36e6d6a69f
fix: force ripgrep to never try search stdin 2025-04-30 11:35:25 +02:00
b3c5f4cbb9
feat: stop rendering on panic
This improves backtraces for panics on background threads.
2025-04-30 11:34:41 +02:00
09be9b3774
build: add simple test_race.sh script
Useful for triggering startup races and can be used with git bisect.
2025-04-30 11:32:56 +02:00
df70384b7b
feat: add toggle_highlight_columns command (shift+f11) 2025-04-30 09:59:59 +02:00
ce2c370cfd
fix: add missing bin_path module 2025-04-30 09:59:30 +02:00
47aefb6f24
refactor: cache ripgrep binary path 2025-04-30 09:24:35 +02:00
df11ec3d5f
fix: re-render on branch widget update 2025-04-30 09:24:35 +02:00
CO
9291445c64 Single line fix for palette crashing when its
items's length is exceeded.
2025-04-30 07:50:57 +02:00
8355f14f62
fix: bracketed paste should check for ctrl+j and insert \n
closes #236
2025-04-28 22:58:55 +02:00
e39d9ed4b3
fix: render control codes in mini buffer input with unicode control code symbols
closes #236
2025-04-28 16:46:36 +02:00
993add1a43
feat: add restore_last_cursor_position config option (default true) 2025-04-28 11:02:54 +02:00
CO
392cb2c764 Fixed broken shifted keybinds for Helix mode 2025-04-28 10:35:27 +02:00
4ecc278b3f
fix: date keybinding should instert 2025-04-25 15:44:02 +02:00
05a14ae95c
feat: do a full reparse if tree-sitter reports syntax errors
This change will scan for tree-sitter errors after a partial reparse and do a
full reparse if there are are more errors than the error threshold (currently 5).
This helps prevent the tree-sitter syntax tree getting out of sync during
multi-cursor edits.
2025-04-24 21:09:51 +02:00
4b84e35b9f
feat: add syntax.count_error_nodes function 2025-04-24 18:08:31 +02:00
5db2ec10b6
feat: add support for pre-generated tree-sitter error queries 2025-04-24 18:08:12 +02:00
c217db02f2
feat: display mini git status in branch widget 2025-04-23 22:28:48 +02:00
93ec373ac2
feat: add status command to git client module 2025-04-23 22:28:48 +02:00
4ecf46b527
refactor: make branch widget a Button 2025-04-23 22:28:48 +02:00
6ae5dc5c4c
feat: add support for init/deinit functions in Button context values 2025-04-23 22:28:48 +02:00
9f117550fa
refactor: use explicit error set in MessageFilter.add 2025-04-23 20:15:03 +02:00
0fb10e3aa5
fix: proactive close subprocesses on early exit in shell module 2025-04-23 18:30:49 +02:00
2aba314e08
fix: remove git.current_branch_cache
Not a good idea.
2025-04-23 18:29:57 +02:00
22b29b15b9
refactor: remove unneeded sort_files_by_mtime() calls in Project 2025-04-22 21:29:05 +02:00
86b19501c4
feat: add branch widget to default config 2025-04-22 21:28:35 +02:00
b82c582a83
feat: add some whitespace to branch widget 2025-04-22 21:28:09 +02:00
ba5dc35913
feat: load project file list from git if available
If the loading project has a git repository we now load the file list from git
instead of scanning the directory tree. This gives us automatic .gitignore
support.
2025-04-22 21:21:09 +02:00
1a0d4ca7b2
refactor: move walk_tree to separate module 2025-04-22 20:44:14 +02:00
5ebd6353b3
feat: make logview include precision for small tdiff values 2025-04-22 18:00:13 +02:00
2c68c2a00c
feat: add git.workspace_ignored_files function 2025-04-22 17:44:06 +02:00
6dfa87ce58
fix: add missing logger clean-up in shell module 2025-04-21 21:47:40 +02:00
f76085325a
feat: query project files via git (part 1) 2025-04-21 21:43:29 +02:00
4cb84e25b3
refactor: improve Project.zig logging 2025-04-21 21:26:31 +02:00
d9affca09b
feat: add config option to enable jit-in-time debugging
This option tells flow to start gdbserver and pause the process waiting for
gdb to connect when a crash happens.
2025-04-21 19:08:35 +02:00