Quantcast
Channel: Ace Code Editor for MODX Revolution - Support Thread - MODX Community Forums
Browsing all 65 articles
Browse latest View live
↧

Re: Ace Code Editor for MODX Revolution - Support Thread

When I try to install Ace add-on, it breaks my modx installation (Revo 2.2.6) : I have a white screen on the right part. Do you have an idea to install it ?

View Article


Re: Ace Code Editor for MODX Revolution - Support Thread

Please try to press Ctrl+F5. Provide more info: your browser, check whether /manager/ folder is writable and /manager/componets/ace/ folder exists. Open browser console(F12 or Ctrl+Shift+K)/

View Article


Re: Ace Code Editor for MODX Revolution - Support Thread

The problem was here ! /manager/ and /manager/components/ folders should exist and writable

View Article

Re: Ace Code Editor for MODX Revolution - Support Thread

What I want to do is use TinyMCE as the editor for rich text in the Content area, but use ACE when "Toggle Editor" is clicked. Is that possible?

View Article

Re: Ace Code Editor for MODX Revolution - Support Thread

rainbowtiger, It would be great, but currently is impossibly. I think the best solution would be ace plugin for CKEditor. But currently we have CodeMirror plugin only. You can find that here.

View Article


Re: Ace Code Editor for MODX Revolution - Support Thread

It's a nice addition and works fine here with latest MODX. But it breaks "It's all Text" plugin in Firefox. And I need that for serious programming with Sublime Text. /E

View Article

Re: Ace Code Editor for MODX Revolution - Support Thread

For serious programming you should not use Manager at all (I mean code writing). Try ElementHelper (I didn't try it) You might be interested in silentworks user work - he works on Twig integration. You...

View Article

Re: Ace Code Editor for MODX Revolution - Support Thread

I've used Ace with It's All Text; in fact the Ace developer was very prompt at fixing a bug with the It's All Text edit button in the default Ace theme. I'm not using either one at the moment though,...

View Article


Re: Ace Code Editor for MODX Revolution - Support Thread

wrong highlight on this code <p class="post-info">Author: [[+createdby:userinfo=`fullname`]] [[+tv.tags:notempty=` | <span class="tags">Tags: [[!tolinks? &items=`[[+tv.tags]]`...

View Article


Re: Ace Code Editor for MODX Revolution - Support Thread

Any theme will produce faulty highlighting in some special cases. Mostly it can't handle nested [[]] for example: &showUnpublished=`[[!IsAuth? &groups=`[[!++FrontEndGroups]]`]]` Such a line...

View Article

Re: Ace Code Editor for MODX Revolution - Support Thread

Quote from: pixelchutes at Mar 02, 2013, 04:46 PMIs the Ace component currently ignoring the "which_editor" User setting? Hi, did you get this figured out? I'm having the same problem.

View Article

Re: Ace Code Editor for MODX Revolution - Support Thread

anticler, yuka123, I fixed highlighting in a coming release (I'll publish it within a week). New higlighter is actually recursive. bobwal, ace ignores wich_editor, because this is not a Rich Text...

View Article

Re: Ace Code Editor for MODX Revolution - Support Thread

Thanks, got it working now. Also just discovered Ctrl+F11 fullscreen, now that's pretty awesome!

View Article


Re: Ace Code Editor for MODX Revolution - Support Thread

Thanks, got it working now. Also just discovered Ctrl+F11 fullscreen, now that's pretty awesome!

View Article

Re: Ace Code Editor for MODX Revolution - Support Thread

There's a .git file in: core/packages/ace-1.4.2-pl/modPlugin/...hash.../0/ace/ace/ and manager/assets/components/ace/ace/ I think these should not be there. When you have a whole MODX site under git...

View Article


Image may be NSFW.
Clik here to view.

Re: Ace Code Editor for MODX Revolution - Support Thread

Indeed. Thanks

View Article

Re: Ace Code Editor for MODX Revolution - Support Thread

Hi danya_postfactum. Could U provide a feature for dynamic height in editor field? Full screen is useful but controlling height in place is more useful. For example then U edit element or resource U...

View Article


Re: Ace Code Editor for MODX Revolution - Support Thread

Howdy danya, Can we change the font in resources and elements to something else, like a monospace courier new or something? I found where to change the size in the Ace settings, but not the base font....

View Article

Re: Ace Code Editor for MODX Revolution - Support Thread

dunnamin, good idea. I'll think. For now you can create a modx plugin, that add <style> tag with @font-face (if needed) rule and such a rule: .ace_editor{ font-family: 'Your Font', monospace; }...

View Article

Image may be NSFW.
Clik here to view.

Re: Ace Code Editor for MODX Revolution - Support Thread

Quote from: danya_postfactum at Mar 12, 2014, 03:52 AMdunnamin, good idea. I'll think. For now you can create a modx plugin, that add <style> tag with @font-face (if needed) rule and such a rule:...

View Article
Browsing all 65 articles
Browse latest View live