ace-rails-ap 0.0.3 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/ace/rails/version.rb +1 -1
- data/vendor/assets/javascripts/ace.js +15680 -1
- data/vendor/assets/javascripts/keybinding-emacs.js +367 -1
- data/vendor/assets/javascripts/keybinding-vim.js +1635 -1
- data/vendor/assets/javascripts/mode-c9search.js +275 -0
- data/vendor/assets/javascripts/mode-c_cpp.js +744 -1
- data/vendor/assets/javascripts/mode-clojure.js +364 -1
- data/vendor/assets/javascripts/mode-coffee.js +527 -1
- data/vendor/assets/javascripts/mode-coldfusion.js +1966 -1
- data/vendor/assets/javascripts/mode-csharp.js +633 -1
- data/vendor/assets/javascripts/mode-css.js +499 -1
- data/vendor/assets/javascripts/mode-diff.js +250 -0
- data/vendor/assets/javascripts/{mode-c_cpp-uncompressed.js → mode-glsl.js} +147 -244
- data/vendor/assets/javascripts/mode-golang.js +681 -1
- data/vendor/assets/javascripts/mode-groovy.js +1240 -1
- data/vendor/assets/javascripts/mode-haxe.js +633 -1
- data/vendor/assets/javascripts/mode-html.js +2064 -1
- data/vendor/assets/javascripts/mode-java.js +1202 -1
- data/vendor/assets/javascripts/mode-javascript.js +1069 -1
- data/vendor/assets/javascripts/mode-json.js +588 -1
- data/vendor/assets/javascripts/{mode-haxe-uncompressed.js → mode-jsx.js} +189 -312
- data/vendor/assets/javascripts/mode-latex.js +95 -1
- data/vendor/assets/javascripts/mode-less.js +512 -1
- data/vendor/assets/javascripts/mode-liquid.js +1125 -1
- data/vendor/assets/javascripts/mode-lua.js +551 -1
- data/vendor/assets/javascripts/{mode-html-uncompressed.js → mode-luahtml.js} +544 -604
- data/vendor/assets/javascripts/{mode-coldfusion-uncompressed.js → mode-luapage.js} +2326 -2180
- data/vendor/assets/javascripts/mode-markdown.js +2369 -1
- data/vendor/assets/javascripts/mode-ocaml.js +464 -1
- data/vendor/assets/javascripts/mode-perl.js +432 -1
- data/vendor/assets/javascripts/mode-pgsql.js +970 -1
- data/vendor/assets/javascripts/mode-php.js +1718 -1
- data/vendor/assets/javascripts/mode-powershell.js +610 -1
- data/vendor/assets/javascripts/mode-python.js +397 -1
- data/vendor/assets/javascripts/mode-ruby.js +318 -1
- data/vendor/assets/javascripts/mode-scad.js +732 -1
- data/vendor/assets/javascripts/mode-scala.js +1237 -1
- data/vendor/assets/javascripts/mode-scss.js +537 -1
- data/vendor/assets/javascripts/mode-sh.js +250 -1
- data/vendor/assets/javascripts/mode-sql.js +140 -1
- data/vendor/assets/javascripts/mode-svg.js +1681 -1
- data/vendor/assets/javascripts/mode-tcl.js +320 -0
- data/vendor/assets/javascripts/mode-textile.js +182 -1
- data/vendor/assets/javascripts/mode-xml.js +829 -1
- data/vendor/assets/javascripts/mode-xquery.js +605 -1
- data/vendor/assets/javascripts/mode-yaml.js +189 -0
- data/vendor/assets/javascripts/theme-chrome.js +213 -1
- data/vendor/assets/javascripts/theme-clouds.js +167 -1
- data/vendor/assets/javascripts/theme-clouds_midnight.js +168 -1
- data/vendor/assets/javascripts/theme-cobalt.js +194 -1
- data/vendor/assets/javascripts/theme-crimson_editor.js +200 -1
- data/vendor/assets/javascripts/theme-dawn.js +198 -1
- data/vendor/assets/javascripts/theme-dreamweaver.js +230 -1
- data/vendor/assets/javascripts/theme-eclipse.js +157 -1
- data/vendor/assets/javascripts/theme-github.js +182 -0
- data/vendor/assets/javascripts/theme-idle_fingers.js +186 -1
- data/vendor/assets/javascripts/theme-kr_theme.js +189 -1
- data/vendor/assets/javascripts/theme-merbivore.js +189 -1
- data/vendor/assets/javascripts/theme-merbivore_soft.js +195 -1
- data/vendor/assets/javascripts/theme-mono_industrial.js +197 -1
- data/vendor/assets/javascripts/theme-monokai.js +194 -1
- data/vendor/assets/javascripts/theme-pastel_on_dark.js +199 -1
- data/vendor/assets/javascripts/theme-solarized_dark.js +180 -1
- data/vendor/assets/javascripts/theme-solarized_light.js +179 -1
- data/vendor/assets/javascripts/theme-textmate.js +216 -0
- data/vendor/assets/javascripts/theme-tomorrow.js +213 -1
- data/vendor/assets/javascripts/theme-tomorrow_night.js +213 -1
- data/vendor/assets/javascripts/theme-tomorrow_night_blue.js +213 -1
- data/vendor/assets/javascripts/theme-tomorrow_night_bright.js +213 -1
- data/vendor/assets/javascripts/theme-tomorrow_night_eighties.js +209 -1
- data/vendor/assets/javascripts/theme-twilight.js +211 -1
- data/vendor/assets/javascripts/theme-vibrant_ink.js +190 -1
- data/vendor/assets/javascripts/worker-coffee.js +83 -893
- data/vendor/assets/javascripts/worker-css.js +88 -1402
- data/vendor/assets/javascripts/worker-javascript.js +97 -812
- data/vendor/assets/javascripts/worker-json.js +84 -761
- data/vendor/assets/javascripts/worker-xquery.js +66464 -0
- metadata +12 -195
- data/vendor/assets/javascripts/ace-compat-noconflict.js +0 -1
- data/vendor/assets/javascripts/ace-compat-uncompressed-noconflict.js +0 -480
- data/vendor/assets/javascripts/ace-compat-uncompressed.js +0 -480
- data/vendor/assets/javascripts/ace-compat.js +0 -1
- data/vendor/assets/javascripts/ace-noconflict.js +0 -10
- data/vendor/assets/javascripts/ace-uncompressed-noconflict.js +0 -19976
- data/vendor/assets/javascripts/ace-uncompressed.js +0 -19976
- data/vendor/assets/javascripts/keybinding-emacs-noconflict.js +0 -1
- data/vendor/assets/javascripts/keybinding-emacs-uncompressed-noconflict.js +0 -150
- data/vendor/assets/javascripts/keybinding-emacs-uncompressed.js +0 -150
- data/vendor/assets/javascripts/keybinding-vim-noconflict.js +0 -1
- data/vendor/assets/javascripts/keybinding-vim-uncompressed-noconflict.js +0 -138
- data/vendor/assets/javascripts/keybinding-vim-uncompressed.js +0 -138
- data/vendor/assets/javascripts/mode-c_cpp-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-c_cpp-uncompressed-noconflict.js +0 -919
- data/vendor/assets/javascripts/mode-clojure-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-clojure-uncompressed-noconflict.js +0 -422
- data/vendor/assets/javascripts/mode-clojure-uncompressed.js +0 -422
- data/vendor/assets/javascripts/mode-coffee-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-coffee-uncompressed-noconflict.js +0 -607
- data/vendor/assets/javascripts/mode-coffee-uncompressed.js +0 -607
- data/vendor/assets/javascripts/mode-coldfusion-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-coldfusion-uncompressed-noconflict.js +0 -2458
- data/vendor/assets/javascripts/mode-csharp-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-csharp-uncompressed-noconflict.js +0 -769
- data/vendor/assets/javascripts/mode-csharp-uncompressed.js +0 -769
- data/vendor/assets/javascripts/mode-css-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-css-uncompressed-noconflict.js +0 -641
- data/vendor/assets/javascripts/mode-css-uncompressed.js +0 -641
- data/vendor/assets/javascripts/mode-golang-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-golang-uncompressed-noconflict.js +0 -378
- data/vendor/assets/javascripts/mode-golang-uncompressed.js +0 -378
- data/vendor/assets/javascripts/mode-groovy-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-groovy-uncompressed-noconflict.js +0 -1393
- data/vendor/assets/javascripts/mode-groovy-uncompressed.js +0 -1393
- data/vendor/assets/javascripts/mode-haxe-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-haxe-uncompressed-noconflict.js +0 -769
- data/vendor/assets/javascripts/mode-html-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-html-uncompressed-noconflict.js +0 -2475
- data/vendor/assets/javascripts/mode-java-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-java-uncompressed-noconflict.js +0 -1395
- data/vendor/assets/javascripts/mode-java-uncompressed.js +0 -1395
- data/vendor/assets/javascripts/mode-javascript-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-javascript-uncompressed-noconflict.js +0 -1226
- data/vendor/assets/javascripts/mode-javascript-uncompressed.js +0 -1226
- data/vendor/assets/javascripts/mode-json-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-json-uncompressed-noconflict.js +0 -701
- data/vendor/assets/javascripts/mode-json-uncompressed.js +0 -701
- data/vendor/assets/javascripts/mode-latex-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-latex-uncompressed-noconflict.js +0 -95
- data/vendor/assets/javascripts/mode-latex-uncompressed.js +0 -95
- data/vendor/assets/javascripts/mode-less-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-less-uncompressed-noconflict.js +0 -655
- data/vendor/assets/javascripts/mode-less-uncompressed.js +0 -655
- data/vendor/assets/javascripts/mode-liquid-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-liquid-uncompressed-noconflict.js +0 -1353
- data/vendor/assets/javascripts/mode-liquid-uncompressed.js +0 -1353
- data/vendor/assets/javascripts/mode-lua-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-lua-uncompressed-noconflict.js +0 -523
- data/vendor/assets/javascripts/mode-lua-uncompressed.js +0 -523
- data/vendor/assets/javascripts/mode-markdown-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-markdown-uncompressed-noconflict.js +0 -2925
- data/vendor/assets/javascripts/mode-markdown-uncompressed.js +0 -2925
- data/vendor/assets/javascripts/mode-ocaml-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-ocaml-uncompressed-noconflict.js +0 -539
- data/vendor/assets/javascripts/mode-ocaml-uncompressed.js +0 -539
- data/vendor/assets/javascripts/mode-perl-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-perl-uncompressed-noconflict.js +0 -574
- data/vendor/assets/javascripts/mode-perl-uncompressed.js +0 -574
- data/vendor/assets/javascripts/mode-pgsql-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-pgsql-uncompressed-noconflict.js +0 -1104
- data/vendor/assets/javascripts/mode-pgsql-uncompressed.js +0 -1104
- data/vendor/assets/javascripts/mode-php-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-php-uncompressed-noconflict.js +0 -1885
- data/vendor/assets/javascripts/mode-php-uncompressed.js +0 -1885
- data/vendor/assets/javascripts/mode-powershell-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-powershell-uncompressed-noconflict.js +0 -710
- data/vendor/assets/javascripts/mode-powershell-uncompressed.js +0 -710
- data/vendor/assets/javascripts/mode-python-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-python-uncompressed-noconflict.js +0 -507
- data/vendor/assets/javascripts/mode-python-uncompressed.js +0 -507
- data/vendor/assets/javascripts/mode-ruby-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-ruby-uncompressed-noconflict.js +0 -391
- data/vendor/assets/javascripts/mode-ruby-uncompressed.js +0 -391
- data/vendor/assets/javascripts/mode-scad-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-scad-uncompressed-noconflict.js +0 -907
- data/vendor/assets/javascripts/mode-scad-uncompressed.js +0 -907
- data/vendor/assets/javascripts/mode-scala-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-scala-uncompressed-noconflict.js +0 -1395
- data/vendor/assets/javascripts/mode-scala-uncompressed.js +0 -1395
- data/vendor/assets/javascripts/mode-scss-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-scss-uncompressed-noconflict.js +0 -679
- data/vendor/assets/javascripts/mode-scss-uncompressed.js +0 -679
- data/vendor/assets/javascripts/mode-sh-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-sh-uncompressed-noconflict.js +0 -289
- data/vendor/assets/javascripts/mode-sh-uncompressed.js +0 -289
- data/vendor/assets/javascripts/mode-sql-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-sql-uncompressed-noconflict.js +0 -159
- data/vendor/assets/javascripts/mode-sql-uncompressed.js +0 -159
- data/vendor/assets/javascripts/mode-svg-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-svg-uncompressed-noconflict.js +0 -2137
- data/vendor/assets/javascripts/mode-svg-uncompressed.js +0 -2137
- data/vendor/assets/javascripts/mode-text-noconflict.js +0 -0
- data/vendor/assets/javascripts/mode-text-uncompressed-noconflict.js +0 -0
- data/vendor/assets/javascripts/mode-text-uncompressed.js +0 -0
- data/vendor/assets/javascripts/mode-textile-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-textile-uncompressed-noconflict.js +0 -254
- data/vendor/assets/javascripts/mode-textile-uncompressed.js +0 -254
- data/vendor/assets/javascripts/mode-xml-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-xml-uncompressed-noconflict.js +0 -1012
- data/vendor/assets/javascripts/mode-xml-uncompressed.js +0 -1012
- data/vendor/assets/javascripts/mode-xquery-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-xquery-uncompressed-noconflict.js +0 -540
- data/vendor/assets/javascripts/mode-xquery-uncompressed.js +0 -540
- data/vendor/assets/javascripts/theme-chrome-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-chrome-uncompressed-noconflict.js +0 -207
- data/vendor/assets/javascripts/theme-chrome-uncompressed.js +0 -207
- data/vendor/assets/javascripts/theme-clouds-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-clouds-uncompressed-noconflict.js +0 -160
- data/vendor/assets/javascripts/theme-clouds-uncompressed.js +0 -160
- data/vendor/assets/javascripts/theme-clouds_midnight-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-clouds_midnight-uncompressed-noconflict.js +0 -161
- data/vendor/assets/javascripts/theme-clouds_midnight-uncompressed.js +0 -161
- data/vendor/assets/javascripts/theme-cobalt-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-cobalt-uncompressed-noconflict.js +0 -187
- data/vendor/assets/javascripts/theme-cobalt-uncompressed.js +0 -187
- data/vendor/assets/javascripts/theme-crimson_editor-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-crimson_editor-uncompressed-noconflict.js +0 -198
- data/vendor/assets/javascripts/theme-crimson_editor-uncompressed.js +0 -198
- data/vendor/assets/javascripts/theme-dawn-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-dawn-uncompressed-noconflict.js +0 -191
- data/vendor/assets/javascripts/theme-dawn-uncompressed.js +0 -191
- data/vendor/assets/javascripts/theme-dreamweaver-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-dreamweaver-uncompressed-noconflict.js +0 -227
- data/vendor/assets/javascripts/theme-dreamweaver-uncompressed.js +0 -227
- data/vendor/assets/javascripts/theme-eclipse-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-eclipse-uncompressed-noconflict.js +0 -147
- data/vendor/assets/javascripts/theme-eclipse-uncompressed.js +0 -147
- data/vendor/assets/javascripts/theme-idle_fingers-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-idle_fingers-uncompressed-noconflict.js +0 -179
- data/vendor/assets/javascripts/theme-idle_fingers-uncompressed.js +0 -179
- data/vendor/assets/javascripts/theme-kr_theme-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-kr_theme-uncompressed-noconflict.js +0 -182
- data/vendor/assets/javascripts/theme-kr_theme-uncompressed.js +0 -182
- data/vendor/assets/javascripts/theme-merbivore-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-merbivore-uncompressed-noconflict.js +0 -182
- data/vendor/assets/javascripts/theme-merbivore-uncompressed.js +0 -182
- data/vendor/assets/javascripts/theme-merbivore_soft-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-merbivore_soft-uncompressed-noconflict.js +0 -188
- data/vendor/assets/javascripts/theme-merbivore_soft-uncompressed.js +0 -188
- data/vendor/assets/javascripts/theme-mono_industrial-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-mono_industrial-uncompressed-noconflict.js +0 -190
- data/vendor/assets/javascripts/theme-mono_industrial-uncompressed.js +0 -190
- data/vendor/assets/javascripts/theme-monokai-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-monokai-uncompressed-noconflict.js +0 -191
- data/vendor/assets/javascripts/theme-monokai-uncompressed.js +0 -191
- data/vendor/assets/javascripts/theme-pastel_on_dark-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-pastel_on_dark-uncompressed-noconflict.js +0 -192
- data/vendor/assets/javascripts/theme-pastel_on_dark-uncompressed.js +0 -192
- data/vendor/assets/javascripts/theme-solarized_dark-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-solarized_dark-uncompressed-noconflict.js +0 -176
- data/vendor/assets/javascripts/theme-solarized_dark-uncompressed.js +0 -176
- data/vendor/assets/javascripts/theme-solarized_light-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-solarized_light-uncompressed-noconflict.js +0 -172
- data/vendor/assets/javascripts/theme-solarized_light-uncompressed.js +0 -172
- data/vendor/assets/javascripts/theme-textmate-noconflict.js +0 -0
- data/vendor/assets/javascripts/theme-textmate-uncompressed-noconflict.js +0 -0
- data/vendor/assets/javascripts/theme-textmate-uncompressed.js +0 -0
- data/vendor/assets/javascripts/theme-tomorrow-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-tomorrow-uncompressed-noconflict.js +0 -206
- data/vendor/assets/javascripts/theme-tomorrow-uncompressed.js +0 -206
- data/vendor/assets/javascripts/theme-tomorrow_night-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-tomorrow_night-uncompressed-noconflict.js +0 -206
- data/vendor/assets/javascripts/theme-tomorrow_night-uncompressed.js +0 -206
- data/vendor/assets/javascripts/theme-tomorrow_night_blue-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-tomorrow_night_blue-uncompressed-noconflict.js +0 -209
- data/vendor/assets/javascripts/theme-tomorrow_night_blue-uncompressed.js +0 -209
- data/vendor/assets/javascripts/theme-tomorrow_night_bright-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-tomorrow_night_bright-uncompressed-noconflict.js +0 -206
- data/vendor/assets/javascripts/theme-tomorrow_night_bright-uncompressed.js +0 -206
- data/vendor/assets/javascripts/theme-tomorrow_night_eighties-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-tomorrow_night_eighties-uncompressed-noconflict.js +0 -202
- data/vendor/assets/javascripts/theme-tomorrow_night_eighties-uncompressed.js +0 -202
- data/vendor/assets/javascripts/theme-twilight-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-twilight-uncompressed-noconflict.js +0 -204
- data/vendor/assets/javascripts/theme-twilight-uncompressed.js +0 -204
- data/vendor/assets/javascripts/theme-vibrant_ink-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-vibrant_ink-uncompressed-noconflict.js +0 -183
- data/vendor/assets/javascripts/theme-vibrant_ink-uncompressed.js +0 -183
@@ -0,0 +1,275 @@
|
|
1
|
+
/* ***** BEGIN LICENSE BLOCK *****
|
2
|
+
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
3
|
+
*
|
4
|
+
* The contents of this file are subject to the Mozilla Public License Version
|
5
|
+
* 1.1 (the "License"); you may not use this file except in compliance with
|
6
|
+
* the License. You may obtain a copy of the License at
|
7
|
+
* http://www.mozilla.org/MPL/
|
8
|
+
*
|
9
|
+
* Software distributed under the License is distributed on an "AS IS" basis,
|
10
|
+
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
11
|
+
* for the specific language governing rights and limitations under the
|
12
|
+
* License.
|
13
|
+
*
|
14
|
+
* The Original Code is Ajax.org Code Editor (ACE).
|
15
|
+
*
|
16
|
+
* The Initial Developer of the Original Code is
|
17
|
+
* Ajax.org B.V.
|
18
|
+
* Portions created by the Initial Developer are Copyright (C) 2010
|
19
|
+
* the Initial Developer. All Rights Reserved.
|
20
|
+
*
|
21
|
+
* Contributor(s):
|
22
|
+
* Garen J. Torikian <gjtorikian AT gmail DOT com>
|
23
|
+
*
|
24
|
+
* Alternatively, the contents of this file may be used under the terms of
|
25
|
+
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
26
|
+
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
27
|
+
* in which case the provisions of the GPL or the LGPL are applicable instead
|
28
|
+
* of those above. If you wish to allow use of your version of this file only
|
29
|
+
* under the terms of either the GPL or the LGPL, and not to allow others to
|
30
|
+
* use your version of this file under the terms of the MPL, indicate your
|
31
|
+
* decision by deleting the provisions above and replace them with the notice
|
32
|
+
* and other provisions required by the GPL or the LGPL. If you do not delete
|
33
|
+
* the provisions above, a recipient may use your version of this file under
|
34
|
+
* the terms of any one of the MPL, the GPL or the LGPL.
|
35
|
+
*
|
36
|
+
* ***** END LICENSE BLOCK ***** */
|
37
|
+
|
38
|
+
define('ace/mode/c9search', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/text', 'ace/tokenizer', 'ace/mode/c9search_highlight_rules', 'ace/mode/matching_brace_outdent', 'ace/mode/folding/c9search'], function(require, exports, module) {
|
39
|
+
|
40
|
+
|
41
|
+
var oop = require("../lib/oop");
|
42
|
+
var TextMode = require("./text").Mode;
|
43
|
+
var Tokenizer = require("../tokenizer").Tokenizer;
|
44
|
+
var C9SearchHighlightRules = require("./c9search_highlight_rules").C9SearchHighlightRules;
|
45
|
+
var MatchingBraceOutdent = require("./matching_brace_outdent").MatchingBraceOutdent;
|
46
|
+
var C9StyleFoldMode = require("./folding/c9search").FoldMode;
|
47
|
+
|
48
|
+
var Mode = function() {
|
49
|
+
this.$tokenizer = new Tokenizer(new C9SearchHighlightRules().getRules(), "i");
|
50
|
+
this.$outdent = new MatchingBraceOutdent();
|
51
|
+
this.foldingRules = new C9StyleFoldMode();
|
52
|
+
};
|
53
|
+
oop.inherits(Mode, TextMode);
|
54
|
+
|
55
|
+
(function() {
|
56
|
+
|
57
|
+
this.getNextLineIndent = function(state, line, tab) {
|
58
|
+
var indent = this.$getIndent(line);
|
59
|
+
return indent;
|
60
|
+
};
|
61
|
+
|
62
|
+
this.checkOutdent = function(state, line, input) {
|
63
|
+
return this.$outdent.checkOutdent(line, input);
|
64
|
+
};
|
65
|
+
|
66
|
+
this.autoOutdent = function(state, doc, row) {
|
67
|
+
this.$outdent.autoOutdent(doc, row);
|
68
|
+
};
|
69
|
+
|
70
|
+
}).call(Mode.prototype);
|
71
|
+
|
72
|
+
exports.Mode = Mode;
|
73
|
+
|
74
|
+
});
|
75
|
+
|
76
|
+
define('ace/mode/c9search_highlight_rules', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/text_highlight_rules'], function(require, exports, module) {
|
77
|
+
|
78
|
+
|
79
|
+
var oop = require("../lib/oop");
|
80
|
+
var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
|
81
|
+
|
82
|
+
var C9SearchHighlightRules = function() {
|
83
|
+
|
84
|
+
// regexp must not have capturing parentheses. Use (?:) instead.
|
85
|
+
// regexps are ordered -> the first match is used
|
86
|
+
this.$rules = {
|
87
|
+
"start" : [
|
88
|
+
{
|
89
|
+
token : ["c9searchresults.constant.numeric", "c9searchresults.text", "c9searchresults.text"],
|
90
|
+
regex : "(^\\s+[0-9]+)(:\\s*)(.+)"
|
91
|
+
},
|
92
|
+
{
|
93
|
+
token : ["string", "text"], // single line
|
94
|
+
regex : "(.+)(:$)"
|
95
|
+
}
|
96
|
+
]
|
97
|
+
};
|
98
|
+
};
|
99
|
+
|
100
|
+
oop.inherits(C9SearchHighlightRules, TextHighlightRules);
|
101
|
+
|
102
|
+
exports.C9SearchHighlightRules = C9SearchHighlightRules;
|
103
|
+
|
104
|
+
});
|
105
|
+
|
106
|
+
define('ace/mode/matching_brace_outdent', ['require', 'exports', 'module' , 'ace/range'], function(require, exports, module) {
|
107
|
+
|
108
|
+
|
109
|
+
var Range = require("../range").Range;
|
110
|
+
|
111
|
+
var MatchingBraceOutdent = function() {};
|
112
|
+
|
113
|
+
(function() {
|
114
|
+
|
115
|
+
this.checkOutdent = function(line, input) {
|
116
|
+
if (! /^\s+$/.test(line))
|
117
|
+
return false;
|
118
|
+
|
119
|
+
return /^\s*\}/.test(input);
|
120
|
+
};
|
121
|
+
|
122
|
+
this.autoOutdent = function(doc, row) {
|
123
|
+
var line = doc.getLine(row);
|
124
|
+
var match = line.match(/^(\s*\})/);
|
125
|
+
|
126
|
+
if (!match) return 0;
|
127
|
+
|
128
|
+
var column = match[1].length;
|
129
|
+
var openBracePos = doc.findMatchingBracket({row: row, column: column});
|
130
|
+
|
131
|
+
if (!openBracePos || openBracePos.row == row) return 0;
|
132
|
+
|
133
|
+
var indent = this.$getIndent(doc.getLine(openBracePos.row));
|
134
|
+
doc.replace(new Range(row, 0, row, column-1), indent);
|
135
|
+
};
|
136
|
+
|
137
|
+
this.$getIndent = function(line) {
|
138
|
+
var match = line.match(/^(\s+)/);
|
139
|
+
if (match) {
|
140
|
+
return match[1];
|
141
|
+
}
|
142
|
+
|
143
|
+
return "";
|
144
|
+
};
|
145
|
+
|
146
|
+
}).call(MatchingBraceOutdent.prototype);
|
147
|
+
|
148
|
+
exports.MatchingBraceOutdent = MatchingBraceOutdent;
|
149
|
+
});
|
150
|
+
|
151
|
+
|
152
|
+
define('ace/mode/folding/c9search', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/range', 'ace/mode/folding/fold_mode'], function(require, exports, module) {
|
153
|
+
|
154
|
+
|
155
|
+
var oop = require("../../lib/oop");
|
156
|
+
var Range = require("../../range").Range;
|
157
|
+
var BaseFoldMode = require("./fold_mode").FoldMode;
|
158
|
+
|
159
|
+
var FoldMode = exports.FoldMode = function() {};
|
160
|
+
oop.inherits(FoldMode, BaseFoldMode);
|
161
|
+
|
162
|
+
(function() {
|
163
|
+
|
164
|
+
this.foldingStartMarker = /^(\S.*\:|Searching for.*)$/;
|
165
|
+
this.foldingStopMarker = /^(\s+|Found.*)$/;
|
166
|
+
|
167
|
+
this.getFoldWidgetRange = function(session, foldStyle, row) {
|
168
|
+
var lines = session.doc.getAllLines(row);
|
169
|
+
var line = lines[row];
|
170
|
+
var level1 = /^(Found.*|Searching for.*)$/;
|
171
|
+
var level2 = /^(\S.*\:|\s*)$/;
|
172
|
+
var re = level1.test(line) ? level1 : level2;
|
173
|
+
|
174
|
+
if (this.foldingStartMarker.test(line)) {
|
175
|
+
for (var i = row + 1, l = session.getLength(); i < l; i++) {
|
176
|
+
if (re.test(lines[i]))
|
177
|
+
break;
|
178
|
+
}
|
179
|
+
|
180
|
+
return new Range(row, line.length, i, 0);
|
181
|
+
}
|
182
|
+
|
183
|
+
if (this.foldingStopMarker.test(line)) {
|
184
|
+
for (var i = row - 1; i >= 0; i--) {
|
185
|
+
line = lines[i];
|
186
|
+
if (re.test(line))
|
187
|
+
break;
|
188
|
+
}
|
189
|
+
|
190
|
+
return new Range(i, line.length, row, 0);
|
191
|
+
}
|
192
|
+
};
|
193
|
+
|
194
|
+
}).call(FoldMode.prototype);
|
195
|
+
|
196
|
+
});
|
197
|
+
|
198
|
+
define('ace/mode/folding/fold_mode', ['require', 'exports', 'module' , 'ace/range'], function(require, exports, module) {
|
199
|
+
|
200
|
+
|
201
|
+
var Range = require("../../range").Range;
|
202
|
+
|
203
|
+
var FoldMode = exports.FoldMode = function() {};
|
204
|
+
|
205
|
+
(function() {
|
206
|
+
|
207
|
+
this.foldingStartMarker = null;
|
208
|
+
this.foldingStopMarker = null;
|
209
|
+
|
210
|
+
// must return "" if there's no fold, to enable caching
|
211
|
+
this.getFoldWidget = function(session, foldStyle, row) {
|
212
|
+
var line = session.getLine(row);
|
213
|
+
if (this.foldingStartMarker.test(line))
|
214
|
+
return "start";
|
215
|
+
if (foldStyle == "markbeginend"
|
216
|
+
&& this.foldingStopMarker
|
217
|
+
&& this.foldingStopMarker.test(line))
|
218
|
+
return "end";
|
219
|
+
return "";
|
220
|
+
};
|
221
|
+
|
222
|
+
this.getFoldWidgetRange = function(session, foldStyle, row) {
|
223
|
+
return null;
|
224
|
+
};
|
225
|
+
|
226
|
+
this.indentationBlock = function(session, row, column) {
|
227
|
+
var re = /\S/;
|
228
|
+
var line = session.getLine(row);
|
229
|
+
var startLevel = line.search(re);
|
230
|
+
if (startLevel == -1)
|
231
|
+
return;
|
232
|
+
|
233
|
+
var startColumn = column || line.length;
|
234
|
+
var maxRow = session.getLength();
|
235
|
+
var startRow = row;
|
236
|
+
var endRow = row;
|
237
|
+
|
238
|
+
while (++row < maxRow) {
|
239
|
+
var level = session.getLine(row).search(re);
|
240
|
+
|
241
|
+
if (level == -1)
|
242
|
+
continue;
|
243
|
+
|
244
|
+
if (level <= startLevel)
|
245
|
+
break;
|
246
|
+
|
247
|
+
endRow = row;
|
248
|
+
}
|
249
|
+
|
250
|
+
if (endRow > startRow) {
|
251
|
+
var endColumn = session.getLine(endRow).length;
|
252
|
+
return new Range(startRow, startColumn, endRow, endColumn);
|
253
|
+
}
|
254
|
+
};
|
255
|
+
|
256
|
+
this.openingBracketBlock = function(session, bracket, row, column, typeRe) {
|
257
|
+
var start = {row: row, column: column + 1};
|
258
|
+
var end = session.$findClosingBracket(bracket, start, typeRe);
|
259
|
+
if (!end)
|
260
|
+
return;
|
261
|
+
|
262
|
+
var fw = session.foldWidgets[end.row];
|
263
|
+
if (fw == null)
|
264
|
+
fw = this.getFoldWidget(session, end.row);
|
265
|
+
|
266
|
+
if (fw == "start" && end.row > start.row) {
|
267
|
+
end.row --;
|
268
|
+
end.column = session.getLine(end.row).length;
|
269
|
+
}
|
270
|
+
return Range.fromPoints(start, end);
|
271
|
+
};
|
272
|
+
|
273
|
+
}).call(FoldMode.prototype);
|
274
|
+
|
275
|
+
});
|
@@ -1 +1,744 @@
|
|
1
|
-
define("ace/mode/c_cpp",["require","exports","module","ace/lib/oop","ace/mode/text","ace/tokenizer","ace/mode/c_cpp_highlight_rules","ace/mode/matching_brace_outdent","ace/range","ace/mode/behaviour/cstyle","ace/mode/folding/cstyle"],function(a,b,c){"use strict";var d=a("../lib/oop"),e=a("./text").Mode,f=a("../tokenizer").Tokenizer,g=a("./c_cpp_highlight_rules").c_cppHighlightRules,h=a("./matching_brace_outdent").MatchingBraceOutdent,i=a("../range").Range,j=a("./behaviour/cstyle").CstyleBehaviour,k=a("./folding/cstyle").FoldMode,l=function(){this.$tokenizer=new f((new g).getRules()),this.$outdent=new h,this.$behaviour=new j,this.foldingRules=new k};d.inherits(l,e),function(){this.toggleCommentLines=function(a,b,c,d){var e=!0,f=/^(\s*)\/\//;for(var g=c;g<=d;g++)if(!f.test(b.getLine(g))){e=!1;break}if(e){var h=new i(0,0,0,0);for(var g=c;g<=d;g++){var j=b.getLine(g),k=j.match(f);h.start.row=g,h.end.row=g,h.end.column=k[0].length,b.replace(h,k[1])}}else b.indentRows(c,d,"//")},this.getNextLineIndent=function(a,b,c){var d=this.$getIndent(b),e=this.$tokenizer.getLineTokens(b,a),f=e.tokens,g=e.state;if(f.length&&f[f.length-1].type=="comment")return d;if(a=="start"){var h=b.match(/^.*[\{\(\[]\s*$/);h&&(d+=c)}else if(a=="doc-start"){if(g=="start")return"";var h=b.match(/^\s*(\/?)\*/);h&&(h[1]&&(d+=" "),d+="* ")}return d},this.checkOutdent=function(a,b,c){return this.$outdent.checkOutdent(b,c)},this.autoOutdent=function(a,b,c){this.$outdent.autoOutdent(b,c)}}.call(l.prototype),b.Mode=l}),define("ace/mode/c_cpp_highlight_rules",["require","exports","module","ace/lib/oop","ace/lib/lang","ace/mode/doc_comment_highlight_rules","ace/mode/text_highlight_rules"],function(a,b,c){"use strict";var d=a("../lib/oop"),e=a("../lib/lang"),f=a("./doc_comment_highlight_rules").DocCommentHighlightRules,g=a("./text_highlight_rules").TextHighlightRules,h=function(){var a=e.arrayToMap("and|double|not_eq|throw|and_eq|dynamic_cast|operator|true|asm|else|or|try|auto|enum|or_eq|typedef|bitand|explicit|private|typeid|bitor|extern|protected|typename|bool|false|public|union|break|float|register|unsigned|case|fro|reinterpret-cast|using|catch|friend|return|virtual|char|goto|short|void|class|if|signed|volatile|compl|inline|sizeof|wchar_t|const|int|static|while|const-cast|long|static_cast|xor|continue|mutable|struct|xor_eq|default|namespace|switch|delete|new|template|do|not|this|for".split("|")),b=e.arrayToMap("NULL".split("|"));this.$rules={start:[{token:"comment",regex:"\\/\\/.*$"},f.getStartRule("doc-start"),{token:"comment",merge:!0,regex:"\\/\\*",next:"comment"},{token:"string",regex:'["](?:(?:\\\\.)|(?:[^"\\\\]))*?["]'},{token:"string",merge:!0,regex:'["].*\\\\$',next:"qqstring"},{token:"string",regex:"['](?:(?:\\\\.)|(?:[^'\\\\]))*?[']"},{token:"string",merge:!0,regex:"['].*\\\\$",next:"qstring"},{token:"constant.numeric",regex:"0[xX][0-9a-fA-F]+\\b"},{token:"constant.numeric",regex:"[+-]?\\d+(?:(?:\\.\\d*)?(?:[eE][+-]?\\d+)?)?\\b"},{token:"constant",regex:"<[a-zA-Z0-9.]+>"},{token:"keyword",regex:"(?:#include|#pragma|#line|#define|#undef|#ifdef|#else|#elif|#endif|#ifndef)"},{token:function(c){return c=="this"?"variable.language":a.hasOwnProperty(c)?"keyword":b.hasOwnProperty(c)?"constant.language":"identifier"},regex:"[a-zA-Z_$][a-zA-Z0-9_$]*\\b"},{token:"keyword.operator",regex:"!|\\$|%|&|\\*|\\-\\-|\\-|\\+\\+|\\+|~|==|=|!=|<=|>=|<<=|>>=|>>>=|<>|<|>|!|&&|\\|\\||\\?\\:|\\*=|%=|\\+=|\\-=|&=|\\^=|\\b(?:in|new|delete|typeof|void)"},{token:"punctuation.operator",regex:"\\?|\\:|\\,|\\;|\\."},{token:"paren.lparen",regex:"[[({]"},{token:"paren.rparen",regex:"[\\])}]"},{token:"text",regex:"\\s+"}],comment:[{token:"comment",regex:".*?\\*\\/",next:"start"},{token:"comment",merge:!0,regex:".+"}],qqstring:[{token:"string",regex:'(?:(?:\\\\.)|(?:[^"\\\\]))*?"',next:"start"},{token:"string",merge:!0,regex:".+"}],qstring:[{token:"string",regex:"(?:(?:\\\\.)|(?:[^'\\\\]))*?'",next:"start"},{token:"string",merge:!0,regex:".+"}]},this.embedRules(f,"doc-",[f.getEndRule("start")])};d.inherits(h,g),b.c_cppHighlightRules=h}),define("ace/mode/doc_comment_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"],function(a,b,c){"use strict";var d=a("../lib/oop"),e=a("./text_highlight_rules").TextHighlightRules,f=function(){this.$rules={start:[{token:"comment.doc.tag",regex:"@[\\w\\d_]+"},{token:"comment.doc",merge:!0,regex:"\\s+"},{token:"comment.doc",merge:!0,regex:"TODO"},{token:"comment.doc",merge:!0,regex:"[^@\\*]+"},{token:"comment.doc",merge:!0,regex:"."}]}};d.inherits(f,e),f.getStartRule=function(a){return{token:"comment.doc",merge:!0,regex:"\\/\\*(?=\\*)",next:a}},f.getEndRule=function(a){return{token:"comment.doc",merge:!0,regex:"\\*\\/",next:a}},b.DocCommentHighlightRules=f}),define("ace/mode/matching_brace_outdent",["require","exports","module","ace/range"],function(a,b,c){"use strict";var d=a("../range").Range,e=function(){};(function(){this.checkOutdent=function(a,b){return/^\s+$/.test(a)?/^\s*\}/.test(b):!1},this.autoOutdent=function(a,b){var c=a.getLine(b),e=c.match(/^(\s*\})/);if(!e)return 0;var f=e[1].length,g=a.findMatchingBracket({row:b,column:f});if(!g||g.row==b)return 0;var h=this.$getIndent(a.getLine(g.row));a.replace(new d(b,0,b,f-1),h)},this.$getIndent=function(a){var b=a.match(/^(\s+)/);return b?b[1]:""}}).call(e.prototype),b.MatchingBraceOutdent=e}),define("ace/mode/behaviour/cstyle",["require","exports","module","ace/lib/oop","ace/mode/behaviour"],function(a,b,c){"use strict";var d=a("../../lib/oop"),e=a("../behaviour").Behaviour,f=function(){this.add("braces","insertion",function(a,b,c,d,e){if(e=="{"){var f=c.getSelectionRange(),g=d.doc.getTextRange(f);return g!==""?{text:"{"+g+"}",selection:!1}:{text:"{}",selection:[1,1]}}if(e=="}"){var h=c.getCursorPosition(),i=d.doc.getLine(h.row),j=i.substring(h.column,h.column+1);if(j=="}"){var k=d.$findOpeningBracket("}",{column:h.column+1,row:h.row});if(k!==null)return{text:"",selection:[1,1]}}}else if(e=="\n"){var h=c.getCursorPosition(),i=d.doc.getLine(h.row),j=i.substring(h.column,h.column+1);if(j=="}"){var l=d.findMatchingBracket({row:h.row,column:h.column+1});if(!l)return null;var m=this.getNextLineIndent(a,i.substring(0,i.length-1),d.getTabString()),n=this.$getIndent(d.doc.getLine(l.row));return{text:"\n"+m+"\n"+n,selection:[1,m.length,1,m.length]}}}}),this.add("braces","deletion",function(a,b,c,d,e){var f=d.doc.getTextRange(e);if(!e.isMultiLine()&&f=="{"){var g=d.doc.getLine(e.start.row),h=g.substring(e.end.column,e.end.column+1);if(h=="}")return e.end.column++,e}}),this.add("parens","insertion",function(a,b,c,d,e){if(e=="("){var f=c.getSelectionRange(),g=d.doc.getTextRange(f);return g!==""?{text:"("+g+")",selection:!1}:{text:"()",selection:[1,1]}}if(e==")"){var h=c.getCursorPosition(),i=d.doc.getLine(h.row),j=i.substring(h.column,h.column+1);if(j==")"){var k=d.$findOpeningBracket(")",{column:h.column+1,row:h.row});if(k!==null)return{text:"",selection:[1,1]}}}}),this.add("parens","deletion",function(a,b,c,d,e){var f=d.doc.getTextRange(e);if(!e.isMultiLine()&&f=="("){var g=d.doc.getLine(e.start.row),h=g.substring(e.start.column+1,e.start.column+2);if(h==")")return e.end.column++,e}}),this.add("string_dquotes","insertion",function(a,b,c,d,e){if(e=='"'||e=="'"){var f=e,g=c.getSelectionRange(),h=d.doc.getTextRange(g);if(h!=="")return{text:f+h+f,selection:!1};var i=c.getCursorPosition(),j=d.doc.getLine(i.row),k=j.substring(i.column-1,i.column);if(k=="\\")return null;var l=d.getTokens(g.start.row,g.start.row)[0].tokens,m=0,n,o=-1;for(var p=0;p<l.length;p++){n=l[p],n.type=="string"?o=-1:o<0&&(o=n.value.indexOf(f));if(n.value.length+m>g.start.column)break;m+=l[p].value.length}if(!n||o<0&&n.type!=="comment"&&(n.type!=="string"||g.start.column!==n.value.length+m-1&&n.value.lastIndexOf(f)===n.value.length-1))return{text:f+f,selection:[1,1]};if(n&&n.type==="string"){var q=j.substring(i.column,i.column+1);if(q==f)return{text:"",selection:[1,1]}}}}),this.add("string_dquotes","deletion",function(a,b,c,d,e){var f=d.doc.getTextRange(e);if(!e.isMultiLine()&&(f=='"'||f=="'")){var g=d.doc.getLine(e.start.row),h=g.substring(e.start.column+1,e.start.column+2);if(h=='"')return e.end.column++,e}})};d.inherits(f,e),b.CstyleBehaviour=f}),define("ace/mode/folding/cstyle",["require","exports","module","ace/lib/oop","ace/range","ace/mode/folding/fold_mode"],function(a,b,c){"use strict";var d=a("../../lib/oop"),e=a("../../range").Range,f=a("./fold_mode").FoldMode,g=b.FoldMode=function(){};d.inherits(g,f),function(){this.foldingStartMarker=/(\{|\[)[^\}\]]*$|^\s*(\/\*)/,this.foldingStopMarker=/^[^\[\{]*(\}|\])|^[\s\*]*(\*\/)/,this.getFoldWidgetRange=function(a,b,c){var d=a.getLine(c),f=d.match(this.foldingStartMarker);if(f){var g=f.index;if(f[1])return this.openingBracketBlock(a,f[1],c,g);var h=a.getCommentFoldRange(c,g+f[0].length);return h.end.column-=2,h}if(b!=="markbeginend")return;var f=d.match(this.foldingStopMarker);if(f){var g=f.index+f[0].length;if(f[2]){var h=a.getCommentFoldRange(c,g);return h.end.column-=2,h}var i={row:c,column:g},j=a.$findOpeningBracket(f[1],i);if(!j)return;return j.column++,i.column--,e.fromPoints(j,i)}}}.call(g.prototype)}),define("ace/mode/folding/fold_mode",["require","exports","module","ace/range"],function(a,b,c){"use strict";var d=a("../../range").Range,e=b.FoldMode=function(){};(function(){this.foldingStartMarker=null,this.foldingStopMarker=null,this.getFoldWidget=function(a,b,c){var d=a.getLine(c);return this.foldingStartMarker.test(d)?"start":b=="markbeginend"&&this.foldingStopMarker&&this.foldingStopMarker.test(d)?"end":""},this.getFoldWidgetRange=function(a,b,c){return null},this.indentationBlock=function(a,b,c){var e=/^\s*/,f=b,g=b,h=a.getLine(b),i=c||h.length,j=h.match(e)[0].length,k=a.getLength();while(++b<k){h=a.getLine(b);var l=h.match(e)[0].length;if(l==h.length)continue;if(l<=j)break;g=b}if(g>f){var m=a.getLine(g).length;return new d(f,i,g,m)}},this.openingBracketBlock=function(a,b,c,e){var f={row:c,column:e+1},g=a.$findClosingBracket(b,f);if(!g)return;var h=a.foldWidgets[g.row];return h==null&&(h=this.getFoldWidget(a,g.row)),h=="start"&&(g.row--,g.column=a.getLine(g.row).length),d.fromPoints(f,g)}}).call(e.prototype)})
|
1
|
+
/* ***** BEGIN LICENSE BLOCK *****
|
2
|
+
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
3
|
+
*
|
4
|
+
* The contents of this file are subject to the Mozilla Public License Version
|
5
|
+
* 1.1 (the "License"); you may not use this file except in compliance with
|
6
|
+
* the License. You may obtain a copy of the License at
|
7
|
+
* http://www.mozilla.org/MPL/
|
8
|
+
*
|
9
|
+
* Software distributed under the License is distributed on an "AS IS" basis,
|
10
|
+
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
11
|
+
* for the specific language governing rights and limitations under the
|
12
|
+
* License.
|
13
|
+
*
|
14
|
+
* The Original Code is Ajax.org Code Editor (ACE).
|
15
|
+
*
|
16
|
+
* The Initial Developer of the Original Code is
|
17
|
+
* Ajax.org B.V.
|
18
|
+
* Portions created by the Initial Developer are Copyright (C) 2010
|
19
|
+
* the Initial Developer. All Rights Reserved.
|
20
|
+
*
|
21
|
+
* Contributor(s):
|
22
|
+
* Fabian Jakobs <fabian AT ajax DOT org>
|
23
|
+
* Gastón Kleiman <gaston.kleiman AT gmail DOT com>
|
24
|
+
*
|
25
|
+
* Alternatively, the contents of this file may be used under the terms of
|
26
|
+
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
27
|
+
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
28
|
+
* in which case the provisions of the GPL or the LGPL are applicable instead
|
29
|
+
* of those above. If you wish to allow use of your version of this file only
|
30
|
+
* under the terms of either the GPL or the LGPL, and not to allow others to
|
31
|
+
* use your version of this file under the terms of the MPL, indicate your
|
32
|
+
* decision by deleting the provisions above and replace them with the notice
|
33
|
+
* and other provisions required by the GPL or the LGPL. If you do not delete
|
34
|
+
* the provisions above, a recipient may use your version of this file under
|
35
|
+
* the terms of any one of the MPL, the GPL or the LGPL.
|
36
|
+
*
|
37
|
+
* ***** END LICENSE BLOCK ***** */
|
38
|
+
|
39
|
+
define('ace/mode/c_cpp', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/text', 'ace/tokenizer', 'ace/mode/c_cpp_highlight_rules', 'ace/mode/matching_brace_outdent', 'ace/range', 'ace/mode/behaviour/cstyle', 'ace/mode/folding/cstyle'], function(require, exports, module) {
|
40
|
+
|
41
|
+
|
42
|
+
var oop = require("../lib/oop");
|
43
|
+
var TextMode = require("./text").Mode;
|
44
|
+
var Tokenizer = require("../tokenizer").Tokenizer;
|
45
|
+
var c_cppHighlightRules = require("./c_cpp_highlight_rules").c_cppHighlightRules;
|
46
|
+
var MatchingBraceOutdent = require("./matching_brace_outdent").MatchingBraceOutdent;
|
47
|
+
var Range = require("../range").Range;
|
48
|
+
var CstyleBehaviour = require("./behaviour/cstyle").CstyleBehaviour;
|
49
|
+
var CStyleFoldMode = require("./folding/cstyle").FoldMode;
|
50
|
+
|
51
|
+
var Mode = function() {
|
52
|
+
this.$tokenizer = new Tokenizer(new c_cppHighlightRules().getRules());
|
53
|
+
this.$outdent = new MatchingBraceOutdent();
|
54
|
+
this.$behaviour = new CstyleBehaviour();
|
55
|
+
this.foldingRules = new CStyleFoldMode();
|
56
|
+
};
|
57
|
+
oop.inherits(Mode, TextMode);
|
58
|
+
|
59
|
+
(function() {
|
60
|
+
|
61
|
+
this.toggleCommentLines = function(state, doc, startRow, endRow) {
|
62
|
+
var outdent = true;
|
63
|
+
var re = /^(\s*)\/\//;
|
64
|
+
|
65
|
+
for (var i=startRow; i<= endRow; i++) {
|
66
|
+
if (!re.test(doc.getLine(i))) {
|
67
|
+
outdent = false;
|
68
|
+
break;
|
69
|
+
}
|
70
|
+
}
|
71
|
+
|
72
|
+
if (outdent) {
|
73
|
+
var deleteRange = new Range(0, 0, 0, 0);
|
74
|
+
for (var i=startRow; i<= endRow; i++)
|
75
|
+
{
|
76
|
+
var line = doc.getLine(i);
|
77
|
+
var m = line.match(re);
|
78
|
+
deleteRange.start.row = i;
|
79
|
+
deleteRange.end.row = i;
|
80
|
+
deleteRange.end.column = m[0].length;
|
81
|
+
doc.replace(deleteRange, m[1]);
|
82
|
+
}
|
83
|
+
}
|
84
|
+
else {
|
85
|
+
doc.indentRows(startRow, endRow, "//");
|
86
|
+
}
|
87
|
+
};
|
88
|
+
|
89
|
+
this.getNextLineIndent = function(state, line, tab) {
|
90
|
+
var indent = this.$getIndent(line);
|
91
|
+
|
92
|
+
var tokenizedLine = this.$tokenizer.getLineTokens(line, state);
|
93
|
+
var tokens = tokenizedLine.tokens;
|
94
|
+
var endState = tokenizedLine.state;
|
95
|
+
|
96
|
+
if (tokens.length && tokens[tokens.length-1].type == "comment") {
|
97
|
+
return indent;
|
98
|
+
}
|
99
|
+
|
100
|
+
if (state == "start") {
|
101
|
+
var match = line.match(/^.*[\{\(\[]\s*$/);
|
102
|
+
if (match) {
|
103
|
+
indent += tab;
|
104
|
+
}
|
105
|
+
} else if (state == "doc-start") {
|
106
|
+
if (endState == "start") {
|
107
|
+
return "";
|
108
|
+
}
|
109
|
+
var match = line.match(/^\s*(\/?)\*/);
|
110
|
+
if (match) {
|
111
|
+
if (match[1]) {
|
112
|
+
indent += " ";
|
113
|
+
}
|
114
|
+
indent += "* ";
|
115
|
+
}
|
116
|
+
}
|
117
|
+
|
118
|
+
return indent;
|
119
|
+
};
|
120
|
+
|
121
|
+
this.checkOutdent = function(state, line, input) {
|
122
|
+
return this.$outdent.checkOutdent(line, input);
|
123
|
+
};
|
124
|
+
|
125
|
+
this.autoOutdent = function(state, doc, row) {
|
126
|
+
this.$outdent.autoOutdent(doc, row);
|
127
|
+
};
|
128
|
+
|
129
|
+
}).call(Mode.prototype);
|
130
|
+
|
131
|
+
exports.Mode = Mode;
|
132
|
+
});
|
133
|
+
|
134
|
+
define('ace/mode/c_cpp_highlight_rules', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/lib/lang', 'ace/mode/doc_comment_highlight_rules', 'ace/mode/text_highlight_rules'], function(require, exports, module) {
|
135
|
+
|
136
|
+
|
137
|
+
var oop = require("../lib/oop");
|
138
|
+
var lang = require("../lib/lang");
|
139
|
+
var DocCommentHighlightRules = require("./doc_comment_highlight_rules").DocCommentHighlightRules;
|
140
|
+
var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
|
141
|
+
|
142
|
+
var c_cppHighlightRules = function() {
|
143
|
+
|
144
|
+
var keywords = lang.arrayToMap(
|
145
|
+
("and|double|not_eq|throw|and_eq|dynamic_cast|operator|true|" +
|
146
|
+
"asm|else|or|try|auto|enum|or_eq|typedef|bitand|explicit|private|" +
|
147
|
+
"typeid|bitor|extern|protected|typename|bool|false|public|union|" +
|
148
|
+
"break|float|register|unsigned|case|fro|reinterpret-cast|using|catch|" +
|
149
|
+
"friend|return|virtual|char|goto|short|void|class|if|signed|volatile|" +
|
150
|
+
"compl|inline|sizeof|wchar_t|const|int|static|while|const-cast|long|" +
|
151
|
+
"static_cast|xor|continue|mutable|struct|xor_eq|default|namespace|" +
|
152
|
+
"switch|delete|new|template|do|not|this|for").split("|")
|
153
|
+
);
|
154
|
+
|
155
|
+
var buildinConstants = lang.arrayToMap(
|
156
|
+
("NULL").split("|")
|
157
|
+
);
|
158
|
+
|
159
|
+
// regexp must not have capturing parentheses. Use (?:) instead.
|
160
|
+
// regexps are ordered -> the first match is used
|
161
|
+
|
162
|
+
this.$rules = {
|
163
|
+
"start" : [
|
164
|
+
{
|
165
|
+
token : "comment",
|
166
|
+
regex : "\\/\\/.*$"
|
167
|
+
},
|
168
|
+
DocCommentHighlightRules.getStartRule("doc-start"),
|
169
|
+
{
|
170
|
+
token : "comment", // multi line comment
|
171
|
+
merge : true,
|
172
|
+
regex : "\\/\\*",
|
173
|
+
next : "comment"
|
174
|
+
}, {
|
175
|
+
token : "string", // single line
|
176
|
+
regex : '["](?:(?:\\\\.)|(?:[^"\\\\]))*?["]'
|
177
|
+
}, {
|
178
|
+
token : "string", // multi line string start
|
179
|
+
merge : true,
|
180
|
+
regex : '["].*\\\\$',
|
181
|
+
next : "qqstring"
|
182
|
+
}, {
|
183
|
+
token : "string", // single line
|
184
|
+
regex : "['](?:(?:\\\\.)|(?:[^'\\\\]))*?[']"
|
185
|
+
}, {
|
186
|
+
token : "string", // multi line string start
|
187
|
+
merge : true,
|
188
|
+
regex : "['].*\\\\$",
|
189
|
+
next : "qstring"
|
190
|
+
}, {
|
191
|
+
token : "constant.numeric", // hex
|
192
|
+
regex : "0[xX][0-9a-fA-F]+\\b"
|
193
|
+
}, {
|
194
|
+
token : "constant.numeric", // float
|
195
|
+
regex : "[+-]?\\d+(?:(?:\\.\\d*)?(?:[eE][+-]?\\d+)?)?\\b"
|
196
|
+
}, {
|
197
|
+
token : "constant", // <CONSTANT>
|
198
|
+
regex : "<[a-zA-Z0-9.]+>"
|
199
|
+
}, {
|
200
|
+
token : "keyword", // pre-compiler directivs
|
201
|
+
regex : "(?:#include|#pragma|#line|#define|#undef|#ifdef|#else|#elif|#endif|#ifndef)"
|
202
|
+
}, {
|
203
|
+
token : function(value) {
|
204
|
+
if (value == "this")
|
205
|
+
return "variable.language";
|
206
|
+
else if (keywords.hasOwnProperty(value))
|
207
|
+
return "keyword";
|
208
|
+
else if (buildinConstants.hasOwnProperty(value))
|
209
|
+
return "constant.language";
|
210
|
+
else
|
211
|
+
return "identifier";
|
212
|
+
},
|
213
|
+
regex : "[a-zA-Z_$][a-zA-Z0-9_$]*\\b"
|
214
|
+
}, {
|
215
|
+
token : "keyword.operator",
|
216
|
+
regex : "!|\\$|%|&|\\*|\\-\\-|\\-|\\+\\+|\\+|~|==|=|!=|<=|>=|<<=|>>=|>>>=|<>|<|>|!|&&|\\|\\||\\?\\:|\\*=|%=|\\+=|\\-=|&=|\\^=|\\b(?:in|new|delete|typeof|void)"
|
217
|
+
}, {
|
218
|
+
token : "punctuation.operator",
|
219
|
+
regex : "\\?|\\:|\\,|\\;|\\."
|
220
|
+
}, {
|
221
|
+
token : "paren.lparen",
|
222
|
+
regex : "[[({]"
|
223
|
+
}, {
|
224
|
+
token : "paren.rparen",
|
225
|
+
regex : "[\\])}]"
|
226
|
+
}, {
|
227
|
+
token : "text",
|
228
|
+
regex : "\\s+"
|
229
|
+
}
|
230
|
+
],
|
231
|
+
"comment" : [
|
232
|
+
{
|
233
|
+
token : "comment", // closing comment
|
234
|
+
regex : ".*?\\*\\/",
|
235
|
+
next : "start"
|
236
|
+
}, {
|
237
|
+
token : "comment", // comment spanning whole line
|
238
|
+
merge : true,
|
239
|
+
regex : ".+"
|
240
|
+
}
|
241
|
+
],
|
242
|
+
"qqstring" : [
|
243
|
+
{
|
244
|
+
token : "string",
|
245
|
+
regex : '(?:(?:\\\\.)|(?:[^"\\\\]))*?"',
|
246
|
+
next : "start"
|
247
|
+
}, {
|
248
|
+
token : "string",
|
249
|
+
merge : true,
|
250
|
+
regex : '.+'
|
251
|
+
}
|
252
|
+
],
|
253
|
+
"qstring" : [
|
254
|
+
{
|
255
|
+
token : "string",
|
256
|
+
regex : "(?:(?:\\\\.)|(?:[^'\\\\]))*?'",
|
257
|
+
next : "start"
|
258
|
+
}, {
|
259
|
+
token : "string",
|
260
|
+
merge : true,
|
261
|
+
regex : '.+'
|
262
|
+
}
|
263
|
+
]
|
264
|
+
};
|
265
|
+
|
266
|
+
this.embedRules(DocCommentHighlightRules, "doc-",
|
267
|
+
[ DocCommentHighlightRules.getEndRule("start") ]);
|
268
|
+
};
|
269
|
+
|
270
|
+
oop.inherits(c_cppHighlightRules, TextHighlightRules);
|
271
|
+
|
272
|
+
exports.c_cppHighlightRules = c_cppHighlightRules;
|
273
|
+
});
|
274
|
+
|
275
|
+
define('ace/mode/doc_comment_highlight_rules', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/text_highlight_rules'], function(require, exports, module) {
|
276
|
+
|
277
|
+
|
278
|
+
var oop = require("../lib/oop");
|
279
|
+
var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
|
280
|
+
|
281
|
+
var DocCommentHighlightRules = function() {
|
282
|
+
|
283
|
+
this.$rules = {
|
284
|
+
"start" : [ {
|
285
|
+
token : "comment.doc.tag",
|
286
|
+
regex : "@[\\w\\d_]+" // TODO: fix email addresses
|
287
|
+
}, {
|
288
|
+
token : "comment.doc",
|
289
|
+
merge : true,
|
290
|
+
regex : "\\s+"
|
291
|
+
}, {
|
292
|
+
token : "comment.doc",
|
293
|
+
merge : true,
|
294
|
+
regex : "TODO"
|
295
|
+
}, {
|
296
|
+
token : "comment.doc",
|
297
|
+
merge : true,
|
298
|
+
regex : "[^@\\*]+"
|
299
|
+
}, {
|
300
|
+
token : "comment.doc",
|
301
|
+
merge : true,
|
302
|
+
regex : "."
|
303
|
+
}]
|
304
|
+
};
|
305
|
+
};
|
306
|
+
|
307
|
+
oop.inherits(DocCommentHighlightRules, TextHighlightRules);
|
308
|
+
|
309
|
+
DocCommentHighlightRules.getStartRule = function(start) {
|
310
|
+
return {
|
311
|
+
token : "comment.doc", // doc comment
|
312
|
+
merge : true,
|
313
|
+
regex : "\\/\\*(?=\\*)",
|
314
|
+
next : start
|
315
|
+
};
|
316
|
+
};
|
317
|
+
|
318
|
+
DocCommentHighlightRules.getEndRule = function (start) {
|
319
|
+
return {
|
320
|
+
token : "comment.doc", // closing comment
|
321
|
+
merge : true,
|
322
|
+
regex : "\\*\\/",
|
323
|
+
next : start
|
324
|
+
};
|
325
|
+
};
|
326
|
+
|
327
|
+
|
328
|
+
exports.DocCommentHighlightRules = DocCommentHighlightRules;
|
329
|
+
|
330
|
+
});
|
331
|
+
|
332
|
+
define('ace/mode/matching_brace_outdent', ['require', 'exports', 'module' , 'ace/range'], function(require, exports, module) {
|
333
|
+
|
334
|
+
|
335
|
+
var Range = require("../range").Range;
|
336
|
+
|
337
|
+
var MatchingBraceOutdent = function() {};
|
338
|
+
|
339
|
+
(function() {
|
340
|
+
|
341
|
+
this.checkOutdent = function(line, input) {
|
342
|
+
if (! /^\s+$/.test(line))
|
343
|
+
return false;
|
344
|
+
|
345
|
+
return /^\s*\}/.test(input);
|
346
|
+
};
|
347
|
+
|
348
|
+
this.autoOutdent = function(doc, row) {
|
349
|
+
var line = doc.getLine(row);
|
350
|
+
var match = line.match(/^(\s*\})/);
|
351
|
+
|
352
|
+
if (!match) return 0;
|
353
|
+
|
354
|
+
var column = match[1].length;
|
355
|
+
var openBracePos = doc.findMatchingBracket({row: row, column: column});
|
356
|
+
|
357
|
+
if (!openBracePos || openBracePos.row == row) return 0;
|
358
|
+
|
359
|
+
var indent = this.$getIndent(doc.getLine(openBracePos.row));
|
360
|
+
doc.replace(new Range(row, 0, row, column-1), indent);
|
361
|
+
};
|
362
|
+
|
363
|
+
this.$getIndent = function(line) {
|
364
|
+
var match = line.match(/^(\s+)/);
|
365
|
+
if (match) {
|
366
|
+
return match[1];
|
367
|
+
}
|
368
|
+
|
369
|
+
return "";
|
370
|
+
};
|
371
|
+
|
372
|
+
}).call(MatchingBraceOutdent.prototype);
|
373
|
+
|
374
|
+
exports.MatchingBraceOutdent = MatchingBraceOutdent;
|
375
|
+
});
|
376
|
+
|
377
|
+
define('ace/mode/behaviour/cstyle', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/behaviour'], function(require, exports, module) {
|
378
|
+
|
379
|
+
|
380
|
+
var oop = require("../../lib/oop");
|
381
|
+
var Behaviour = require("../behaviour").Behaviour;
|
382
|
+
|
383
|
+
var CstyleBehaviour = function () {
|
384
|
+
|
385
|
+
this.add("braces", "insertion", function (state, action, editor, session, text) {
|
386
|
+
if (text == '{') {
|
387
|
+
var selection = editor.getSelectionRange();
|
388
|
+
var selected = session.doc.getTextRange(selection);
|
389
|
+
if (selected !== "") {
|
390
|
+
return {
|
391
|
+
text: '{' + selected + '}',
|
392
|
+
selection: false
|
393
|
+
};
|
394
|
+
} else {
|
395
|
+
return {
|
396
|
+
text: '{}',
|
397
|
+
selection: [1, 1]
|
398
|
+
};
|
399
|
+
}
|
400
|
+
} else if (text == '}') {
|
401
|
+
var cursor = editor.getCursorPosition();
|
402
|
+
var line = session.doc.getLine(cursor.row);
|
403
|
+
var rightChar = line.substring(cursor.column, cursor.column + 1);
|
404
|
+
if (rightChar == '}') {
|
405
|
+
var matching = session.$findOpeningBracket('}', {column: cursor.column + 1, row: cursor.row});
|
406
|
+
if (matching !== null) {
|
407
|
+
return {
|
408
|
+
text: '',
|
409
|
+
selection: [1, 1]
|
410
|
+
};
|
411
|
+
}
|
412
|
+
}
|
413
|
+
} else if (text == "\n") {
|
414
|
+
var cursor = editor.getCursorPosition();
|
415
|
+
var line = session.doc.getLine(cursor.row);
|
416
|
+
var rightChar = line.substring(cursor.column, cursor.column + 1);
|
417
|
+
if (rightChar == '}') {
|
418
|
+
var openBracePos = session.findMatchingBracket({row: cursor.row, column: cursor.column + 1});
|
419
|
+
if (!openBracePos)
|
420
|
+
return null;
|
421
|
+
|
422
|
+
var indent = this.getNextLineIndent(state, line.substring(0, line.length - 1), session.getTabString());
|
423
|
+
var next_indent = this.$getIndent(session.doc.getLine(openBracePos.row));
|
424
|
+
|
425
|
+
return {
|
426
|
+
text: '\n' + indent + '\n' + next_indent,
|
427
|
+
selection: [1, indent.length, 1, indent.length]
|
428
|
+
};
|
429
|
+
}
|
430
|
+
}
|
431
|
+
});
|
432
|
+
|
433
|
+
this.add("braces", "deletion", function (state, action, editor, session, range) {
|
434
|
+
var selected = session.doc.getTextRange(range);
|
435
|
+
if (!range.isMultiLine() && selected == '{') {
|
436
|
+
var line = session.doc.getLine(range.start.row);
|
437
|
+
var rightChar = line.substring(range.end.column, range.end.column + 1);
|
438
|
+
if (rightChar == '}') {
|
439
|
+
range.end.column++;
|
440
|
+
return range;
|
441
|
+
}
|
442
|
+
}
|
443
|
+
});
|
444
|
+
|
445
|
+
this.add("parens", "insertion", function (state, action, editor, session, text) {
|
446
|
+
if (text == '(') {
|
447
|
+
var selection = editor.getSelectionRange();
|
448
|
+
var selected = session.doc.getTextRange(selection);
|
449
|
+
if (selected !== "") {
|
450
|
+
return {
|
451
|
+
text: '(' + selected + ')',
|
452
|
+
selection: false
|
453
|
+
};
|
454
|
+
} else {
|
455
|
+
return {
|
456
|
+
text: '()',
|
457
|
+
selection: [1, 1]
|
458
|
+
};
|
459
|
+
}
|
460
|
+
} else if (text == ')') {
|
461
|
+
var cursor = editor.getCursorPosition();
|
462
|
+
var line = session.doc.getLine(cursor.row);
|
463
|
+
var rightChar = line.substring(cursor.column, cursor.column + 1);
|
464
|
+
if (rightChar == ')') {
|
465
|
+
var matching = session.$findOpeningBracket(')', {column: cursor.column + 1, row: cursor.row});
|
466
|
+
if (matching !== null) {
|
467
|
+
return {
|
468
|
+
text: '',
|
469
|
+
selection: [1, 1]
|
470
|
+
};
|
471
|
+
}
|
472
|
+
}
|
473
|
+
}
|
474
|
+
});
|
475
|
+
|
476
|
+
this.add("parens", "deletion", function (state, action, editor, session, range) {
|
477
|
+
var selected = session.doc.getTextRange(range);
|
478
|
+
if (!range.isMultiLine() && selected == '(') {
|
479
|
+
var line = session.doc.getLine(range.start.row);
|
480
|
+
var rightChar = line.substring(range.start.column + 1, range.start.column + 2);
|
481
|
+
if (rightChar == ')') {
|
482
|
+
range.end.column++;
|
483
|
+
return range;
|
484
|
+
}
|
485
|
+
}
|
486
|
+
});
|
487
|
+
|
488
|
+
this.add("brackets", "insertion", function (state, action, editor, session, text) {
|
489
|
+
if (text == '[') {
|
490
|
+
var selection = editor.getSelectionRange();
|
491
|
+
var selected = session.doc.getTextRange(selection);
|
492
|
+
if (selected !== "") {
|
493
|
+
return {
|
494
|
+
text: '[' + selected + ']',
|
495
|
+
selection: false
|
496
|
+
};
|
497
|
+
} else {
|
498
|
+
return {
|
499
|
+
text: '[]',
|
500
|
+
selection: [1, 1]
|
501
|
+
};
|
502
|
+
}
|
503
|
+
} else if (text == ']') {
|
504
|
+
var cursor = editor.getCursorPosition();
|
505
|
+
var line = session.doc.getLine(cursor.row);
|
506
|
+
var rightChar = line.substring(cursor.column, cursor.column + 1);
|
507
|
+
if (rightChar == ']') {
|
508
|
+
var matching = session.$findOpeningBracket(']', {column: cursor.column + 1, row: cursor.row});
|
509
|
+
if (matching !== null) {
|
510
|
+
return {
|
511
|
+
text: '',
|
512
|
+
selection: [1, 1]
|
513
|
+
};
|
514
|
+
}
|
515
|
+
}
|
516
|
+
}
|
517
|
+
});
|
518
|
+
|
519
|
+
this.add("brackets", "deletion", function (state, action, editor, session, range) {
|
520
|
+
var selected = session.doc.getTextRange(range);
|
521
|
+
if (!range.isMultiLine() && selected == '[') {
|
522
|
+
var line = session.doc.getLine(range.start.row);
|
523
|
+
var rightChar = line.substring(range.start.column + 1, range.start.column + 2);
|
524
|
+
if (rightChar == ']') {
|
525
|
+
range.end.column++;
|
526
|
+
return range;
|
527
|
+
}
|
528
|
+
}
|
529
|
+
});
|
530
|
+
|
531
|
+
this.add("string_dquotes", "insertion", function (state, action, editor, session, text) {
|
532
|
+
if (text == '"' || text == "'") {
|
533
|
+
var quote = text;
|
534
|
+
var selection = editor.getSelectionRange();
|
535
|
+
var selected = session.doc.getTextRange(selection);
|
536
|
+
if (selected !== "") {
|
537
|
+
return {
|
538
|
+
text: quote + selected + quote,
|
539
|
+
selection: false
|
540
|
+
};
|
541
|
+
} else {
|
542
|
+
var cursor = editor.getCursorPosition();
|
543
|
+
var line = session.doc.getLine(cursor.row);
|
544
|
+
var leftChar = line.substring(cursor.column-1, cursor.column);
|
545
|
+
|
546
|
+
// We're escaped.
|
547
|
+
if (leftChar == '\\') {
|
548
|
+
return null;
|
549
|
+
}
|
550
|
+
|
551
|
+
// Find what token we're inside.
|
552
|
+
var tokens = session.getTokens(selection.start.row);
|
553
|
+
var col = 0, token;
|
554
|
+
var quotepos = -1; // Track whether we're inside an open quote.
|
555
|
+
|
556
|
+
for (var x = 0; x < tokens.length; x++) {
|
557
|
+
token = tokens[x];
|
558
|
+
if (token.type == "string") {
|
559
|
+
quotepos = -1;
|
560
|
+
} else if (quotepos < 0) {
|
561
|
+
quotepos = token.value.indexOf(quote);
|
562
|
+
}
|
563
|
+
if ((token.value.length + col) > selection.start.column) {
|
564
|
+
break;
|
565
|
+
}
|
566
|
+
col += tokens[x].value.length;
|
567
|
+
}
|
568
|
+
|
569
|
+
// Try and be smart about when we auto insert.
|
570
|
+
if (!token || (quotepos < 0 && token.type !== "comment" && (token.type !== "string" || ((selection.start.column !== token.value.length+col-1) && token.value.lastIndexOf(quote) === token.value.length-1)))) {
|
571
|
+
return {
|
572
|
+
text: quote + quote,
|
573
|
+
selection: [1,1]
|
574
|
+
};
|
575
|
+
} else if (token && token.type === "string") {
|
576
|
+
// Ignore input and move right one if we're typing over the closing quote.
|
577
|
+
var rightChar = line.substring(cursor.column, cursor.column + 1);
|
578
|
+
if (rightChar == quote) {
|
579
|
+
return {
|
580
|
+
text: '',
|
581
|
+
selection: [1, 1]
|
582
|
+
};
|
583
|
+
}
|
584
|
+
}
|
585
|
+
}
|
586
|
+
}
|
587
|
+
});
|
588
|
+
|
589
|
+
this.add("string_dquotes", "deletion", function (state, action, editor, session, range) {
|
590
|
+
var selected = session.doc.getTextRange(range);
|
591
|
+
if (!range.isMultiLine() && (selected == '"' || selected == "'")) {
|
592
|
+
var line = session.doc.getLine(range.start.row);
|
593
|
+
var rightChar = line.substring(range.start.column + 1, range.start.column + 2);
|
594
|
+
if (rightChar == '"') {
|
595
|
+
range.end.column++;
|
596
|
+
return range;
|
597
|
+
}
|
598
|
+
}
|
599
|
+
});
|
600
|
+
|
601
|
+
};
|
602
|
+
|
603
|
+
oop.inherits(CstyleBehaviour, Behaviour);
|
604
|
+
|
605
|
+
exports.CstyleBehaviour = CstyleBehaviour;
|
606
|
+
});
|
607
|
+
|
608
|
+
define('ace/mode/folding/cstyle', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/range', 'ace/mode/folding/fold_mode'], function(require, exports, module) {
|
609
|
+
|
610
|
+
|
611
|
+
var oop = require("../../lib/oop");
|
612
|
+
var Range = require("../../range").Range;
|
613
|
+
var BaseFoldMode = require("./fold_mode").FoldMode;
|
614
|
+
|
615
|
+
var FoldMode = exports.FoldMode = function() {};
|
616
|
+
oop.inherits(FoldMode, BaseFoldMode);
|
617
|
+
|
618
|
+
(function() {
|
619
|
+
|
620
|
+
this.foldingStartMarker = /(\{|\[)[^\}\]]*$|^\s*(\/\*)/;
|
621
|
+
this.foldingStopMarker = /^[^\[\{]*(\}|\])|^[\s\*]*(\*\/)/;
|
622
|
+
|
623
|
+
this.getFoldWidgetRange = function(session, foldStyle, row) {
|
624
|
+
var line = session.getLine(row);
|
625
|
+
var match = line.match(this.foldingStartMarker);
|
626
|
+
if (match) {
|
627
|
+
var i = match.index;
|
628
|
+
|
629
|
+
if (match[1])
|
630
|
+
return this.openingBracketBlock(session, match[1], row, i);
|
631
|
+
|
632
|
+
var range = session.getCommentFoldRange(row, i + match[0].length);
|
633
|
+
range.end.column -= 2;
|
634
|
+
return range;
|
635
|
+
}
|
636
|
+
|
637
|
+
if (foldStyle !== "markbeginend")
|
638
|
+
return;
|
639
|
+
|
640
|
+
var match = line.match(this.foldingStopMarker);
|
641
|
+
if (match) {
|
642
|
+
var i = match.index + match[0].length;
|
643
|
+
|
644
|
+
if (match[2]) {
|
645
|
+
var range = session.getCommentFoldRange(row, i);
|
646
|
+
range.end.column -= 2;
|
647
|
+
return range;
|
648
|
+
}
|
649
|
+
|
650
|
+
var end = {row: row, column: i};
|
651
|
+
var start = session.$findOpeningBracket(match[1], end);
|
652
|
+
|
653
|
+
if (!start)
|
654
|
+
return;
|
655
|
+
|
656
|
+
start.column++;
|
657
|
+
end.column--;
|
658
|
+
|
659
|
+
return Range.fromPoints(start, end);
|
660
|
+
}
|
661
|
+
};
|
662
|
+
|
663
|
+
}).call(FoldMode.prototype);
|
664
|
+
|
665
|
+
});
|
666
|
+
|
667
|
+
define('ace/mode/folding/fold_mode', ['require', 'exports', 'module' , 'ace/range'], function(require, exports, module) {
|
668
|
+
|
669
|
+
|
670
|
+
var Range = require("../../range").Range;
|
671
|
+
|
672
|
+
var FoldMode = exports.FoldMode = function() {};
|
673
|
+
|
674
|
+
(function() {
|
675
|
+
|
676
|
+
this.foldingStartMarker = null;
|
677
|
+
this.foldingStopMarker = null;
|
678
|
+
|
679
|
+
// must return "" if there's no fold, to enable caching
|
680
|
+
this.getFoldWidget = function(session, foldStyle, row) {
|
681
|
+
var line = session.getLine(row);
|
682
|
+
if (this.foldingStartMarker.test(line))
|
683
|
+
return "start";
|
684
|
+
if (foldStyle == "markbeginend"
|
685
|
+
&& this.foldingStopMarker
|
686
|
+
&& this.foldingStopMarker.test(line))
|
687
|
+
return "end";
|
688
|
+
return "";
|
689
|
+
};
|
690
|
+
|
691
|
+
this.getFoldWidgetRange = function(session, foldStyle, row) {
|
692
|
+
return null;
|
693
|
+
};
|
694
|
+
|
695
|
+
this.indentationBlock = function(session, row, column) {
|
696
|
+
var re = /\S/;
|
697
|
+
var line = session.getLine(row);
|
698
|
+
var startLevel = line.search(re);
|
699
|
+
if (startLevel == -1)
|
700
|
+
return;
|
701
|
+
|
702
|
+
var startColumn = column || line.length;
|
703
|
+
var maxRow = session.getLength();
|
704
|
+
var startRow = row;
|
705
|
+
var endRow = row;
|
706
|
+
|
707
|
+
while (++row < maxRow) {
|
708
|
+
var level = session.getLine(row).search(re);
|
709
|
+
|
710
|
+
if (level == -1)
|
711
|
+
continue;
|
712
|
+
|
713
|
+
if (level <= startLevel)
|
714
|
+
break;
|
715
|
+
|
716
|
+
endRow = row;
|
717
|
+
}
|
718
|
+
|
719
|
+
if (endRow > startRow) {
|
720
|
+
var endColumn = session.getLine(endRow).length;
|
721
|
+
return new Range(startRow, startColumn, endRow, endColumn);
|
722
|
+
}
|
723
|
+
};
|
724
|
+
|
725
|
+
this.openingBracketBlock = function(session, bracket, row, column, typeRe) {
|
726
|
+
var start = {row: row, column: column + 1};
|
727
|
+
var end = session.$findClosingBracket(bracket, start, typeRe);
|
728
|
+
if (!end)
|
729
|
+
return;
|
730
|
+
|
731
|
+
var fw = session.foldWidgets[end.row];
|
732
|
+
if (fw == null)
|
733
|
+
fw = this.getFoldWidget(session, end.row);
|
734
|
+
|
735
|
+
if (fw == "start" && end.row > start.row) {
|
736
|
+
end.row --;
|
737
|
+
end.column = session.getLine(end.row).length;
|
738
|
+
}
|
739
|
+
return Range.fromPoints(start, end);
|
740
|
+
};
|
741
|
+
|
742
|
+
}).call(FoldMode.prototype);
|
743
|
+
|
744
|
+
});
|