working diagnostic popover. Also renamed GoToNextDiagnostic to GoToDiagnostic and adjusted it's action to jump to the popover's diagnostic if it is visible
This commit is contained in:
parent
dbedc30abe
commit
95952f0c66
11 changed files with 355 additions and 165 deletions
|
@ -281,7 +281,7 @@ pub fn menus() -> Vec<Menu<'static>> {
|
|||
MenuItem::Separator,
|
||||
MenuItem::Action {
|
||||
name: "Next Problem",
|
||||
action: Box::new(editor::GoToNextDiagnostic),
|
||||
action: Box::new(editor::GoToDiagnostic),
|
||||
},
|
||||
MenuItem::Action {
|
||||
name: "Previous Problem",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue