CJ van den Berg neurocyte
neurocyte deleted branch case-folded-find from neurocyte/flow 2025-11-26 11:10:37 +00:00
neurocyte pushed to master at neurocyte/flow 2025-11-26 11:09:52 +00:00
9f57d8ef28 fix: bump libvaxis grapheme cache size to 32kb
50a4336b8c fix: incorrect line offset in goto_line_and_column
Compare 2 commits »
neurocyte pushed to master at neurocyte/flow 2025-11-26 09:23:07 +00:00
74e7406034 fix: guarantee progress in find_all_ranges when pattern is shorter than a utf8 sequence
neurocyte pushed to master at neurocyte/flow 2025-11-26 09:00:26 +00:00
99f9f95dbc fix: use a partial write capable case folding writer in Buffer.find_all_ranges
68b17301cd refactor: use unchecked Utf8View in utf8 transformation
2520a37a90 feat: add case auto and case insensitive mode to find
abee93d366 refactor: add unicode.is_lowercase
047409cd29 feat: add find_mode parameter to Editor.find_query
Compare 8 commits »
neurocyte created branch case-folded-find in neurocyte/flow 2025-11-25 21:59:05 +00:00
neurocyte pushed to case-folded-find at neurocyte/flow 2025-11-25 21:59:05 +00:00
2520a37a90 feat: add case auto and case insensitive mode to find
abee93d366 refactor: add unicode.is_lowercase
047409cd29 feat: add find_mode parameter to Editor.find_query
64d95ee009 refactor: move FindMode to Buffer
3ebe68a384 refactor: implement find_all_ranges mode .case_folded
Compare 6 commits »
neurocyte pushed to master at neurocyte/flow 2025-11-25 20:17:04 +00:00
e35a0555f1 feat: port to_upper and to_lower to uucode
2ff0521040 refactor: move all zg LetterCasing usage to Buffer.unicode
57c5066451 fix: add support for non-authorative file URIs from LSPs (part 2)
6c789b3209 feat: change default theme to something more modern and pretty
Compare 4 commits »
neurocyte pushed to master at neurocyte/flow 2025-11-25 14:53:39 +00:00
86ec27893d feat: implement case insensitive search (part 1)
679927f8bd fix: add support for non-authorative file URIs from LSPs
Compare 2 commits »
neurocyte pushed to master at neurocyte/flow 2025-11-25 13:46:31 +00:00
bd976e0894 refactor: use Cursor.from_pos in PosToWidthCache.from_pos
ccc92f3ea6 refactor: drop PosToWidthCache from inspector_view
4a0150d68f refactor: add Cursor.from_pos and Seleciton.from_range
be41027d75 refactor: make Selection.from_pos infallible
34af852634 refactor: remove obsolete Editor.selection_pos_to_width function
Compare 8 commits »
neurocyte pushed tag v0.6.0-140-gab3373ab to neurocyte/flow-nightly 2025-11-25 09:44:05 +00:00
neurocyte pushed to master at neurocyte/flow 2025-11-25 09:41:15 +00:00
ab3373ab33 fix: add manual restart for win32 console builds and fix restart for win32 gui builds
b3efc952ee refactor: report OS error on vaxis.Tty.init failure
f91a702f36 build: sync libvaxis to upstream main branch
Compare 3 commits »
neurocyte pushed tag v0.6.0-137-ga1f296dd to neurocyte/flow-nightly 2025-11-24 12:35:27 +00:00
neurocyte pushed to master at neurocyte/flow 2025-11-24 12:30:08 +00:00
a1f296ddde refactor: tweak restart command description
fbccf13850 feat: add message to home screen when running as root
5bb742fe58 feat: render red lock symbol in modestate when running as root
93be688e6c feat: add restart_with_sudo command
51f74e37b8 feat: add restart with sudo capability
Compare 6 commits »
neurocyte pushed to master at neurocyte/flow 2025-11-23 21:01:21 +00:00
b2b34e4710 build: update to libvaxis with uucode support
neurocyte pushed to master at neurocyte/flow 2025-11-23 18:37:06 +00:00
765a5d2dc7 feat: add results count to generic palette
23e66d8fe9 feat: add results count to open_recent palette
7993186aeb refactor: add support for inputbox hints
Compare 3 commits »
neurocyte pushed tag v0.6.0-127-ga65aa237 to neurocyte/flow-nightly 2025-11-20 10:01:57 +00:00
neurocyte pushed to master at neurocyte/flow 2025-11-20 09:59:40 +00:00
a65aa237a7 fix: windows build