|
28 | 28 | import java.util.List; |
29 | 29 | import java.util.Map; |
30 | 30 |
|
31 | | -import static com.jecelyin.editor.v2.common.Command.CommandEnum.CURSOR_BACK; |
32 | | -import static com.jecelyin.editor.v2.common.Command.CommandEnum.CURSOR_FORWARD; |
33 | 31 | import static com.jecelyin.editor.v2.common.Command.CommandEnum.DOC_INFO; |
34 | 32 | import static com.jecelyin.editor.v2.common.Command.CommandEnum.FIND; |
35 | 33 | import static com.jecelyin.editor.v2.common.Command.CommandEnum.FORMAT_SOURCE; |
@@ -124,8 +122,6 @@ private void initAllMenuItem() { |
124 | 122 | menuItemInfos.add(new MenuItemInfo(MenuGroup.EDIT, R.id.action_goto_top, GOTO_TOP, R.drawable.ic_vertical_align_top_white_24dp, R.string.jump_to_start)); |
125 | 123 | menuItemInfos.add(new MenuItemInfo(MenuGroup.EDIT, R.id.action_goto_end, GOTO_END, R.drawable.ic_vertical_align_bottom_white_24dp, R.string.jump_to_end)); |
126 | 124 | menuItemInfos.add(new MenuItemInfo(MenuGroup.EDIT, R.id.action_goto_line, GOTO_INDEX, R.drawable.m_goto_line, R.string.goto_line)); |
127 | | - menuItemInfos.add(new MenuItemInfo(MenuGroup.EDIT, R.id.action_cursor_back, CURSOR_BACK, R.drawable.ic_arrow_back_white_24dp, R.string.cursor_back)); |
128 | | - menuItemInfos.add(new MenuItemInfo(MenuGroup.EDIT, R.id.action_cursor_forward, CURSOR_FORWARD, R.drawable.ic_arrow_forward_white_24dp, R.string.cursor_forward)); |
129 | 125 | menuItemInfos.add(new MenuItemInfo(MenuGroup.EDIT, R.id.action_share_code, SHARE_CODE, R.drawable.baseline_share_24, R.string.share_code)); |
130 | 126 | menuItemInfos.add(new MenuItemInfo(MenuGroup.EDIT, R.id.action_format_source, FORMAT_SOURCE, R.drawable.baseline_format_indent_increase_24, R.string.format_source)); |
131 | 127 |
|
|
0 commit comments