ZIm/crates/language_tools2/src
Piotr Osiewicz dc1ed3c39d
Titlebar project menu double click (#3784)
This addresses a bug where popover menus in the titlebar were rendered
only after a 2nd click. The first click was creating the View which the
second one then rendered.
In addition to this, `PopoverMenu::menu` function argument can now
return an `Option<View<T>>` instead of `View<T>` as the creation of the
menu can fail (as it might in case of git popover).

Release Notes:

- N/A
2023-12-22 17:18:12 +01:00
..
language_tools.rs Create a new crate 2023-12-20 18:23:08 +02:00
lsp_log.rs Titlebar project menu double click (#3784) 2023-12-22 17:18:12 +01:00
lsp_log_tests.rs Uncomment tests 2023-12-20 18:23:08 +02:00
syntax_tree_view.rs Titlebar project menu double click (#3784) 2023-12-22 17:18:12 +01:00