mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-22 15:39:34 +00:00
feature(edit) ace v1.1.5
This commit is contained in:
parent
bd823896aa
commit
d5cc93a815
294 changed files with 44517 additions and 45748 deletions
|
|
@ -1,5 +1,5 @@
|
|||
ace.define('ace/snippets/actionscript', ['require', 'exports', 'module' ], function(require, exports, module) {
|
||||
|
||||
ace.define("ace/snippets/actionscript",["require","exports","module"], function(require, exports, module) {
|
||||
"use strict";
|
||||
|
||||
exports.snippetText = "snippet main\n\
|
||||
package {\n\
|
||||
|
|
@ -34,13 +34,9 @@ snippet all\n\
|
|||
${1:public|internal|final} class ${2:name} ${3:extends } {\n\
|
||||
private|public| static const FOO = \"abc\";\n\
|
||||
private|public| static var BAR = \"abc\";\n\
|
||||
\n\
|
||||
// class initializer - no JIT !! one time setup\n\
|
||||
if Cababilities.os == \"Linux|MacOS\" {\n\
|
||||
FOO = \"other\";\n\
|
||||
}\n\
|
||||
\n\
|
||||
// constructor:\n\
|
||||
public function $2 ( ){\n\
|
||||
super2();\n\
|
||||
trace(\"start\");\n\
|
||||
|
|
@ -53,7 +49,6 @@ snippet all\n\
|
|||
}\n\
|
||||
\n\
|
||||
function A(){\n\
|
||||
// A can only be accessed within this file\n\
|
||||
}\n\
|
||||
snippet switch\n\
|
||||
switch(${1}){\n\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue