zed/crates/theme/src
Piotr Osiewicz 4cb8647702
Z 1200/replace in buffer (#2922)
This is still WIP, mostly pending styling. I added a pretty rudimentary
text field and no buttons whatsoever other than that. I am targeting a
Preview of 09.13, as I am gonna be on PTO for the next week.

I dislike the current implementation slightly because of `regex`'s crate
syntax and lack of support of backreferences. What strikes me as odd wrt
to syntax is that it will just replace a capture name with empty string
if that capture is missing from the regex. While this is perfectly fine
behaviour for conditionally-matched capture groups (e.g. `(foo)?`), I
think it should still error out if there's no group with a given name
(conditional or not).
Release Notes:

- Added "Replace" functionality to buffer search.
2023-09-12 18:46:54 +02:00
..
components.rs Merge branch 'main' into disclosable-component 2023-08-23 16:30:27 -07:00
theme_registry.rs Avoid deserializing all themes to compute settings JSON schema 2023-07-14 14:29:22 -07:00
theme_settings.rs Fully revert the line height change 2023-07-20 15:39:22 +03:00
theme.rs Z 1200/replace in buffer (#2922) 2023-09-12 18:46:54 +02:00
ui.rs Merge branch 'main' into divs 2023-08-22 16:35:56 -06:00