Commit graph

1448 commits

Author SHA1 Message Date
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
a0d0a8273c
feat: check we have a git repo in the branch widget 2025-04-21 18:13:44 +02:00
20ce7279d2
feat: add git.workspace_path function
And refactor the git module.
2025-04-21 18:12:59 +02:00
8582d223f7
refactor: add log_execute option to shell module 2025-04-21 18:11:51 +02:00
a1632da329
fix: paste in goto mode 2025-04-21 13:54:22 +02:00
3c4f40f16c
fix: check target 2025-04-21 13:37:26 +02:00
45574ff5c5
feat: add git branch widget 2025-04-20 22:51:43 +02:00
845403f2ae
refactor: make bin_path a module 2025-04-20 18:56:06 +02:00
5ad074c681
feat: start git client module 2025-04-19 23:41:30 +02:00
05da3205b7
feat: enable hightlight columns by default 2025-04-18 21:42:46 +02:00
07a2c19b9d
fix: side scrolling of highlight_columns 2025-04-18 21:41:01 +02:00
e3fee6a415
feat: dynamically allocate highlight_columns 2025-04-18 21:40:28 +02:00
376ca8c9fc
feat: use solid alpha dimmed background color for highlight column 2025-04-18 20:51:04 +02:00
a9b902ab6c
refactor: remove some log spam 2025-04-17 10:08:52 +02:00
ebfb9f7184
feat: add copy_file_name command 2025-04-15 17:52:20 +02:00
b958e8989d
docs: update installer instructions in README.md 2025-04-14 14:11:22 +02:00
ivel.santos
6283d04442 Helix: fixing c keymap behavior 2025-04-13 14:18:54 +02:00
ivel.santos
66f94a40e9 Helix: normal mode after delete 2025-04-13 14:18:54 +02:00
ivel.santos
17f0faed68 Fix insert_line 2025-04-13 14:18:54 +02:00
ivel.santos
ccaeded0c8 Fix pasting line 2025-04-13 14:18:54 +02:00
ivel.santos
7778512c35 Correcting selection after paste 2025-04-10 06:42:58 +02:00
ivel.santos
e59cd32ed8 copy and paste improvs and inclusive selection correction 2025-04-10 06:42:58 +02:00
4aca7063f2
feat: add reload_file command 2025-04-09 19:14:02 +02:00
9892e693b0
fix: insert right char on move failure in smart_insert_pair_close
closes #228
2025-04-09 14:50:19 +02:00
ivel.santos
105be85d0f goto_line_vim: integer parameters 2025-04-09 07:09:08 +02:00
ivel.santos
f58babf2e7 Extend_line_below: integer parameter 2025-04-09 07:09:08 +02:00
ivel.santos
e993296590 add helix mode keybindings for setting integer argument 2025-04-09 07:09:08 +02:00
33d4eb044a
feat: add highlight_columns initial basic implementation
closes #208
2025-04-08 23:17:23 +02:00
Levi
5199dcdd27
feat: Vim mode: till_char (#224) 2025-04-08 20:05:09 +02:00
Levi
3ce4aaf33a
fix: move_next_word_end (#225) 2025-04-08 20:01:37 +02:00