<div class="quote"><i>Sophiedp wrote:
Ace still has some issues tho, like the settings page, the textarea height after expanding, not highlighting everything, and changing how it highlights stuff based on if your viewing the page or editing. (tho now that I think about it idk if ace does syntaxhighlighting when you're viewing the page.)</i></div>
<p>Ace is separate from
the syntax highlighter, though admittedly Ace's highlighter can not fully understand very complex code or mixed code languages (such as wikitext inside XML); these is a typical issue for code editors in general. The textarea height after expansion should be dynamic based on screen size.
</p><p>I'm not familiar with the settings page you're referring to, though. Could you elaborate?
</p>