ZIm/crates/language/src
Kirill Bulatov c83d007138
Remove non-wrapping settings from the language configuration (#18412)
Closes https://github.com/zed-industries/zed/issues/17736

Those are limited with 1024 symbols before wrapping still, and were
introduced for git diff deleted hunks display.
Instead of confusing people with actually wrapping, restores behavior
that was before https://github.com/zed-industries/zed/pull/11080

Release Notes:

- Removed confusing soft wrap option behavior
([#17736]https://github.com/zed-industries/zed/issues/17736)
2024-09-26 23:43:58 +03:00
..
syntax_map Replace Default trait bound with a zero function on Summary/Dimension (#17975) 2024-09-17 19:43:59 -06:00
buffer.rs Proposed changes editor features (#18373) 2024-09-25 16:33:00 -07:00
buffer_tests.rs Proposed changes editor features (#18373) 2024-09-25 16:33:00 -07:00
diagnostic_set.rs Replace Default trait bound with a zero function on Summary/Dimension (#17975) 2024-09-17 19:43:59 -06:00
highlight_map.rs Docs for indent_size_for_line and co 2024-01-09 20:50:34 +01:00
language.rs Make python run local worktree LSPs (#18353) 2024-09-25 12:45:41 -07:00
language_registry.rs lsp: Remove reinstall, update config (#18318) 2024-09-25 10:45:56 -07:00
language_settings.rs Remove non-wrapping settings from the language configuration (#18412) 2024-09-26 23:43:58 +03:00
markdown.rs Disable definition lists in Markdown (#17648) 2024-09-10 11:16:27 -04:00
outline.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
proto.rs lsp: Pass back diagnostic .data when querying code actions for it (#14962) 2024-07-22 17:49:11 +02:00
syntax_map.rs chore: Fix violations of elided_named_lifetimes (#18330) 2024-09-25 12:27:57 +02:00
task_context.rs Allow task context providers to access project env (#17964) 2024-09-17 21:49:12 +02:00