CJ van den Berg neurocyte
neurocyte pushed to helix-cursels-fixes at neurocyte/flow 2025-11-27 10:28:47 +00:00
c46e830e04 refactor: add Editor.with_cursels_const_repeat
b7613542e7 refactor: CurSel.to_selection is internal
cee0d5b7b9 refactor: don't special case cursor rendering in inclusive mode
Compare 3 commits »
neurocyte pushed tag v0.6.0-181-ga6392018 to neurocyte/flow-nightly 2025-11-26 18:25:43 +00:00
neurocyte pushed to master at neurocyte/flow 2025-11-26 18:21:54 +00:00
a639201807 fix: remove extra close_file call in mainview.extract_state
7dcde628ac refactor: drop config file loading message
198ee29abe refactor: remove verbose log messages in mainview
008950255b fix: don't respond to editor events in mainview during project switch
335f1bedab fix: some minor typos
Compare 6 commits »
neurocyte pushed to master at neurocyte/flow 2025-11-26 15:41:14 +00:00
e134cfc949 refactor: use exaustive enum for whitespace
2ca1a742a1 feat: add whitespace_mode external
741096cb43 fix: navigate to editor_file_path only if it's buffer was restored
c8840f0756 fix: make sure project state is freed with the correct allocator
20129ea773 feat: save and restore mainview state when switching projects
Compare 6 commits »
neurocyte pushed to master at neurocyte/flow 2025-11-26 15:26:56 +00:00
690498fdcc feat: add modes_can_change_cursor configuration option
neurocyte pushed to master at neurocyte/flow 2025-11-26 11:53:00 +00:00
c1707b132e fix: smart select next find mode if find mode is .auto
891b80e5bb fix: case fold find pattern in find_all_ranges mode .case_folded
Compare 2 commits »
neurocyte pushed tag v0.6.0-166-g29231ad8 to neurocyte/flow-nightly 2025-11-26 11:16:10 +00:00
neurocyte pushed to master at neurocyte/flow 2025-11-26 11:14:08 +00:00
29231ad87a fix: windows build
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 »