mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
feature(edit) add "Go To Line"
This commit is contained in:
parent
327efb749b
commit
dd3f0b133d
1 changed files with 2 additions and 1 deletions
|
|
@ -377,7 +377,8 @@ var CloudCmd, Util, DOM, CloudFunc, ace, DiffProto, diff_match_patch, Zip, MenuI
|
|||
};
|
||||
|
||||
Menu = new MenuIO(element, options, {
|
||||
'Save': save
|
||||
'Save Ctrl+S': save,
|
||||
'Go To Line Ctrl+G': Edit.goToLine
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue