diff --git a/package-lock.json b/package-lock.json index 9203a83dd..d61852efb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@pylonide/v8debug": "~0.1.3", "@pylonide/vfs-architect": "~0.6.0", "@pylonide/vfs-nodefs-adapter": "~0.6.0", - "ace": "https://github.com/ajaxorg/ace/tarball/v1.23.0", + "ace": "https://github.com/ajaxorg/ace/tarball/v1.23.2", "amd-loader": "~0.0.8", "architect": "~0.1.13", "async": "~3.2.0", @@ -321,9 +321,9 @@ }, "node_modules/ace": { "name": "ace-code", - "version": "1.23.0", - "resolved": "https://github.com/ajaxorg/ace/tarball/v1.23.0", - "integrity": "sha512-Ivx2b5zlcgrDhmBbB1pvdfoPsZY5or2HN7Wfw/cMpNd7itXlfmtpttJ75/fqhU5aQcNtCJfA+utjYr4Yc1iq3w==", + "version": "1.23.2", + "resolved": "https://github.com/ajaxorg/ace/tarball/v1.23.2", + "integrity": "sha512-r3T/2wniqNNxigyicpZF27EiuDJqgXO2J/ZIhKCkBgYXdojVQTsZUjwTANB6M5C8JAxz7z+0P73hmJB1PFB1QA==", "license": "BSD-3-Clause", "engines": { "node": ">= 0.6.0" @@ -2055,8 +2055,8 @@ } }, "ace": { - "version": "https://github.com/ajaxorg/ace/tarball/v1.23.0", - "integrity": "sha512-Ivx2b5zlcgrDhmBbB1pvdfoPsZY5or2HN7Wfw/cMpNd7itXlfmtpttJ75/fqhU5aQcNtCJfA+utjYr4Yc1iq3w==" + "version": "https://github.com/ajaxorg/ace/tarball/v1.23.2", + "integrity": "sha512-r3T/2wniqNNxigyicpZF27EiuDJqgXO2J/ZIhKCkBgYXdojVQTsZUjwTANB6M5C8JAxz7z+0P73hmJB1PFB1QA==" }, "amd-loader": { "version": "0.0.8", diff --git a/package.json b/package.json index b65796da9..5e2aad951 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@pylonide/v8debug": "~0.1.3", "@pylonide/vfs-architect": "~0.6.0", "@pylonide/vfs-nodefs-adapter": "~0.6.0", - "ace": "https://github.com/ajaxorg/ace/tarball/v1.23.0" + "ace": "https://github.com/ajaxorg/ace/tarball/v1.23.2" }, "devDependencies": { "rimraf": "~5.0.1", diff --git a/plugins-client/lib.ppc/www/ppc/elements/codeeditor.js b/plugins-client/lib.ppc/www/ppc/elements/codeeditor.js index d486be9d1..228774626 100644 --- a/plugins-client/lib.ppc/www/ppc/elements/codeeditor.js +++ b/plugins-client/lib.ppc/www/ppc/elements/codeeditor.js @@ -516,8 +516,7 @@ ppc.codeeditor = module.exports = function(struct, tagName) { this.activeline = ed.getHighlightActiveLine();//true; this.gutterline = ed.getHighlightGutterLine();//true; this.animatedscroll = ed.getAnimatedScroll();//true - // FIXME ajaxorg/ace #5228 - this.showindentguides = true;//ed.getDisplayIndentGuides();//true + this.showindentguides = ed.getDisplayIndentGuides();//true this.autohidehorscrollbar = !ed.renderer.getHScrollBarAlwaysVisible();//true this.highlightselectedword = ed.getHighlightSelectedWord(); this.behaviors = !ed.getBehavioursEnabled();