mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 01:47:35 +00:00
feature(edit) rm setOptions
This commit is contained in:
parent
975fca05ff
commit
abf33b8f4f
1 changed files with 0 additions and 5 deletions
|
|
@ -71,11 +71,6 @@ var CloudCmd, Util, DOM, CloudFunc, ace, DiffProto, diff_match_patch;
|
|||
lMode = Modelist.getModeForPath(lName).mode;
|
||||
Session.setMode(lMode);
|
||||
|
||||
Ace.setOptions({
|
||||
enableBasicAutocompletion : true,
|
||||
enableSnippets : true
|
||||
});
|
||||
|
||||
if (Util.isString(pValue)) {
|
||||
Ace.setValue(pValue);
|
||||
CloudCmd.View.show(Element, focus);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue