Skip to content

Commit

Permalink
Update Tracy core and ACE Editor
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianbj committed Mar 19, 2024
1 parent 9685027 commit 3d9308e
Show file tree
Hide file tree
Showing 24 changed files with 89 additions and 40 deletions.
2 changes: 1 addition & 1 deletion TracyDebugger.module.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public static function getModuleInfo() {
'summary' => __('Tracy debugger from Nette with many PW specific custom tools.', __FILE__),
'author' => 'Adrian Jones',
'href' => 'https://processwire.com/talk/forum/58-tracy-debugger/',
'version' => '4.25.21',
'version' => '4.25.22',
'autoload' => 100000, // in PW 3.0.114+ higher numbers are loaded first - we want Tracy first
'singular' => true,
'requires' => 'ProcessWire>=2.7.2, PHP>=5.4.4',
Expand Down
2 changes: 1 addition & 1 deletion scripts/ace-editor/ace.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scripts/ace-editor/ext-modelist.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/ace-editor/ext-options.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scripts/ace-editor/ext-prompt.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scripts/ace-editor/ext-settings_menu.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions scripts/ace-editor/mode-assembly_arm32.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions scripts/ace-editor/mode-vue.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions scripts/ace-editor/snippets/assembly_arm32.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
; (function() {
window.require(["ace/snippets/assembly_arm32"], function(m) {
if (typeof module == "object" && typeof exports == "object" && module) {
module.exports = m;
}
});
})();

8 changes: 8 additions & 0 deletions scripts/ace-editor/snippets/vue.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
; (function() {
window.require(["ace/snippets/vue"], function(m) {
if (typeof module == "object" && typeof exports == "object" && module) {
module.exports = m;
}
});
})();

Loading

0 comments on commit 3d9308e

Please sign in to comment.