mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(edit) mv theme to json
This commit is contained in:
parent
cfdc998bf4
commit
0325d5355f
2 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"options": {
|
||||
"theme": "ace/theme/tomorrow_night_blue",
|
||||
"enableBasicAutocompletion": true,
|
||||
"enableSnippets": false,
|
||||
"showPrintMargin": false,
|
||||
|
|
|
|||
|
|
@ -167,8 +167,6 @@ var CloudCmd, Util, DOM, CloudFunc, ace, DiffProto, diff_match_patch, Zip;
|
|||
Ace = ace.edit(Element);
|
||||
Session = Ace.getSession();
|
||||
|
||||
Ace.setTheme('ace/theme/tomorrow_night_blue');
|
||||
|
||||
Ace.commands.addCommand({
|
||||
name : 'hide',
|
||||
bindKey : { win: 'Esc', mac: 'Esc' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue