CJ van den Berg neurocyte
neurocyte pushed to master at neurocyte/flow 2025-12-23 23:15:17 +00:00
b5d137666f refactor: run triggers only on primary cursel
4f39bbbd41 refactor: add support for delete word during completion
911fc3160a refactor: add support for backspace during completion
b2996cddbd refactor: also run triggers during completion
6fce29f876 refactor: ignore late palette_menu_cancel calls
Compare 22 commits »
neurocyte deleted branch completion-triggers from neurocyte/flow 2025-12-23 23:14:56 +00:00
neurocyte pushed to completion-triggers at neurocyte/flow 2025-12-23 23:12:40 +00:00
b5d137666f refactor: run triggers only on primary cursel
4f39bbbd41 refactor: add support for delete word during completion
911fc3160a refactor: add support for backspace during completion
Compare 3 commits »
neurocyte pushed to completion-triggers at neurocyte/flow 2025-12-23 21:55:58 +00:00
b2996cddbd refactor: also run triggers during completion
neurocyte pushed to completion-triggers at neurocyte/flow 2025-12-23 21:37:38 +00:00
6fce29f876 refactor: ignore late palette_menu_cancel calls
96676c738a refactor: prevent duplicate triggers
ed027b5f6d refactor: store trigger commands as strings
Compare 3 commits »
neurocyte pushed to completion-triggers at neurocyte/flow 2025-12-23 21:08:30 +00:00
7d2e6a3b45 refactor: don't indirectly call cancel on completion dropdown select
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