Comment out unimplemented View items, fixes #132
This commit is contained in:
parent
375de393d8
commit
ea82536673
1 changed files with 6 additions and 6 deletions
12
src/menu.rs
12
src/menu.rs
|
|
@ -239,9 +239,9 @@ pub fn menu_bar<'a>(
|
|||
menu_tab_width(6),
|
||||
menu_tab_width(7),
|
||||
menu_tab_width(8),
|
||||
MenuTree::new(horizontal_rule(1)),
|
||||
menu_item(fl!("convert-indentation-to-spaces"), Action::Todo),
|
||||
menu_item(fl!("convert-indentation-to-tabs"), Action::Todo),
|
||||
//TODO MenuTree::new(horizontal_rule(1)),
|
||||
//TODO menu_item(fl!("convert-indentation-to-spaces"), Action::Todo),
|
||||
//TODO menu_item(fl!("convert-indentation-to-tabs"), Action::Todo),
|
||||
],
|
||||
),
|
||||
MenuTree::new(horizontal_rule(1)),
|
||||
|
|
@ -252,11 +252,11 @@ pub fn menu_bar<'a>(
|
|||
Action::ToggleLineNumbers,
|
||||
),
|
||||
menu_checkbox(fl!("highlight-current-line"), false, Action::Todo),
|
||||
menu_item(fl!("syntax-highlighting"), Action::Todo),
|
||||
//TODO: menu_item(fl!("syntax-highlighting"), Action::Todo),
|
||||
MenuTree::new(horizontal_rule(1)),
|
||||
menu_item(fl!("menu-settings"), Action::ToggleSettingsPage),
|
||||
MenuTree::new(horizontal_rule(1)),
|
||||
menu_item(fl!("menu-keyboard-shortcuts"), Action::Todo),
|
||||
//TODO MenuTree::new(horizontal_rule(1)),
|
||||
//TODO menu_item(fl!("menu-keyboard-shortcuts"), Action::Todo),
|
||||
MenuTree::new(horizontal_rule(1)),
|
||||
menu_item(fl!("about-cosmic-text-editor"), Action::Todo),
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue