ZIm/crates/editor/src
Marshall Bowers 90f4c70a82
Rename h_stack and v_stack to h_flex and v_flex, respectively (#4053)
This PR renames the `h_stack` and `v_stack` to `h_flex` and `v_flex`,
respectively.

We were previously using `h_stack` and `v_stack` to match SwiftUI, but
`h_flex` and `v_flex` fit better with the web/flexbox terminology that
the rest of GPUI uses.

Additionally, we were already calling the utility functions used to
implement `h_stack` and `v_stack` by the new names.

Release Notes:

- N/A
2024-01-15 11:34:06 -05:00
..
display_map gpui: Make TextSystem::line_wrapper non-fallible. (#4022) 2024-01-11 18:52:00 +01:00
scroll Fix / remove small todos 2024-01-09 14:16:46 -08:00
test gpui: Further docs refinement & moved some reexports into 'private' module (#3935) 2024-01-07 14:14:21 +01:00
blink_manager.rs Remove 2 suffix for editor 2024-01-03 10:58:57 -08:00
display_map.rs Even more docs 2024-01-09 12:02:12 -07:00
editor.rs Rename h_stack and v_stack to h_flex and v_flex, respectively (#4053) 2024-01-15 11:34:06 -05:00
editor_settings.rs Display setting documentation in settings.json (#3936) 2024-01-08 19:30:18 +01:00
editor_tests.rs Fix / remove small todos 2024-01-09 14:16:46 -08:00
element.rs Rename h_stack and v_stack to h_flex and v_flex, respectively (#4053) 2024-01-15 11:34:06 -05: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 Restore hover action in the editor 2024-01-11 16:19:44 +02:00
inlay_hint_cache.rs Track read_only per project and buffer 2024-01-03 19:31:43 -07:00
items.rs Rename h_stack and v_stack to h_flex and v_flex, respectively (#4053) 2024-01-15 11:34:06 -05:00
link_go_to_definition.rs Improve deactivate simulation 2024-01-04 22:06:52 -07:00
mouse_context_menu.rs Remove 2 suffix for editor 2024-01-03 10:58:57 -08:00
movement.rs Fix / remove small todos 2024-01-09 14:16:46 -08:00
persistence.rs wip 2023-01-25 11:32:19 -08:00
rust_analyzer_ext.rs Remove 2 suffix for editor 2024-01-03 10:58:57 -08:00
scroll.rs Fix panic in set_scroll_anchor_remote 2024-01-09 14:19:48 -07:00
selections_collection.rs Remove 2 suffix for editor 2024-01-03 10:58:57 -08:00
test.rs Remove some todo!'s 2024-01-09 11:36:36 +02:00