diff --git a/Server/src/main/resources/static/js/ace/mode-mar.js b/Server/src/main/resources/static/js/ace/mode-mar.js index 287ebfb..3d67171 100644 --- a/Server/src/main/resources/static/js/ace/mode-mar.js +++ b/Server/src/main/resources/static/js/ace/mode-mar.js @@ -33,7 +33,7 @@ * IT MIGHT NOT BE PERFECT ...But it's a good start from an existing *.tmlanguage file. * * fileTypes * ****************************************************************************************/ -define("ace/mode/mar_rules", ["require", "exports", "module", "ace/lib/oop", "ace/mode/text_highlight_rules"], function (require, exports, module) { +define("ace/mode/mar_rules", ["require", "exports", "ace/lib/oop", "ace/mode/text_highlight_rules"], function (require, exports) { "use strict"; var oop = require("../lib/oop"); @@ -95,7 +95,7 @@ define("ace/mode/mar_rules", ["require", "exports", "module", "ace/lib/oop", "ac exports.MarHighlightRules = MarHighlightRules; }); -define("ace/mode/mar", ["require", "exports", "module", "ace/lib/oop", "ace/mode/text", "ace/mode/mar_rules"], function (require, exports, module) { +define("ace/mode/mar", ["require", "exports", "ace/lib/oop", "ace/mode/text", "ace/mode/mar_rules"], function (require, exports) { "use strict"; var oop = require("../lib/oop"); @@ -114,4 +114,4 @@ define("ace/mode/mar", ["require", "exports", "module", "ace/lib/oop", "ace/mode }).call(Mode.prototype); exports.Mode = Mode; -}); \ No newline at end of file +}); diff --git a/Server/src/main/resources/static/js/ace/theme-chaos.js b/Server/src/main/resources/static/js/ace/theme-chaos.js index e4c4a5a..185e3d9 100644 --- a/Server/src/main/resources/static/js/ace/theme-chaos.js +++ b/Server/src/main/resources/static/js/ace/theme-chaos.js @@ -1,4 +1,4 @@ -define("ace/theme/chaos", ["require", "exports", "module", "ace/lib/dom"], function (require, exports, module) { +define("ace/theme/chaos", ["require", "exports", "ace/lib/dom"], function (require, exports) { exports.isDark = true; exports.cssClass = "ace-chaos"; diff --git a/Server/src/main/resources/static/js/ace/theme-chrome.js b/Server/src/main/resources/static/js/ace/theme-chrome.js index 4485d7f..cade712 100644 --- a/Server/src/main/resources/static/js/ace/theme-chrome.js +++ b/Server/src/main/resources/static/js/ace/theme-chrome.js @@ -1,4 +1,4 @@ -define("ace/theme/chrome", ["require", "exports", "module", "ace/lib/dom"], function (require, exports, module) { +define("ace/theme/chrome", ["require", "exports", "ace/lib/dom"], function (require, exports) { exports.isDark = false; exports.cssClass = "ace-chrome"; diff --git a/Server/src/main/resources/static/js/ace/theme-clouds.js b/Server/src/main/resources/static/js/ace/theme-clouds.js index 2dfea40..8a8b029 100644 --- a/Server/src/main/resources/static/js/ace/theme-clouds.js +++ b/Server/src/main/resources/static/js/ace/theme-clouds.js @@ -1,4 +1,4 @@ -define("ace/theme/clouds", ["require", "exports", "module", "ace/lib/dom"], function (require, exports, module) { +define("ace/theme/clouds", ["require", "exports", "ace/lib/dom"], function (require, exports) { exports.isDark = false; exports.cssClass = "ace-clouds"; diff --git a/Server/src/main/resources/static/js/ace/theme-cobalt.js b/Server/src/main/resources/static/js/ace/theme-cobalt.js index c10df60..6b867bb 100644 --- a/Server/src/main/resources/static/js/ace/theme-cobalt.js +++ b/Server/src/main/resources/static/js/ace/theme-cobalt.js @@ -1,4 +1,4 @@ -define("ace/theme/cobalt", ["require", "exports", "module", "ace/lib/dom"], function (require, exports, module) { +define("ace/theme/cobalt", ["require", "exports", "ace/lib/dom"], function (require, exports) { exports.isDark = true; exports.cssClass = "ace-cobalt"; diff --git a/Server/src/main/resources/static/js/ace/theme-crimson_editor.js b/Server/src/main/resources/static/js/ace/theme-crimson_editor.js index 2302e48..807f475 100644 --- a/Server/src/main/resources/static/js/ace/theme-crimson_editor.js +++ b/Server/src/main/resources/static/js/ace/theme-crimson_editor.js @@ -1,4 +1,4 @@ -define("ace/theme/crimson_editor", ["require", "exports", "module", "ace/lib/dom"], function (require, exports, module) { +define("ace/theme/crimson_editor", ["require", "exports", "ace/lib/dom"], function (require, exports) { exports.isDark = false; exports.cssText = ".ace-crimson-editor .ace_gutter {\ background: #ebebeb;\ diff --git a/Server/src/main/resources/static/js/ace/theme-dawn.js b/Server/src/main/resources/static/js/ace/theme-dawn.js index 2860e66..e956684 100644 --- a/Server/src/main/resources/static/js/ace/theme-dawn.js +++ b/Server/src/main/resources/static/js/ace/theme-dawn.js @@ -1,4 +1,4 @@ -define("ace/theme/dawn", ["require", "exports", "module", "ace/lib/dom"], function (require, exports, module) { +define("ace/theme/dawn", ["require", "exports", "ace/lib/dom"], function (require, exports) { exports.isDark = false; exports.cssClass = "ace-dawn"; diff --git a/Server/src/main/resources/static/js/ace/theme-dracula.js b/Server/src/main/resources/static/js/ace/theme-dracula.js index 857bc83..41a41b7 100644 --- a/Server/src/main/resources/static/js/ace/theme-dracula.js +++ b/Server/src/main/resources/static/js/ace/theme-dracula.js @@ -1,4 +1,4 @@ -define("ace/theme/dracula", ["require", "exports", "module", "ace/lib/dom"], function (require, exports, module) { +define("ace/theme/dracula", ["require", "exports", "ace/lib/dom"], function (require, exports) { exports.isDark = true; exports.cssClass = "ace-dracula"; diff --git a/Server/src/main/resources/static/js/ace/theme-dreamweaver.js b/Server/src/main/resources/static/js/ace/theme-dreamweaver.js index c297a5b..37e169c 100644 --- a/Server/src/main/resources/static/js/ace/theme-dreamweaver.js +++ b/Server/src/main/resources/static/js/ace/theme-dreamweaver.js @@ -1,4 +1,4 @@ -define("ace/theme/dreamweaver", ["require", "exports", "module", "ace/lib/dom"], function (require, exports, module) { +define("ace/theme/dreamweaver", ["require", "exports", "ace/lib/dom"], function (require, exports) { exports.isDark = false; exports.cssClass = "ace-dreamweaver"; exports.cssText = ".ace-dreamweaver .ace_gutter {\ diff --git a/Server/src/main/resources/static/js/ace/theme-eclipse.js b/Server/src/main/resources/static/js/ace/theme-eclipse.js index 775fecd..eb57961 100644 --- a/Server/src/main/resources/static/js/ace/theme-eclipse.js +++ b/Server/src/main/resources/static/js/ace/theme-eclipse.js @@ -1,4 +1,4 @@ -define("ace/theme/eclipse", ["require", "exports", "module", "ace/lib/dom"], function (require, exports, module) { +define("ace/theme/eclipse", ["require", "exports", "ace/lib/dom"], function (require, exports) { "use strict"; exports.isDark = false; diff --git a/Server/src/main/resources/static/js/ace/theme-github.js b/Server/src/main/resources/static/js/ace/theme-github.js index f7b73bb..e9ca960 100644 --- a/Server/src/main/resources/static/js/ace/theme-github.js +++ b/Server/src/main/resources/static/js/ace/theme-github.js @@ -1,4 +1,4 @@ -define("ace/theme/github", ["require", "exports", "module", "ace/lib/dom"], function (require, exports, module) { +define("ace/theme/github", ["require", "exports", "ace/lib/dom"], function (require, exports) { exports.isDark = false; exports.cssClass = "ace-github"; diff --git a/Server/src/main/resources/static/js/ace/theme-gob.js b/Server/src/main/resources/static/js/ace/theme-gob.js index 2c37b6a..73ed835 100644 --- a/Server/src/main/resources/static/js/ace/theme-gob.js +++ b/Server/src/main/resources/static/js/ace/theme-gob.js @@ -1,4 +1,4 @@ -define("ace/theme/gob", ["require", "exports", "module", "ace/lib/dom"], function (require, exports, module) { +define("ace/theme/gob", ["require", "exports", "ace/lib/dom"], function (require, exports) { exports.isDark = true; exports.cssClass = "ace-gob"; diff --git a/Server/src/main/resources/static/js/ace/theme-gruvbox.js b/Server/src/main/resources/static/js/ace/theme-gruvbox.js index 3eda485..658b39e 100644 --- a/Server/src/main/resources/static/js/ace/theme-gruvbox.js +++ b/Server/src/main/resources/static/js/ace/theme-gruvbox.js @@ -1,4 +1,4 @@ -define("ace/theme/gruvbox", ["require", "exports", "module", "ace/lib/dom"], function (require, exports, module) { +define("ace/theme/gruvbox", ["require", "exports", "ace/lib/dom"], function (require, exports) { exports.isDark = true; exports.cssClass = "ace-gruvbox"; diff --git a/Server/src/main/resources/static/js/ace/theme-idle_fingers.js b/Server/src/main/resources/static/js/ace/theme-idle_fingers.js index 38da610..d6e6519 100644 --- a/Server/src/main/resources/static/js/ace/theme-idle_fingers.js +++ b/Server/src/main/resources/static/js/ace/theme-idle_fingers.js @@ -1,4 +1,4 @@ -define("ace/theme/idle_fingers", ["require", "exports", "module", "ace/lib/dom"], function (require, exports, module) { +define("ace/theme/idle_fingers", ["require", "exports", "ace/lib/dom"], function (require, exports) { exports.isDark = true; exports.cssClass = "ace-idle-fingers"; diff --git a/Server/src/main/resources/static/js/ace/theme-iplastic.js b/Server/src/main/resources/static/js/ace/theme-iplastic.js index 660e6d1..2c7b13b 100644 --- a/Server/src/main/resources/static/js/ace/theme-iplastic.js +++ b/Server/src/main/resources/static/js/ace/theme-iplastic.js @@ -1,4 +1,4 @@ -define("ace/theme/iplastic", ["require", "exports", "module", "ace/lib/dom"], function (require, exports, module) { +define("ace/theme/iplastic", ["require", "exports", "ace/lib/dom"], function (require, exports) { exports.isDark = false; exports.cssClass = "ace-iplastic"; diff --git a/Server/src/main/resources/static/js/ace/theme-katzenmilch.js b/Server/src/main/resources/static/js/ace/theme-katzenmilch.js index 4cce6e1..3161625 100644 --- a/Server/src/main/resources/static/js/ace/theme-katzenmilch.js +++ b/Server/src/main/resources/static/js/ace/theme-katzenmilch.js @@ -1,4 +1,4 @@ -define("ace/theme/katzenmilch", ["require", "exports", "module", "ace/lib/dom"], function (require, exports, module) { +define("ace/theme/katzenmilch", ["require", "exports", "ace/lib/dom"], function (require, exports) { exports.isDark = false; exports.cssClass = "ace-katzenmilch"; diff --git a/Server/src/main/resources/static/js/ace/theme-kuroir.js b/Server/src/main/resources/static/js/ace/theme-kuroir.js index 45c4e01..e4cb640 100644 --- a/Server/src/main/resources/static/js/ace/theme-kuroir.js +++ b/Server/src/main/resources/static/js/ace/theme-kuroir.js @@ -1,4 +1,4 @@ -define("ace/theme/kuroir", ["require", "exports", "module", "ace/lib/dom"], function (require, exports, module) { +define("ace/theme/kuroir", ["require", "exports", "ace/lib/dom"], function (require, exports) { exports.isDark = false; exports.cssClass = "ace-kuroir"; diff --git a/Server/src/main/resources/static/js/ace/theme-merbivore.js b/Server/src/main/resources/static/js/ace/theme-merbivore.js index 0656728..cbd82a0 100644 --- a/Server/src/main/resources/static/js/ace/theme-merbivore.js +++ b/Server/src/main/resources/static/js/ace/theme-merbivore.js @@ -1,4 +1,4 @@ -define("ace/theme/merbivore", ["require", "exports", "module", "ace/lib/dom"], function (require, exports, module) { +define("ace/theme/merbivore", ["require", "exports", "ace/lib/dom"], function (require, exports) { exports.isDark = true; exports.cssClass = "ace-merbivore"; diff --git a/Server/src/main/resources/static/js/ace/theme-merbivore_soft.js b/Server/src/main/resources/static/js/ace/theme-merbivore_soft.js index 9a8300c..f825a96 100644 --- a/Server/src/main/resources/static/js/ace/theme-merbivore_soft.js +++ b/Server/src/main/resources/static/js/ace/theme-merbivore_soft.js @@ -1,4 +1,4 @@ -define("ace/theme/merbivore_soft", ["require", "exports", "module", "ace/lib/dom"], function (require, exports, module) { +define("ace/theme/merbivore_soft", ["require", "exports", "ace/lib/dom"], function (require, exports) { exports.isDark = true; exports.cssClass = "ace-merbivore-soft"; diff --git a/Server/src/main/resources/static/js/ace/theme-mono_industrial.js b/Server/src/main/resources/static/js/ace/theme-mono_industrial.js index c62cc58..17b06ba 100644 --- a/Server/src/main/resources/static/js/ace/theme-mono_industrial.js +++ b/Server/src/main/resources/static/js/ace/theme-mono_industrial.js @@ -1,4 +1,4 @@ -define("ace/theme/mono_industrial", ["require", "exports", "module", "ace/lib/dom"], function (require, exports, module) { +define("ace/theme/mono_industrial", ["require", "exports", "ace/lib/dom"], function (require, exports) { exports.isDark = true; exports.cssClass = "ace-mono-industrial"; diff --git a/Server/src/main/resources/static/js/ace/theme-pastel_on_dark.js b/Server/src/main/resources/static/js/ace/theme-pastel_on_dark.js index 4a72553..fc187d0 100644 --- a/Server/src/main/resources/static/js/ace/theme-pastel_on_dark.js +++ b/Server/src/main/resources/static/js/ace/theme-pastel_on_dark.js @@ -1,4 +1,4 @@ -define("ace/theme/pastel_on_dark", ["require", "exports", "module", "ace/lib/dom"], function (require, exports, module) { +define("ace/theme/pastel_on_dark", ["require", "exports", "ace/lib/dom"], function (require, exports) { exports.isDark = true; exports.cssClass = "ace-pastel-on-dark"; diff --git a/Server/src/main/resources/static/js/ace/theme-solarized_dark.js b/Server/src/main/resources/static/js/ace/theme-solarized_dark.js index c106335..50001ea 100644 --- a/Server/src/main/resources/static/js/ace/theme-solarized_dark.js +++ b/Server/src/main/resources/static/js/ace/theme-solarized_dark.js @@ -1,4 +1,4 @@ -define("ace/theme/solarized_dark", ["require", "exports", "module", "ace/lib/dom"], function (require, exports, module) { +define("ace/theme/solarized_dark", ["require", "exports", "ace/lib/dom"], function (require, exports) { exports.isDark = true; exports.cssClass = "ace-solarized-dark"; diff --git a/Server/src/main/resources/static/js/ace/theme-solarized_light.js b/Server/src/main/resources/static/js/ace/theme-solarized_light.js index b56f62b..6b81e24 100644 --- a/Server/src/main/resources/static/js/ace/theme-solarized_light.js +++ b/Server/src/main/resources/static/js/ace/theme-solarized_light.js @@ -1,4 +1,4 @@ -define("ace/theme/solarized_light", ["require", "exports", "module", "ace/lib/dom"], function (require, exports, module) { +define("ace/theme/solarized_light", ["require", "exports", "ace/lib/dom"], function (require, exports) { exports.isDark = false; exports.cssClass = "ace-solarized-light"; diff --git a/Server/src/main/resources/static/js/ace/theme-sqlserver.js b/Server/src/main/resources/static/js/ace/theme-sqlserver.js index 417c1d7..bf72c90 100644 --- a/Server/src/main/resources/static/js/ace/theme-sqlserver.js +++ b/Server/src/main/resources/static/js/ace/theme-sqlserver.js @@ -1,4 +1,4 @@ -define("ace/theme/sqlserver", ["require", "exports", "module", "ace/lib/dom"], function (require, exports, module) { +define("ace/theme/sqlserver", ["require", "exports", "ace/lib/dom"], function (require, exports) { exports.isDark = false; exports.cssClass = "ace-sqlserver"; diff --git a/Server/src/main/resources/static/js/ace/theme-terminal.js b/Server/src/main/resources/static/js/ace/theme-terminal.js index 68b9b00..7b112fb 100644 --- a/Server/src/main/resources/static/js/ace/theme-terminal.js +++ b/Server/src/main/resources/static/js/ace/theme-terminal.js @@ -1,4 +1,4 @@ -define("ace/theme/terminal", ["require", "exports", "module", "ace/lib/dom"], function (require, exports, module) { +define("ace/theme/terminal", ["require", "exports", "ace/lib/dom"], function (require, exports) { exports.isDark = true; exports.cssClass = "ace-terminal-theme"; diff --git a/Server/src/main/resources/static/js/ace/theme-textmate.js b/Server/src/main/resources/static/js/ace/theme-textmate.js index 469c3c7..f42f9bc 100644 --- a/Server/src/main/resources/static/js/ace/theme-textmate.js +++ b/Server/src/main/resources/static/js/ace/theme-textmate.js @@ -1,4 +1,4 @@ -define("ace/theme/textmate", ["require", "exports", "module", "ace/lib/dom"], function (require, exports, module) { +define("ace/theme/textmate", ["require", "exports", "ace/lib/dom"], function (require, exports) { "use strict"; exports.isDark = false; diff --git a/Server/src/main/resources/static/js/ace/theme-tomorrow.js b/Server/src/main/resources/static/js/ace/theme-tomorrow.js index aced69c..27aa82d 100644 --- a/Server/src/main/resources/static/js/ace/theme-tomorrow.js +++ b/Server/src/main/resources/static/js/ace/theme-tomorrow.js @@ -1,4 +1,4 @@ -define("ace/theme/tomorrow", ["require", "exports", "module", "ace/lib/dom"], function (require, exports, module) { +define("ace/theme/tomorrow", ["require", "exports", "ace/lib/dom"], function (require, exports) { exports.isDark = false; exports.cssClass = "ace-tomorrow"; diff --git a/Server/src/main/resources/static/js/ace/theme-tomorrow_night.js b/Server/src/main/resources/static/js/ace/theme-tomorrow_night.js index 687843a..c0df265 100644 --- a/Server/src/main/resources/static/js/ace/theme-tomorrow_night.js +++ b/Server/src/main/resources/static/js/ace/theme-tomorrow_night.js @@ -1,4 +1,4 @@ -define("ace/theme/tomorrow_night", ["require", "exports", "module", "ace/lib/dom"], function (require, exports, module) { +define("ace/theme/tomorrow_night", ["require", "exports", "ace/lib/dom"], function (require, exports) { exports.isDark = true; exports.cssClass = "ace-tomorrow-night"; diff --git a/Server/src/main/resources/static/js/ace/theme-tomorrow_night_blue.js b/Server/src/main/resources/static/js/ace/theme-tomorrow_night_blue.js index b4ee5ed..e608d01 100644 --- a/Server/src/main/resources/static/js/ace/theme-tomorrow_night_blue.js +++ b/Server/src/main/resources/static/js/ace/theme-tomorrow_night_blue.js @@ -1,4 +1,4 @@ -define("ace/theme/tomorrow_night_blue", ["require", "exports", "module", "ace/lib/dom"], function (require, exports, module) { +define("ace/theme/tomorrow_night_blue", ["require", "exports", "ace/lib/dom"], function (require, exports) { exports.isDark = true; exports.cssClass = "ace-tomorrow-night-blue"; diff --git a/Server/src/main/resources/static/js/ace/theme-tomorrow_night_bright.js b/Server/src/main/resources/static/js/ace/theme-tomorrow_night_bright.js index eff04cc..3baf412 100644 --- a/Server/src/main/resources/static/js/ace/theme-tomorrow_night_bright.js +++ b/Server/src/main/resources/static/js/ace/theme-tomorrow_night_bright.js @@ -1,4 +1,4 @@ -define("ace/theme/tomorrow_night_bright", ["require", "exports", "module", "ace/lib/dom"], function (require, exports, module) { +define("ace/theme/tomorrow_night_bright", ["require", "exports", "ace/lib/dom"], function (require, exports) { exports.isDark = true; exports.cssClass = "ace-tomorrow-night-bright"; diff --git a/Server/src/main/resources/static/js/ace/theme-tomorrow_night_eighties.js b/Server/src/main/resources/static/js/ace/theme-tomorrow_night_eighties.js index 55b6c38..e4bbb1e 100644 --- a/Server/src/main/resources/static/js/ace/theme-tomorrow_night_eighties.js +++ b/Server/src/main/resources/static/js/ace/theme-tomorrow_night_eighties.js @@ -1,4 +1,4 @@ -define("ace/theme/tomorrow_night_eighties", ["require", "exports", "module", "ace/lib/dom"], function (require, exports, module) { +define("ace/theme/tomorrow_night_eighties", ["require", "exports", "ace/lib/dom"], function (require, exports) { exports.isDark = true; exports.cssClass = "ace-tomorrow-night-eighties"; diff --git a/Server/src/main/resources/static/js/ace/theme-twilight.js b/Server/src/main/resources/static/js/ace/theme-twilight.js index ddee95e..8224c53 100644 --- a/Server/src/main/resources/static/js/ace/theme-twilight.js +++ b/Server/src/main/resources/static/js/ace/theme-twilight.js @@ -1,4 +1,4 @@ -define("ace/theme/twilight", ["require", "exports", "module", "ace/lib/dom"], function (require, exports, module) { +define("ace/theme/twilight", ["require", "exports", "ace/lib/dom"], function (require, exports) { exports.isDark = true; exports.cssClass = "ace-twilight"; diff --git a/Server/src/main/resources/static/js/ace/theme-vibrant_ink.js b/Server/src/main/resources/static/js/ace/theme-vibrant_ink.js index c4c1dfc..7f1331b 100644 --- a/Server/src/main/resources/static/js/ace/theme-vibrant_ink.js +++ b/Server/src/main/resources/static/js/ace/theme-vibrant_ink.js @@ -1,4 +1,4 @@ -define("ace/theme/vibrant_ink", ["require", "exports", "module", "ace/lib/dom"], function (require, exports, module) { +define("ace/theme/vibrant_ink", ["require", "exports", "ace/lib/dom"], function (require, exports) { exports.isDark = true; exports.cssClass = "ace-vibrant-ink"; diff --git a/Server/src/main/resources/static/js/ace/theme-xcode.js b/Server/src/main/resources/static/js/ace/theme-xcode.js index ac9d680..69db62e 100644 --- a/Server/src/main/resources/static/js/ace/theme-xcode.js +++ b/Server/src/main/resources/static/js/ace/theme-xcode.js @@ -1,4 +1,4 @@ -define("ace/theme/xcode", ["require", "exports", "module", "ace/lib/dom"], function (require, exports, module) { +define("ace/theme/xcode", ["require", "exports", "ace/lib/dom"], function (require, exports) { exports.isDark = false; exports.cssClass = "ace-xcode";