CJ van den Berg neurocyte
neurocyte pushed to completion-triggers at neurocyte/flow 2025-12-23 21:05:16 +00:00
a5d7e76897 refactor: remove modal background from dropdown
35d823d0b8 refactor: also cancel completion dropdown if view changes
d55b5b695b refactor: avoid crash if dropdown has no space to be displayed
c4301c40d9 refactor: add dropdown_keybinds configuration option
Compare 4 commits »
neurocyte pushed to completion-triggers at neurocyte/flow 2025-12-23 14:08:58 +00:00
d59dc65e6b refactor: run current command queue to end before running triggers
478f919051 refactor: also log triggers when command logging is enabled
0c92cd8b8f feat: add toggle_command_logging command
f75cc9b845 refactor: use command.command_names index and improve logging of commands
6c60e5a0df refactor: add '.' as a default trigger symbol for completion
Compare 10 commits »
neurocyte created branch completion-triggers in neurocyte/flow 2025-12-23 14:08:57 +00:00
neurocyte pushed tag v0.6.0-395-g8c9146a1 to neurocyte/flow-nightly 2025-12-18 21:40:39 +00:00
neurocyte pushed to master at neurocyte/flow 2025-12-18 21:31:22 +00:00
8c9146a1c5 fix: replace full completion item correctly in completion_dropdown
neurocyte pushed to master at neurocyte/flow 2025-12-18 21:18:48 +00:00
394eb5405f feat: add toggle_completion_style command
b92d5a2acb feat: add dropdown_next_widget_style command
Compare 2 commits »
neurocyte pushed to master at neurocyte/flow 2025-12-18 19:35:08 +00:00
3a61bb2ae9 feat: implement inline completion mode with a dropdown overlay
342e7d98c8 refactor: add dropdown overlay type
8a7ad7354f fixup: feat: add configuration options for completion trigger and style
bf47c00265 refactor: add palette placement mode primary_cursor
c166e0d379 refactor: add Editor.get_cursor_abs and Editor.get_primary_abs
Compare 8 commits »
neurocyte pushed tag v0.6.0-384-g3c9cf07f to neurocyte/flow-nightly 2025-12-17 21:47:21 +00:00
neurocyte pushed to master at neurocyte/flow 2025-12-17 21:33:37 +00:00
3c9cf07f9d fix: avoid spamming the differ on every vcs_content frame
1190c99212 feat: perform gutter diffing against git HEAD if available
18983c00b4 refactor: do not log git rev-parse errors
4d1eaa767b refactor: notify editors on vcs_content updates
3fb4bd6510 refactor: add mainview.get_editor_for_buffer
Compare 12 commits »
neurocyte pushed to master at neurocyte/flow 2025-12-17 17:24:38 +00:00
8dbc5765d9 fix: clamp scrollbar hitbox at end of document
neurocyte pushed tag v0.6.0-371-g8745cd05 to neurocyte/flow-nightly 2025-12-17 13:41:09 +00:00
neurocyte pushed to master at neurocyte/flow 2025-12-17 13:38:36 +00:00
8745cd05d2 feat: improve scrollbar behavior
neurocyte pushed to master at neurocyte/flow 2025-12-17 09:45:34 +00:00
84225983b7 fix: fully reset cursor position and clear matches in find mode
6de60f681f feat: add initial_find_query config option
f09bbbb7a9 fix: reset cursor to start when clearing find query buffer
Compare 3 commits »
neurocyte pushed tag v0.6.0-367-g23e90b95 to neurocyte/flow-nightly 2025-12-16 22:13:39 +00:00
neurocyte pushed to master at neurocyte/flow 2025-12-16 22:11:11 +00:00
23e90b9592 feat: expand variables in task arguments
3fdee5e532 feat: expand variables in arguments to filters
4cd9644373 refactor: add expansion module
Compare 3 commits »
neurocyte pushed to master at neurocyte/flow 2025-12-16 15:25:13 +00:00
44a48510fd fix: render highlight columns only based on the absolute column