Files
oak-gpui/crates
Piotr Osiewicz b9f5cb0301 recent_projects: Perform fuzzy search on compacted paths. (#2703)
Match highlighting for recent projects picker was off, because the path
representation was compacted - for a path '/Users/hiro/Projects/zed' we
compact it to use a tilde instead of home directory. However, the
highlight positions were always calculated for a full path, leading to a
mismatch in highlights. This commit addresses this by running fuzzy
search on compacted paths instead of using long paths. This might lead
to a slight performance hit, but given that recent projects modal
shouldn't have that many items in the first place, it should be okay.

Z-2546

Release Notes:

- Fixed result highlighting in "Recent projects" modal.
2023-07-12 11:47:28 +02:00
..
2023-07-11 13:58:55 -04:00
2023-07-11 13:58:55 -04:00
2023-07-11 13:58:55 -04:00
2023-07-11 13:58:55 -04:00
2023-07-11 13:58:55 -04:00
2023-07-03 16:25:36 +02:00
2023-02-27 12:06:10 -08:00
2023-06-02 22:02:19 -04:00
2023-06-02 22:02:19 -04:00
2023-07-11 21:56:55 +03:00
2023-06-29 17:49:42 -07:00
2023-06-29 22:25:49 +03:00
2023-06-29 22:39:33 +03:00
2023-06-02 22:02:19 -04:00
2023-06-02 22:02:19 -04:00
2023-06-30 22:03:21 +03:00
2023-06-22 18:06:52 +02:00