|
|
70c2673cfe
|
refactor: add editor focus_on_range command
|
2025-11-18 19:55:52 +01:00 |
|
|
|
1d06b71102
|
refactor: move themes palette to top right
To better see what the thmeme looks like for the current screen it
is better to not cover it so much.
|
2025-11-18 19:39:28 +01:00 |
|
|
|
0e994e9f25
|
refactor: disable dimming in theme palette
To better evaluate the themes it is better not to dim.
|
2025-11-18 19:38:14 +01:00 |
|
|
|
99e32520ad
|
fix: disable quick activate in themes palette
|
2025-11-18 19:36:25 +01:00 |
|
|
|
53391aa7b5
|
refactor: limit palette quick activation to first palette_menu_activate_quick event
|
2025-11-18 19:35:36 +01:00 |
|
|
|
9597dd7b6d
|
fix: regression by bad merge in 1600bf6
|
2025-11-18 19:33:40 +01:00 |
|
|
|
f26d0534de
|
fix: reversed logic of palette modal_dim
|
2025-11-18 19:32:58 +01:00 |
|
|
|
c8ed34701c
|
refactor: extract whole symbol range in symbol_palette
|
2025-11-18 19:02:42 +01:00 |
|
|
|
310dadb9be
|
refactor: place .top_right palettes at right edge of centered views
|
2025-11-18 18:14:30 +01:00 |
|
|
|
897d7e14da
|
refactor: add mainview.is_view_centered
|
2025-11-18 18:05:59 +01:00 |
|
|
|
b566612068
|
refactor: place symbols palette on the right and disable dimming
|
2025-11-18 18:01:08 +01:00 |
|
|
|
d5bd31652e
|
refactor: allow palettes to configure placement
|
2025-11-18 18:00:37 +01:00 |
|
|
|
f7134df47c
|
refactor: allow palettes to disable dimming
|
2025-11-18 18:00:01 +01:00 |
|
|
|
9984d5e2b5
|
feat: add switch_input_mode command to change keybind mode in a mini mode
|
2025-11-18 16:43:42 +01:00 |
|
Igor Támara
|
c61bdd7042
|
refactor: symbol palette column adjustments
|
2025-11-18 15:53:49 +01:00 |
|
Igor Támara
|
0fd1cae8df
|
refactor: symbol palette column max width change
|
2025-11-18 15:53:49 +01:00 |
|
Igor Támara
|
7ae983a419
|
fix: hx use explicit mode on match brackets
to cases where mode renaming could potentially give unexpected
behaviour.
Reverting 891a445ed43590f3a40b4058786a1405d6e2f077.
|
2025-11-18 15:40:41 +01:00 |
|
|
|
4cfe6adadd
|
refactor: change default_cursor config option to an enum
|
2025-11-18 15:36:19 +01:00 |
|
|
|
ed7c0f0c46
|
feat: add centered_view_min_screen_width config option
|
2025-11-18 12:53:45 +01:00 |
|
|
|
3dc731d086
|
refactor: convert whitespace_mode config options to an enum
|
2025-11-18 12:53:45 +01:00 |
|
Igor Támara
|
fd3401748e
|
refactor: identify mode inside hx on bracket matching
|
2025-11-18 10:48:07 +01:00 |
|
Igor Támara
|
3d0a0571c2
|
fix: removed unused code
|
2025-11-18 10:48:07 +01:00 |
|
Igor Támara
|
0b80ae50db
|
refactor: simplify match mode
|
2025-11-18 10:48:07 +01:00 |
|
Igor Támara
|
124cbcbe5f
|
fix: Add @ to non_word characters
|
2025-11-18 10:48:07 +01:00 |
|
Igor Támara
|
4b3e71408a
|
feat: [hx] maw and maW support
|
2025-11-18 10:48:07 +01:00 |
|
Igor Támara
|
878aef9926
|
feat: [hx] miw and miW support
|
2025-11-18 10:48:07 +01:00 |
|
Igor Támara
|
a35bbc7e96
|
refactor: prepare match minimode
|
2025-11-18 10:48:07 +01:00 |
|
|
|
1600bf6406
|
fix: task_palette should use the correct mode hints for width calculations
|
2025-11-17 20:24:24 +01:00 |
|
|
|
54c68df967
|
fix: auto_find should always clear last_match_text
|
2025-11-17 19:52:26 +01:00 |
|
Igor Támara
|
f6d1f27337
|
feat: [hx] mm match brackets support
|
2025-11-17 18:43:42 +01:00 |
|
Igor Támara
|
56ea0138a5
|
feat: goto_bracket goes to the pair bracket under cursor
Uses simple matching nesting, as a complement to tree-sitter approach.
Flow mode shorcut ctrl+shit+\ ala Code
|
2025-11-17 18:43:42 +01:00 |
|
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 |
|
|
|
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 |
|
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 |
|
|
|
e2955f029d
|
feat: support horizontal mouse scrolling
closes #382
|
2025-11-16 18:19:36 +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 |
|