zed/crates/editor/src
Mikayla Maki b5fa5beee4
Fix typos discovered by codespell (#6718)
> codespell --skip="*.json,*.rtf" \

--ignore-words-list=crate,delet,inout,iterm,jumo,lightening,othe,ser,tabe,te,tese,thi,updat
* https://github.com/codespell-project/codespell/blob/master/README.rst

Release Notes:

- N/A
2024-01-25 10:57:18 -08:00
..
display_map Fix rendering of diagnostic blocks 2024-01-23 16:28:58 -07:00
scroll Editor docs (#4097) 2024-01-18 00:48:37 +01:00
test gpui: Further docs refinement & moved some reexports into 'private' module (#3935) 2024-01-07 14:14:21 +01:00
actions.rs Improve performance of select-all-matches 2024-01-25 13:35:22 +01:00
blink_manager.rs Remove 2 suffix for editor 2024-01-03 10:58:57 -08:00
display_map.rs Start documenting display_map module 2024-01-18 16:38:06 +01:00
editor.rs language: Accept multiple values in line_comment language knob. (#6713) 2024-01-25 19:25:21 +01:00
editor_settings.rs Display setting documentation in settings.json (#3936) 2024-01-08 19:30:18 +01:00
editor_tests.rs language: Accept multiple values in line_comment language knob. (#6713) 2024-01-25 19:25:21 +01:00
element.rs Fix typos discovered by codespell 2024-01-25 18:32:32 +01:00
git.rs Track read_only per project and buffer 2024-01-03 19:31:43 -07:00
highlight_matching_bracket.rs Remove 2 suffix for editor 2024-01-03 10:58:57 -08:00
hover_popover.rs One off 2024-01-22 15:53:12 -07:00
inlay_hint_cache.rs Fix typos discovered by codespell 2024-01-25 18:32:32 +01:00
items.rs Fix scroll jitter by ignoring autoscroll events if following 2024-01-23 16:16:21 +01:00
link_go_to_definition.rs Editor docs (#4097) 2024-01-18 00:48:37 +01:00
mouse_context_menu.rs Remove 2 suffix for editor 2024-01-03 10:58:57 -08:00
movement.rs Editor docs (#4097) 2024-01-18 00:48:37 +01:00
persistence.rs
rust_analyzer_ext.rs Remove 2 suffix for editor 2024-01-03 10:58:57 -08:00
scroll.rs Fix horizontal scroll going too far to the left 2024-01-23 12:28:50 +01:00
selections_collection.rs Editor docs (#4097) 2024-01-18 00:48:37 +01:00
test.rs Remove some todo!'s 2024-01-09 11:36:36 +02:00