CJ van den Berg neurocyte
neurocyte pushed to master at neurocyte/flow 2026-02-03 18:39:36 +00:00
75fa4408fa fix: guess completion insertion range by back scanning for trigger chars or word breaks
59de78723e refactor: import Selection directly into completion_dropdown
Compare 2 commits »
neurocyte pushed to master at neurocyte/flow 2026-02-03 17:48:20 +00:00
87e0e06aaf fix: refresh hover when menus modify their contents
neurocyte pushed to master at neurocyte/flow 2026-02-03 15:54:45 +00:00
d5166e2f68 fix: override cursor focus rendering during dropdown completion
neurocyte pushed to master at neurocyte/flow 2026-02-03 15:38:52 +00:00
7c61b2dac6 fix: replace tabs in snippets if we are indenting with spaces
neurocyte pushed to master at neurocyte/flow 2026-02-03 15:21:49 +00:00
56238c776d fix: clamp cursor to buffer in indent command
5cf52171f2 fix: use word-at-cursor for inserting completion if LSP does not provide a range
d298e1ed4c fix: don't cancel completions in update_completion
2296930f4d fix: re-trigger completion if we run out of suggestion matches
8767dc9dc1 fix: do not set completion refresh pending for duplicate requests
Compare 8 commits »
neurocyte pushed tag v0.6.0-697-g2ea9acea to neurocyte/flow-nightly 2026-02-02 21:05:18 +00:00
neurocyte pushed to master at neurocyte/flow 2026-02-02 21:02:32 +00:00
2ea9acea47 build: fix test cases
neurocyte pushed to master at neurocyte/flow 2026-02-02 20:59:41 +00:00
41c1e54cac refactor: add match_count to overlay/dropdown
neurocyte pushed to master at neurocyte/flow 2026-02-02 20:51:23 +00:00
d125f69182 build: set default release build mode to ReleaseFast
e37c17452f refactor: add ascii optimization to Plane.egc_length
152eed7847 refactor: adapt mainview module to Buffer text caching API
23504b62cd refactor: adapt editor module to Buffer text caching API
b25e099a84 refactor: adapt diffz module to Buffer text caching API
Compare 8 commits »
neurocyte pushed to master at neurocyte/flow 2026-02-02 16:37:20 +00:00
7ab1480f29 refactor: add log message when enabling or disabling format on save
neurocyte pushed to master at neurocyte/flow 2026-02-02 16:22:07 +00:00
44356e5d30 fix: forward focus_in/_out events to all mainview widgets
c9dc713537 refactor: display regular tab save state icon in auto_save_mode on_focus_change
6312d44d15 refactor: display regular file state icon in auto_save_mode on_focus_change
70b60a15fa feat: add auto_save_mode option with new on_input_idle and on_focus_change modes
1317de3f72 docs: reflow README.md
Compare 10 commits »
neurocyte pushed tag v0.6.0-676-g934cfcd9 to neurocyte/flow-nightly 2026-02-01 20:42:48 +00:00
neurocyte pushed to master at neurocyte/flow 2026-02-01 20:36:50 +00:00
934cfcd9e2 fix: reduce default frame_rate back to 60
neurocyte pushed to master at neurocyte/flow 2026-02-01 20:28:10 +00:00
e4ce2fb8e3 fix: crash on long buffer name in filestate widget
neurocyte pushed to master at neurocyte/flow 2026-02-01 19:50:00 +00:00
0251d783bf fix: always place at least one word on each line in reflow
neurocyte pushed to master at neurocyte/flow 2026-02-01 19:37:02 +00:00
4898f02570 feat: store the last used reflow_width in the editor session
neurocyte pushed to master at neurocyte/flow 2026-02-01 19:34:24 +00:00
a37c8b3366 feat: store the last used reflow_width in the editor session
neurocyte pushed to master at neurocyte/flow 2026-02-01 19:22:52 +00:00
ec71a7041b feat: reflow current line if there is no selection