|
c50ab782ec
|
refactor: share file item menu rendering
|
2025-08-13 14:44:03 +02:00 |
|
|
f3296482d0
|
refactor: unify file icon rendering
|
2025-08-13 14:43:30 +02:00 |
|
|
3ed13a4ab8
|
fix: add missing arguments meta declartions on set_tab_width commands
|
2025-08-12 14:05:26 +02:00 |
|
|
80002e4d6b
|
feat: add set_buffer_tab_width and set_session_tab_width commands
Also, fold the tab_width and set_tab_width commands into one. The default
command (set_tab_width) now stores the tab_width in the persistent config.
|
2025-08-12 12:54:34 +02:00 |
|
|
4037d67fe9
|
feat: add support for session local tab_width setting
|
2025-08-12 12:53:45 +02:00 |
|
|
3e0e75c9c8
|
feat: add interactive and non-interactive commands to set the current buffer's tab_width
|
2025-08-11 14:29:23 +02:00 |
|
|
b913b8ad87
|
feat: write early log output to stderr/stdout until TUI is initialized
|
2025-08-09 19:15:01 +02:00 |
|
|
e13295100b
|
fix: set outer mode from delayed init if there is already an overlay mode active
This fixes starting flow with a command to initally open an overlay and then
cancelling or exiting the overlay without loading a new mode.
|
2025-08-05 12:38:12 +02:00 |
|
|
efdad96054
|
refactor: improve create pattern to avoid leaks
|
2025-07-19 00:03:30 +02:00 |
|
|
30c6ac0e82
|
feat: BREAKING make highlight_columns a list of integers
|
2025-07-16 19:42:12 +02:00 |
|
|
46dfde7685
|
refactor: simplify and improve management of config buffers
|
2025-07-16 19:42:12 +02:00 |
|
|
2897d8d745
|
feat: add command to edit file type configuration files
|
2025-07-14 18:02:22 +02:00 |
|
|
e9735d9425
|
feat: more improvements to panic handling
Follow on panics no longer confuse the panic output and the just in
time debugger now works properly on the local tty.
|
2025-07-14 18:02:21 +02:00 |
|
|
3853ac8aea
|
feat: add highlight_columns_enabled config option and store it on toggle_highlight_columns
|
2025-06-03 17:22:56 +02:00 |
|
Robert Burnett
|
7ec25cfb46
|
fix compile error
|
2025-05-13 18:16:33 +02:00 |
|
Robert Burnett
|
fcbb377237
|
removed mark related code
|
2025-05-13 18:16:33 +02:00 |
|
Robert Burnett
|
4765f47dd0
|
begin supporting global marks
|
2025-05-13 18:16:33 +02:00 |
|
|
980529029f
|
feat(flicker): avoid triggering initial render from branch widget
|
2025-04-30 18:51:55 +02:00 |
|
|
df70384b7b
|
feat: add toggle_highlight_columns command (shift+f11)
|
2025-04-30 09:59:59 +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 |
|
|
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 |
|
|
33d4eb044a
|
feat: add highlight_columns initial basic implementation
closes #208
|
2025-04-08 23:17:23 +02:00 |
|
|
545b470e03
|
fix: call configured init_commands for all mode types
|
2025-04-08 18:04:31 +02:00 |
|
|
6946cb4010
|
feat: re-add support for integer command arguments
closes #182
|
2025-04-08 18:02:39 +02:00 |
|
|
6743c99c12
|
feat: add per input mode init_command and deinit_command support
closes #92
|
2025-04-07 21:07:36 +02:00 |
|
|
58082ed2a1
|
feat: add Customise theme command
|
2025-03-26 23:05:49 +01:00 |
|
|
f6847001db
|
refactor: remove obsolete lsp_request_timeout config parameter
|
2025-03-25 20:56:28 +01:00 |
|
|
a1b2737c5d
|
feat: use explicit error handling for all startup errors
|
2025-03-25 17:24:34 +01:00 |
|
|
47a6024c80
|
feat: add caching of tree-sitter query objects
|
2025-03-18 14:26:31 +01:00 |
|
|
136986cc89
|
fix: merge build failure
|
2025-03-06 21:21:52 +01:00 |
|
|
a1d6c1b2e8
|
Merge branch 'zig-0.13'
|
2025-03-06 21:19:12 +01:00 |
|
|
c71226ee47
|
feat: improve some command description strings
|
2025-03-06 21:06:59 +01:00 |
|
|
61de2bb6b7
|
feat: add find_file command as an alias for open_recent
|
2025-03-06 19:55:35 +01:00 |
|
|
a959563bc7
|
Merge branch 'master' into zig-0.14
|
2025-03-04 21:15:14 +01:00 |
|
|
b7aa8cd6a7
|
feat: detect and auto open file links in selection in open_file command
|
2025-03-04 19:04:14 +01:00 |
|
|
d53a70736b
|
refactor: trigger project_manager startup on tui init
|
2025-03-04 19:01:44 +01:00 |
|
|
3ef51454cd
|
Merge branch 'master' into zig-0.14
|
2025-02-22 23:53:43 +01:00 |
|
|
048ef98c8d
|
fix: remove initial empty frame render on startup
|
2025-02-22 21:27:00 +01:00 |
|
|
5fc2247bc3
|
Merge branch 'master' into zig-0.14
|
2025-02-13 12:08:54 +01:00 |
|
|
1cdfa834b9
|
refactor: run zig fmt
|
2025-02-13 12:02:59 +01:00 |
|
|
da694d7ac2
|
fix: don't get stuck in an overlay mode if it is triggered from the command line
|
2025-02-13 12:01:24 +01:00 |
|
|
0cd48c5eaa
|
Merge branch 'master' into zig-0.14
|
2025-02-11 13:32:11 +01:00 |
|
|
1b03f78213
|
feat(buffer): show file icons in buffer palette
|
2025-02-11 13:29:52 +01:00 |
|
|
53045123c6
|
build: update to zig 0.14.0-dev.3039
|
2025-02-04 22:59:18 +01:00 |
|
|
7481be5aaf
|
refactor: remove duplicate input trace
|
2025-01-28 22:01:50 +01:00 |
|
|
2f7bee1bef
|
feat(task): add project tasks
|
2025-01-25 20:32:01 +01:00 |
|
|
1d947ab499
|
refactor: improve capsulation and safety of tui module public api
|
2025-01-23 16:45:04 +01:00 |
|
|
4145460012
|
refactor: simplify Plane/Widget usage
|
2025-01-23 16:12:56 +01:00 |
|
Meredith Oleander
|
80c8795c3b
|
Merge branch 'master' into helix-mode-selections
|
2025-01-22 13:47:37 +11:00 |
|