DoghouseMedia / Dhmedia_Devel--Magento-Developer-Tools-

Advanced Developer Tools for Magento E-commerce
http://www.magentocommerce.com/magento-connect/advanced-developer-tools.html
61 stars 9 forks source link

Highlight xml in editor #14

Open jez500 opened 13 years ago

jez500 commented 13 years ago

If you have used block hints to edit a layout XML file, It would be nice if the editor highlighted the xml that matches the block you want to edit.

jonathan-dh commented 12 years ago

It's been working fine for me but I have had issues with this before. I'm changing it to milestone 1.5 and will try first of all to upgrade the CodeMirror editor or replace it with a different one:

Also, in the long run, in might be nice to integrate with either Online IDEs (Kodingen, CodeAnywhere, etc) and client IDEs (Eclipe, ZendStudio, etc).

jez500 commented 12 years ago

ace is cool! it even knows about php functions. eg, myfunc(); has a different colour to date(); it has my vote (if you haven't already done it)