zed/styles/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
..
component Style the clear button better, add border to button constructor options 2023-08-31 18:31:21 +03:00
element Remove project divider in titlebar 2023-08-29 19:50:27 -04:00
style_tree Z 1200/replace in buffer (#2922) 2023-09-12 18:46:54 +02:00
theme Remove project divider in titlebar 2023-08-29 19:50:27 -04:00
themes Revert "Extract syntax highlighting properties from tree-sitter highlight queries (#2797)" 2023-08-02 12:15:39 -07:00
utils Delete snake_case.ts 2023-06-29 11:56:14 -04:00
build_licenses.ts Update & format 2023-06-29 11:41:51 -04:00
build_themes.ts Merge remote-tracking branch 'origin' into storybook 2023-09-01 10:08:48 -06:00
build_tokens.ts Format 2023-08-29 16:02:04 -04:00
build_types.ts WIP snake_case 2/? 2023-06-29 01:48:40 -04:00
common.ts Merge branch 'main' into collab-panel 2023-08-09 10:37:22 -07:00