Commit graph

720 commits

Author SHA1 Message Date
d05fbcae37
feat: add more tracy zones to project_manager.did_change 2024-10-29 20:58:22 +01:00
45bba616df
feat: add cli option to enable syntax timing reports 2024-10-29 20:44:51 +01:00
f313ea4a09
feat: use diffs instead of cursor nudges to refresh tree-sitter 2024-10-29 20:44:23 +01:00
d412f92cc4
feat: add synchronous diff and edit support to diff module 2024-10-29 20:43:33 +01:00
7dd0fbf7b4
feat: add syntax.refresh_from_string utility function 2024-10-29 20:42:00 +01:00
d0de867d91
fix: set project correctly on restart 2024-10-28 19:58:47 +01:00
bd62dfcdc1
fix: add missing system_paste support to file_browser 2024-10-28 19:45:13 +01:00
0b6d820153
refactor: remove unused mapPress function in move_to_char 2024-10-28 19:42:43 +01:00
d4d8ad4dd5
fix: add swiftinterface as a swift file extension 2024-10-28 19:25:29 +01:00
ddc1c02dbd
feat: add support for the swift language 2024-10-28 18:46:04 +01:00
e2da264133
refactor: move open_recent overlay mode to use common palette keybindings 2024-10-28 18:30:39 +01:00
a9058ef949
fix: queue quit command to run after an async save_file
closes #60
2024-10-27 20:31:07 +01:00
67813fbb07
refactor: move palette keybindings to keybind module 2024-10-27 19:40:37 +01:00
ac56635f7b
refactor: simplify keybind mode create 2024-10-27 19:05:03 +01:00
525287c7ac
refactor: move mode.event_handler back to input mode 2024-10-27 18:53:24 +01:00
d06ebd0dd5
fix: update mini mode state on mode init 2024-10-27 18:46:55 +01:00
4f7c76a46a
refactor: move mini mode keybindings to a subdirectory 2024-10-27 17:25:43 +01:00
46e33d9d1e
refactor: move find mini mode keybindings to keybinds module 2024-10-27 17:21:25 +01:00
3340ff5ef9
fix: add missing syntax.reset() call on full syntax refresh 2024-10-27 16:20:22 +01:00
66dfcd4a91
fix: relax tree-sitter full reparse time limit to avoid incremental parsing 2024-10-27 16:10:12 +01:00
9b6e01f358
refactor: move find_in_files keybindings to keybind module 2024-10-27 15:58:46 +01:00
33e36d295e
refactor: move file_browser key bindings to keybinds module 2024-10-27 11:30:52 +01:00
9724decc4a
refactor: move move_to_char mine mode keybinds 2024-10-26 21:11:55 +02:00
f67bfab5b7
refactor: move mini mode name and remove unused mode description field 2024-10-26 16:33:59 +02:00
0ef553e4c6
Improve cpu=baseline instructions 2024-10-26 13:22:14 +02:00
49319d6207
refactor: move goto mini mode keybindings to keybind module 2024-10-25 22:40:58 +02:00
16c5471126
refactor: move command and EventHandler out of the tui module 2024-10-25 22:39:04 +02:00
f41fb97d02
refactor: split mini modes into input mode and a ui mode 2024-10-25 19:06:23 +02:00
d804203760
fix: only render the first line of multiline diagnistics inline
fixes #51
2024-10-24 22:36:33 +02:00
3b4c81c706
feat: add open_previous_file command
closes #56
2024-10-24 18:27:30 +02:00
d33d5dcac2
refactor: clean-up mainview.show_file_async_and_free usage 2024-10-24 18:25:46 +02:00
0dc6fae7b7
fix: reduce modal background fade amount 2024-10-23 20:05:56 +02:00
52c02def2c
feat: add catppuccin theme 2024-10-23 17:23:48 +02:00
6755eaab44
fix: convert column to byte position in inspector_view.inspect_location
fixes #54
2024-10-23 12:20:40 +02:00
a46c75da63
fix: reduce LSP timeout to 3 seconds 2024-10-22 21:08:03 +02:00
1b3ad42398
fix: update thespian to improve robustness on LSP timeouts 2024-10-22 21:07:14 +02:00
c02dcbaa08
feat: use undo instead of delete_backward to revert initial chord keystroke 2024-10-22 19:32:06 +02:00
f0c8e35277
refactor: add basic Buffer.root.get_from_pos test 2024-10-22 19:15:45 +02:00
a0e7d2623f
fix: default vim_insert_chording_keybindings option to false 2024-10-22 19:08:32 +02:00
40809835ae
fix: don't repeatedly send hover requests for the same editor cell 2024-10-22 19:07:26 +02:00
dc1d0146be
fix: don't show info view panel on empty hover response 2024-10-22 19:06:34 +02:00
a5ebaf6202
fix: clean-up bitrot in buffer tests 2024-10-22 19:04:40 +02:00
Visen
b70da1918c
Chording support for vim mode (#53)
* initial experimental success

* refined chording

* add default value

* refactor chording from switch to if

* revert change introduced when debugging

* remove unnecessary try

* added configuration option
2024-10-22 18:59:06 +02:00
xdBronch
2f3487fff0
feat: add hare to syntax file types 2024-10-21 20:44:45 +02:00
048ea5f086 fix: update thespian to fix stack overflows on macos 2024-10-21 18:53:56 +02:00
244962f17b
build: update tree-sitter for new zig parser and hare support 2024-10-21 13:28:05 +02:00
dc6202aa1d
fix: prevent divide by zero on small animation_max_lag values 2024-10-20 21:42:08 +02:00
6d9dd2a899
feat: tie ModalBackground fade time to animation_max_lag config option 2024-10-20 21:33:38 +02:00
03cdcd260e
fix: propagate configured frame rate to widgets 2024-10-20 21:33:01 +02:00
87addc97de
fix: crash on fade 2024-10-20 00:51:46 +02:00