Merge branch 'main' into ime-support-2
This commit is contained in:
commit
ca3e73106c
32 changed files with 2520 additions and 1790 deletions
|
@ -285,7 +285,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