WIP
This commit is contained in:
parent
72b9dc8216
commit
dfc7c81500
12 changed files with 8192 additions and 8211 deletions
|
@ -90,7 +90,7 @@ pub struct BreadcrumbText {
|
|||
pub highlights: Option<Vec<(Range<usize>, HighlightStyle)>>,
|
||||
}
|
||||
|
||||
pub trait Item: Render + EventEmitter + Send {
|
||||
pub trait Item: Render + EventEmitter {
|
||||
fn deactivated(&mut self, _: &mut ViewContext<Self>) {}
|
||||
fn workspace_deactivated(&mut self, _: &mut ViewContext<Self>) {}
|
||||
fn navigate(&mut self, _: Box<dyn Any>, _: &mut ViewContext<Self>) -> bool {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue