zed2: Port outline view

This commit is contained in:
Julia 2023-12-04 11:44:32 -05:00
parent ee23fa43dc
commit 5ab6874ae9
7 changed files with 330 additions and 2 deletions

View file

@ -79,6 +79,7 @@ impl FocusableView for LanguageSelector {
self.picker.focus_handle(cx)
}
}
impl EventEmitter<DismissEvent> for LanguageSelector {}
pub struct LanguageSelectorDelegate {