zed/assets
ᴀᴍᴛᴏᴀᴇʀ 95b06097ee
Add support for auto surround (#13217)
![result](https://github.com/zed-industries/zed/assets/32017007/c400081f-be5d-48fa-994f-90a00e2be359)

In the past, Zed used a single switch called `autoclose` to control both
`autoclose` and `auto_surround` functionalities:
+ `autoclose`: when input '(', append ')' automatically.
+ `auto_surround`: when select text and input '(', surround text with
'(' and ')' automatically.

This PR separates `auto_surround` from `autoclose` to support `<`. 

Previously, if `autoclose` of `<` was set to `false`, `auto_surround`
couldn't be used. However, setting `autoclose` to `true` would affect
the default behavior of simple expression. For example, `a < b` would
become `a <> b`.

For more information, see #13187.

Fix #12898.

Release Notes:

- Added support for `auto_surround`
([#12898](https://github.com/zed-industries/zed/issues/12898)).
2024-06-20 12:48:46 +03:00
..
fonts Remove unused font 2024-01-24 13:14:47 +01:00
icons Add more menus to Zed (#12940) 2024-06-18 12:16:54 -07:00
keymaps linux: Cleanup comments in keymap (#13299) 2024-06-20 11:28:53 +02:00
settings Add support for auto surround (#13217) 2024-06-20 12:48:46 +03:00
sounds Update collaboration sounds, add sounds to screensharing 2023-07-04 16:18:42 -04:00
themes Indent guides (#11503) 2024-05-23 15:50:59 +02:00