CJ van den Berg neurocyte
neurocyte pushed tag v0.6.0-328-ge5894c14 to neurocyte/flow-nightly 2025-12-11 19:15:01 +00:00
neurocyte pushed to master at neurocyte/flow 2025-12-11 18:50:40 +00:00
e5894c1404 refactor: tweak style in keybindview and inputview
neurocyte pushed to master at neurocyte/flow 2025-12-11 18:01:14 +00:00
94d75a230b feat: add panel border to logview
c718924698 refactor: add panel border to keybindview
82257ee4e3 refactor: add panel border to inspector_view
950c5af01d refactor: add panel border to inputview
15fd338074 refactor: add panel border to info_view
Compare 8 commits »
neurocyte pushed to master at neurocyte/flow-website 2025-12-10 17:00:27 +00:00
9ad180db30 install: fetch downloads from codeberg as github API is broken
neurocyte pushed tag v0.6.0-319-gb08b162a to neurocyte/flow-nightly 2025-12-10 16:41:49 +00:00
neurocyte pushed to master at neurocyte/flow 2025-12-10 16:39:32 +00:00
b08b162a10 refactor: add insert events to keybindview
fe03d0dab4 refactor: render event type in keybindview
ba8148a5c8 refactor: format unknown key event values in input module
Compare 3 commits »
neurocyte pushed to master at neurocyte/flow 2025-12-10 15:28:33 +00:00
5febf537a7 refactor: make keybindview show key event and make it pretty
e9da2d5cbe refactor: add keybindview to toggle_panel
e9f51388f7 refactor: show keybindview when started with --show-input
3071c10892 refactor: add toggle_keybindview command and flow mode keybinds
65c9b41784 refactor: split out keybind events from inputview to a new keybindview
Compare 11 commits »
neurocyte pushed to master at neurocyte/flow 2025-12-10 11:43:26 +00:00
4cb0f7df02 feat: activated selected entry on tab in the completion palette
6bb6141ef3 fix: avoid resetting cursors and matches if formatter makes no changes
b9b49c4164 fix: do not try to auto save ephemeral buffers
0974935ced fix: prevent whole file filter commands from erasing the entire file
693ed91b12 fix: don't mark document as dirty if a filter makes no changes
Compare 5 commits »
neurocyte pushed tag v0.6.0-300-g672d9242 to neurocyte/flow-nightly 2025-12-09 19:53:51 +00:00
neurocyte pushed to master at neurocyte/flow 2025-12-09 19:51:34 +00:00
672d92424d fix: windows gui build
neurocyte pushed to master at neurocyte/flow 2025-12-09 19:42:16 +00:00
b6161043ac refactor: add support for nested snippet placeholders
neurocyte pushed to master at neurocyte/flow 2025-12-09 19:17:15 +00:00
4a44838b88 refactor: nudge tabstops
b472300b3d refactor: remove render_tabstops
94109da73e feat: add editor.pop_tabstop
a897e6bf87 fix: support for $0 in snippets
50db9082d8 refactor: attempt to render tabstops
Compare 15 commits »
neurocyte pushed to master at neurocyte/flow 2025-12-08 20:38:23 +00:00
7b7c84628c feat: add ignore_filter_stderr config option
neurocyte pushed to master at neurocyte/flow 2025-12-08 20:31:51 +00:00
e7118763a1 refactor: remove snippet from info panel
3da09cac55 fix: snippet parser should not output '$'
075ec84cf0 refactor: call snippet parser when inserting completion items
cbf26b3b6a refactor: use a structure for returning completion palette item values
ad496d3bd6 refactor: add snippet parser module
Compare 5 commits »
neurocyte pushed to master at neurocyte/flow 2025-12-08 17:06:58 +00:00
9b33f4cbe3 refactor: remove commented function signature
neurocyte pushed to master at neurocyte/flow 2025-12-08 17:06:10 +00:00
6f633b0149 fix: alight completion descriptions with Plane.print_right
bacbb47ae8 fix: prevent palettes from ever being larger than the screen
15e96d9136 refactor: add detail to info in completion palette
1c0e66d477 refactor: add Plane.print_right
86d7dd9cc9 refactor: place completion palette top right and undimmed
Compare 9 commits »
neurocyte pushed to master at neurocyte/flow 2025-12-08 13:36:59 +00:00
19569fc18c refactor: move Layer.cache_storage to Layer.View.cache_storage
b6b1f02565 fix: switch to a shared GraphemeCache and increase it's size to 512kb
4aecc983c0 fix: increase our GraphemeCache instead of libvaxis
Compare 3 commits »
neurocyte pushed to master at neurocyte/flow 2025-12-07 22:51:06 +00:00
a10254b77a feat: add item detail to completion palette