Igor Támara
|
57547b80ff
|
refactor: add metrics parameter to with_cursel_const
|
2025-11-17 18:43:42 +01:00 |
|
|
|
ce82e95c10
|
fix: don't quit when closing the final split unless it is the home screen
|
2025-11-17 18:22:52 +01:00 |
|
|
|
643dc2ab8a
|
feat: bind toggle_centered_view to ctrl+k x in flow mode
|
2025-11-17 18:20:24 +01:00 |
|
|
|
c6ed937976
|
feat: add toggle_centered_view command
|
2025-11-17 18:20:24 +01:00 |
|
|
|
65fe2bc5c2
|
feat: add centered_view support
|
2025-11-17 18:20:23 +01:00 |
|
|
|
2e150f6c62
|
feat: add pane_left and pane_right widget types
|
2025-11-17 18:20:23 +01:00 |
|
|
|
c6e56abcb0
|
feat: add bar_left and bar_right widget styles
|
2025-11-17 18:20:23 +01:00 |
|
|
|
6e5e5315f5
|
feat: bind open_config to alt+f5
And clean-up some rarely used debugging keybinds.
|
2025-11-17 18:20:23 +01:00 |
|
Igor Támara
|
8637152fc9
|
feat: [hx] map keybind to split commands
|
2025-11-17 18:19:26 +01:00 |
|
|
|
1f119e79d8
|
fix: disable enable_terminal_color_scheme by default
Because it breaks light/dark mode switching in kitty.
|
2025-11-17 10:20:19 +01:00 |
|
|
|
462cc06e2e
|
fix: don't run git status if we don't have a git working directory
closes #390
|
2025-11-17 00:09:01 +01:00 |
|
Igor Támara
|
6e9e00e142
|
feat: add symbol palette
The palette intentionally shows narrow to give more prevalence to file
contents and see the context.
|
2025-11-16 22:56:36 +01:00 |
|
Igor Támara
|
cfb208f3d8
|
feat: lsp symbols with parent in mainview
|
2025-11-16 22:56:36 +01:00 |
|
Igor Támara
|
368b139688
|
feat: fetch lsp symbols on user demand
|
2025-11-16 22:56:36 +01:00 |
|
Igor Támara
|
cc4ef5da2c
|
feat: store lsp symbols in mainview
|
2025-11-16 22:56:36 +01:00 |
|
Igor Támara
|
5f49e181ee
|
feat: lsp textDocument/documentSymbol invocation
|
2025-11-16 22:56:36 +01:00 |
|
Igor Támara
|
618719cdc2
|
refactor: lsp read_locationlink
|
2025-11-16 22:56:36 +01:00 |
|
|
|
e9d336e336
|
feat: add FLOW_CONFIG_DIR env var to override configuration directory
closes #379
|
2025-11-16 18:45:57 +01:00 |
|
|
|
e2955f029d
|
feat: support horizontal mouse scrolling
closes #382
|
2025-11-16 18:19:36 +01:00 |
|
|
|
c674f69a74
|
fix: button6 and button7 support
|
2025-11-16 18:11:15 +01:00 |
|
|
|
27151cf7a5
|
fix: remove u8 git changed files counter and message
closes #388
|
2025-11-16 17:51:04 +01:00 |
|
|
|
1d2f7f9d26
|
feat: update ziggy and superhtml
|
2025-11-16 17:32:29 +01:00 |
|
|
|
44a9876e5f
|
feat: propagate indent guides across blank lines
|
2025-11-11 15:36:42 +01:00 |
|
|
|
3ff32507f7
|
fix: scan_next_match in .inclusive selection mode
|
2025-11-11 14:22:42 +01:00 |
|
|
|
e6f0953732
|
feat: add path segment completion to open_recent palette
|
2025-11-11 13:26:48 +01:00 |
|
|
|
407d5fa888
|
feat: quit when closing last open split
|
2025-11-10 19:04:37 +01:00 |
|
|
|
27bdd64f88
|
feat: add focus_split command
|
2025-11-10 19:01:12 +01:00 |
|
|
|
6502989fb8
|
fix: task palette width calculation properly this time
|
2025-11-10 16:39:45 +01:00 |
|
|
|
7d740bfa2a
|
fix: reset input idle timer when placing the cursor in an editor with the mouse
This is so that mouse clicks inside an editor widget may also trigger configured
idle_actions.
|
2025-11-10 14:12:53 +01:00 |
|
|
|
36c975dc20
|
fix: prevent different match types from cancelling each other out
|
2025-11-10 14:12:53 +01:00 |
|
|
|
7b9a4071c8
|
fix: scan_prev_match should find the match at the cursor if it is not selected
|
2025-11-10 14:12:53 +01:00 |
|
|
|
834b61b16f
|
fix: scan_next_match should find the match at the cursor if it is not selected
|
2025-11-10 14:12:53 +01:00 |
|
|
|
ee24810946
|
fix: add_cursor_all_matches should move current cursor if there is no selection
|
2025-11-10 14:12:53 +01:00 |
|
|
|
cbab1f2fd9
|
fix: add_cursor_next_match should move current cursor if there is no selection
|
2025-11-10 14:12:53 +01:00 |
|
|
|
185e081c7c
|
fix: move_cursor_next_match should mark match as selected
|
2025-11-10 14:12:53 +01:00 |
|
|
|
491f40ed96
|
fix: don't auto find if there are already matches from some other operation
|
2025-11-10 14:12:53 +01:00 |
|
|
|
ced20a0fec
|
fix: disable highlight_references on idle by default
There are still minor issues with auto find.
|
2025-11-10 14:12:53 +01:00 |
|
|
|
c796def967
|
refactor: add editor.sort_matches function
|
2025-11-10 14:12:53 +01:00 |
|
|
|
7ad00a6f76
|
refactor: add editor.have_matches function
|
2025-11-10 14:12:53 +01:00 |
|
|
|
f909e1437e
|
fix: Project stuck in loading state
|
2025-11-08 22:29:49 +01:00 |
|
|
|
b5437533f3
|
refactor: enable highlight_references on idle by default
|
2025-11-07 14:10:39 +01:00 |
|
Igor Támara
|
b7d1f15eb5
|
feat: [hx] Alt+s Add cursors with selections for selected lines
|
2025-11-07 13:51:59 +01:00 |
|
|
|
6e78564599
|
feat: add configurable editor idle actions hover and highlight_references
closes #370
|
2025-11-07 13:37:07 +01:00 |
|
|
|
06e967a69d
|
feat: bind highlight_references to ctrl+k i in flow mode
|
2025-11-07 13:35:40 +01:00 |
|
|
|
ca47d27b76
|
feat: add highlight_references command
|
2025-11-07 13:35:00 +01:00 |
|
|
|
c6da708250
|
refactor: add project_manager.highlight_references request
|
2025-11-07 11:55:26 +01:00 |
|
|
|
e01ed6fc3a
|
refactor: add support for input idle/active widget events
|
2025-11-07 11:36:42 +01:00 |
|
|
|
e5d78c95a5
|
feat: split and navigate on shift+enter in find_file
|
2025-11-06 19:23:15 +01:00 |
|
|
|
5aa385679e
|
refactor: resend all editor events on focus change
|
2025-11-06 19:23:15 +01:00 |
|
|
|
019aa94196
|
refactor: render cursors only in focused editors
|
2025-11-06 19:23:14 +01:00 |
|