Re: Ace Code Editor for MODX Revolution - Support Thread
I can't seem to get word wrap to work on Ace. I'm using 1.4.3. I changed the word wrap setting in the system settings to Yes, but it's still not wrapping.
View ArticleRe: Ace Code Editor for MODX Revolution - Support Thread
Hmm. Apparently the problem was with the way that AjaxManager interacted with Ace, because as soon as I turned off AjaxManager, the settings took effect.
View ArticleRe: Ace Code Editor for MODX Revolution - Support Thread
paulbohman, you just need to reload tab (F5) after you changed a setting. Because AjaxManager does not track settings changes.
View ArticleRe: Ace Code Editor for MODX Revolution - Support Thread
Dude! Ace new code completion (Ctrl+Space) is the bomb! I've been using it for like 10 seconds and its already imprescindible Thanks for such an awesome feature. This improves productivity even more....
View ArticleRe: Ace Code Editor for MODX Revolution - Support Thread
Agree with lithiumlab, the code completion is all sorts of awesome! On a separate note, I have been using CodeMirror for so long that a few of Ace's Key Bindings are constantly throwing me off. For...
View ArticleRe: Ace Code Editor for MODX Revolution - Support Thread
hi I have an issue when using Ace and Formit's utility snippet for radio buttons and checkboxes in a static/external file. For example this code works fine in a chunk(which is formit's official...
View ArticleRe: Ace Code Editor for MODX Revolution - Support Thread
Ace + CKEditor I have enabled Ace for HTML/Source editing in resources Modx setting > Editor to use > which_editor > Ace But... it works only when "Rich Text" is unchecked Is there a way to...
View ArticleRe: Ace Code Editor for MODX Revolution - Support Thread
kevind_modx, This error is produced by HTML syntax checker. It's enabled for .html file extension and disabled for .tpl johnxx, which_editor is ignored. You can set use_editor modx setting to false to...
View ArticleRe: Ace Code Editor for MODX Revolution - Support Thread
johnxx, which_editor is ignored. You can set use_editor modx setting to false to get ace for resources. So, ace is used whenever RTE is not used. I should add this info into readme... Ideally I would...
View ArticleRe: Ace Code Editor for MODX Revolution - Support Thread
To use a Context Setting I had to hack the plugin at lines 85 and 105 to have it use $modx->controller->context->getOption('use_editor') instead of $modx->getOption('use_editor') However, I...
View ArticleRe: Ace Code Editor for MODX Revolution - Support Thread
Is there a way to use Ace for Template Variables? (Ultimately Text Areas, not Rich Text)
View ArticleRe: Ace Code Editor for MODX Revolution - Support Thread
Thanks again for custom height. Ace have a lot of commands, but I didn't find needful. I've searching useful tool - get list of all variables(constants and functions). This tool allows to check that is...
View ArticleRe: Ace Code Editor for MODX Revolution - Support Thread
I've twice now tried Ace in ModX 2.3.3, but cannot get syntax highlighting or emmet functionality. Are there specific requirements for Ace in ModX? Asking because this most recent test was in a local...
View ArticleRe: Ace Code Editor for MODX Revolution - Support Thread
Not sure about emmet, but Ace does code syntax highlighting just fine on installation.
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 Article