mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
feature(edit) menu: add "Select All"
This commit is contained in:
parent
5da0c9e0bd
commit
cff5ff1019
1 changed files with 1 additions and 0 deletions
|
|
@ -382,6 +382,7 @@ var CloudCmd, Util, DOM, CloudFunc, ace, DiffProto, diff_match_patch, Zip, MenuI
|
|||
Menu = new MenuIO(element, options, {
|
||||
'Save Ctrl+S' : save,
|
||||
'Go To Line Ctrl+G' : Edit.goToLine,
|
||||
'Select All Ctrl+A' : Ace.selectAll.bind(Ace),
|
||||
'Close Esc' : Edit.hide
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue