Re: Ace Code Editor for MODX Revolution - Support Thread
Quote from: alex_dutch at Aug 17, 2015, 11:26 AMHi larscwallin. What version of your MODx? P.S. Please, always specify at least what version of MODx you have, for finding solutions. Same problem here....
View ArticleRe: Ace Code Editor for MODX Revolution - Support Thread
+1 on CSS highlighting. Version 1.5.1 was the latest one where if you have a static chunk pointing to a CSS file for example, you would get CSS highlighting. But since 1.5.1 it hasn't worked. Only if...
View ArticleRe: Ace Code Editor for MODX Revolution - Support Thread
Hi, I'm trying to get the autocomplete funktiononality to work also for scss files like for css files. The highlighting works fine but witch file do I have to add for the autocomplete? Thanks
View ArticleRe: Ace Code Editor for MODX Revolution - Support Thread
Quote from: sottwell at Dec 20, 2012, 01:01 AMAll I can say is that I like it; there was a minor issue with the default skin and the developer of Ace was very responsive and got it fixed quickly. Hi,...
View ArticleRe: Ace Code Editor for MODX Revolution - Support Thread
After 2 hours mucking round with things in the filesystem, installing codemirror instead, going through documentation and searching posts on these forums all the while thinking "surely this shouldn't...
View ArticleRe: Ace Code Editor for MODX Revolution - Support Thread
finally finally found it in the main System settings, Editor theme. Was there somewhere I could have found this information easily? It feels like there should have been.
View ArticleRe: Ace Code Editor for MODX Revolution - Support Thread
Quote from: danya_postfactum at Dec 19, 2012, 08:45 PMFeel free to leave comments and suggestions for Ace Editor. Hello, I use Modx Revo + MiniShop2 + pdoTools. All worked good, but when i have...
View ArticleRe: Ace Code Editor for MODX Revolution - Support Thread
First of all, awesome Extra man! Maybe someone already reported these hickups in release "ace-1.6.3-pl": - The syntax highlighting for CSS is broken. - Also, the CTRL+f and CTRL+h are no longer...
View ArticleRe: Ace Code Editor for MODX Revolution - Support Thread
Hi larscwallin. What version of your MODx? P.S. Please, always specify at least what version of MODx you have, for finding solutions.
View ArticleRe: Ace Code Editor for MODX Revolution - Support Thread
Quote from: alex_dutch at Aug 17, 2015, 11:26 AMHi larscwallin. What version of your MODx? P.S. Please, always specify at least what version of MODx you have, for finding solutions. Same problem here....
View ArticleRe: Ace Code Editor for MODX Revolution - Support Thread
+1 on CSS highlighting. Version 1.5.1 was the latest one where if you have a static chunk pointing to a CSS file for example, you would get CSS highlighting. But since 1.5.1 it hasn't worked. Only if...
View ArticleRe: Ace Code Editor for MODX Revolution - Support Thread
Hi, I'm trying to get the autocomplete funktiononality to work also for scss files like for css files. The highlighting works fine but witch file do I have to add for the autocomplete? Thanks
View ArticleRe: Ace Code Editor for MODX Revolution - Support Thread
i just replaced CodeMirror with ACE & love the styles - but i REALLY liked the way CM auto-expanded the textarea height to fill the space. it provided for a much larger code area, but still within...
View ArticleRe: Ace Code Editor for MODX Revolution - Support Thread
FYI - i found a fix for the scrollbar thing... https://github.com/ajaxorg/ace/issues/2872 add... .ace_scrollbar-inner { background-color: white; opacity: 0.01; } to the theme's css in its js file. FYI2...
View ArticleRe: Ace Code Editor for MODX Revolution - Support Thread
If you try this implementation of Ace and CodeMirror, you WILL never never look back again. It is beyond beautiful, intuitive, highly extensible right from from one chunk (no digging around looking for...
View ArticleRe: Ace Code Editor for MODX Revolution - Support Thread
Hi, I installed ACE 1.6.5-pl on modx-2.5.1-pl. But after install, then I was unable to create new document (by clicking icon document or plus sign in left panel). The screen is white. If inspected...
View ArticleRe: Ace Code Editor for MODX Revolution - Support Thread
How did you do that, change settings if you are unable to use manager, if I'm correctly understand you. P.S. and please check your log file
View ArticleRe: Ace Code Editor for MODX Revolution - Support Thread
I have an issue with ACE when using the "assets_url" setting in a context. It seems that ACE is using that setting to load it's files. Setting the namespace assets url has no effect. How can I tell Ace...
View ArticleRe: Ace Code Editor for MODX Revolution - Support Thread
I was able to fix this and would like to suggest a fix for the next update. Error handling could be useful here as well, so that ace.assets_url is only used when not empty, otherwise it should fall...
View ArticleRe: Ace Code Editor for MODX Revolution - Support Thread
Since updating to ACE 1.6.5, in Revo 2.5.5, the ACE editor has stopped working within chunks, snippets, templates, etc. It still works perfectly in the static files like .css and .js files. Anyone else?
View Article