ZIm/docs/src
Tim Masliuchenko 7855b9e9a8
Allow to handle autoclosed characters differently (#8666)
Adds the `always_treat_brackets_as_autoclosed` setting to control how
the autoclosed characters are handled.

The setting is off by default, meaning the behaviour stays the same
(following how VSCode handles autoclosed characters).
When set to `true`, the autoclosed characters are always skipped over
and auto-removed no matter how they were inserted (following how Sublime
Text/Xcode handle this).


https://github.com/zed-industries/zed/assets/471335/304cd04a-59fe-450f-9c65-cc31b781b0db


https://github.com/zed-industries/zed/assets/471335/0f5b09c2-260f-48d4-8528-23f122dee45f

Release Notes:

- Added the setting `always_treat_brackets_as_autoclosed` (default:
`false`) to always treat brackets as "auto-closed" brackets, i.e.
deleting the pair when deleting start/end, etc.
([#7146](https://github.com/zed-industries/zed/issues/7146)).

---------

Co-authored-by: Thorsten Ball <mrnugget@gmail.com>
2024-03-20 09:35:42 +01:00
..
languages docs: Use plain quotes for callouts (#9499) 2024-03-18 10:54:05 -04:00
CODE_OF_CONDUCT.md Adjust heading levels in docs (#7163) 2024-01-31 12:34:31 -05:00
configuring_zed.md Allow to handle autoclosed characters differently (#8666) 2024-03-20 09:35:42 +01:00
configuring_zed__configuring_vim.md vim: smartcase find option (#9033) 2024-03-07 19:44:20 -07:00
configuring_zed__key_bindings.md Add keyboard shortcut to suppress prompt while deleting files/dirs (#9452) 2024-03-18 11:43:43 -07:00
developing_zed__adding_languages.md Adjust heading levels in docs (#7163) 2024-01-31 12:34:31 -05:00
developing_zed__building_zed.md Windows: Add document (#8948) 2024-03-07 15:41:15 -08:00
developing_zed__building_zed_linux.md Add other vkcube command to Linux docs (#8543) 2024-02-28 15:07:28 -08:00
developing_zed__building_zed_macos.md Update docs for building Zed (#8092) 2024-02-20 17:34:13 -05:00
developing_zed__building_zed_windows.md Update developing_zed__building_zed_windows.md (#9477) 2024-03-18 11:04:09 -07:00
developing_zed__debugging_crashes.md Add ./script/symbolicate (#8165) 2024-02-22 08:50:39 -07:00
developing_zed__local_collaboration.md Adjust heading levels in docs (#7163) 2024-01-31 12:34:31 -05:00
feedback.md Adjust heading levels in docs (#7163) 2024-01-31 12:34:31 -05:00
getting_started.md Docs: Made "Configuring Zed" a link (#8790) 2024-03-04 09:54:29 +01:00
SUMMARY.md docs: Use plain quotes for callouts (#9499) 2024-03-18 10:54:05 -04:00
system_requirements.md docs: Use plain quotes for callouts (#9499) 2024-03-18 10:54:05 -04:00
tasks.md docs: Use plain quotes for callouts (#9499) 2024-03-18 10:54:05 -04:00
telemetry.md Adjust heading levels in docs (#7163) 2024-01-31 12:34:31 -05:00