|
|
93be688e6c
|
feat: add restart_with_sudo command
closes #363
|
2025-11-24 13:24:45 +01:00 |
|
|
|
51f74e37b8
|
feat: add restart with sudo capability
|
2025-11-24 13:03:38 +01:00 |
|
|
|
8ccdc9654a
|
refactor: replace buffer input/output test dummy text with less greppable content
|
2025-11-24 13:03:22 +01:00 |
|
|
|
b2b34e4710
|
build: update to libvaxis with uucode support
|
2025-11-23 21:51:48 +01:00 |
|
|
|
765a5d2dc7
|
feat: add results count to generic palette
closes #401
|
2025-11-23 19:36:11 +01:00 |
|
|
|
23e66d8fe9
|
feat: add results count to open_recent palette
|
2025-11-23 19:35:58 +01:00 |
|
|
|
7993186aeb
|
refactor: add support for inputbox hints
|
2025-11-23 19:34:07 +01:00 |
|
|
|
a65aa237a7
|
fix: windows build
|
2025-11-20 10:59:26 +01:00 |
|
|
|
cc4ac894b3
|
fix: update libvaxis to fix dragging outside the top and left side of the terminal (negative mouse coordinates)
|
2025-11-20 10:09:47 +01:00 |
|
|
|
d08c65818f
|
fix: bug in scan_next_match causing add_cursor_next_match to fail
|
2025-11-19 19:14:02 +01:00 |
|
|
|
9bebebc086
|
feat: add scrollbar_auto_hide config option
|
2025-11-19 18:26:23 +01:00 |
|
|
|
8f873ae3ee
|
feat: add pane_style config option
|
2025-11-19 18:25:58 +01:00 |
|
|
|
395dadf6e3
|
feat: add option to disable modal dim effect
For some terminal themes is cooler to not dim the screen when palettes
are showing.
|
2025-11-19 17:48:44 +01:00 |
|
|
|
85c3e7ae7c
|
fix: unbreak selections_reverse command signature
|
2025-11-19 13:56:03 +01:00 |
|
|
|
4da9cee1ee
|
feat: add flow mode keybinds for expand_/shrink_centered_view (alt+-\=)
|
2025-11-19 13:49:46 +01:00 |
|
|
|
4054a399da
|
feat: add expand_centered_view and shrink_centered_view commands
|
2025-11-19 13:49:18 +01:00 |
|
|
|
fc6f2e2cde
|
fix: center in the middle not top quarter
|
2025-11-18 23:36:35 +01:00 |
|
|
|
db8bd0840f
|
fix: find the closest matching symbol not the largest enclosing symbol
|
2025-11-18 23:27:59 +01:00 |
|
|
|
8c0eac80cf
|
refactor: use a match instead of the primary cursor in symbol_palette
|
2025-11-18 23:27:34 +01:00 |
|
|
|
f49d6a7423
|
refactor: use a match instead of the primary cursor in focus_on_range
|
2025-11-18 23:26:24 +01:00 |
|
|
|
f3440d4f83
|
refactor: make editor.update_scroll_dest_abs public
|
2025-11-18 23:25:57 +01:00 |
|
|
|
bca4dbf777
|
fix: use after free crash in theme_palette
|
2025-11-18 20:17:47 +01:00 |
|
|
|
f9bbb55814
|
fix: select previous symbol if there is no symbol at the cursor
|
2025-11-18 20:03:36 +01:00 |
|
|
|
ae6df9dba8
|
feat: pre-select symbol at the primary cursor in symbol_palette
|
2025-11-18 19:59:08 +01:00 |
|
|
|
fc244eabb6
|
feat: focus currently selected symbol in symbol_palette instead of going to it
|
2025-11-18 19:56:17 +01:00 |
|
|
|
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 |
|
|
|
e4fdc5b5dc
|
fix: windows gui build
|
2025-11-18 16:53:03 +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 |
|
|
|
ad583879da
|
feat: bind show_symbols to ctrl+shift+o in flow mode
|
2025-11-18 15:57:56 +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
|
c5e6d64235
|
refactor: make available write_padding function to other modules
|
2025-11-18 15:53:49 +01:00 |
|
Igor Támara
|
ced915fedc
|
refactor: Removed unused lsp symbol struct
|
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 |
|
|
|
294e30f8ee
|
feat: add value type descriptions to config files
|
2025-11-18 15:36:19 +01:00 |
|
|
|
e4d1b55c15
|
refactor: make unsupported config type errors more descriptive
|
2025-11-18 15:36:19 +01:00 |
|
|
|
4cfe6adadd
|
refactor: change default_cursor config option to an enum
|
2025-11-18 15:36:19 +01:00 |
|
Igor Támara
|
5a6c010e58
|
feat: [hx] Added keybind for toggle_centered_view
|
2025-11-18 14:04:44 +01:00 |
|