- AuthorPosts
- September 11, 2010 at 4:01 am #8940CrashNBurnMember
I find lately I unfortunately need to work with HTML files, embedded Javascript, PHP, and
Out of the box EmEditor does not seem to be able to handle this task well.
For example, CSS-like strings in
get highlighted as a String: so you can’t distinguish the css keywords. Yet if you disable double-quote highlighting it makes the strings in PHP and Javascript difficult to look at.As well, as far as I can tell there doesn’t seem to be any
An Editor I recently used, CodeLobster PHP had
Are there any plugins/add-ons that would make editing HTML easier in EmEditor? I’ve seen the HTML-tag-completer — which is fine if you are writing code from scratch and not useful at all when you are trying to edit pre-existing files. Or if you need to try and format the file so that it’s actually human-readable (ie proper tag spacing/indenting).
I also really miss key-word completion when it comes to html/css; having to constantly reference the correct terminology really slows down the work-flow.
September 13, 2010 at 2:55 am #8942Yutaka EmuraKeymasterHello CrashNBurn,
You might want to try Zen-coding plug-in/macros.
http://www.emeditor.com/modules/feature1/rewrite/tc_37.htmlIn Zen-coding, the Balance Tag action selects text between and .
Key-word completion can be accomplished using the WordComplete plug-in, which is installed by default.
Please let me know if you have further questions.
Thank you!
- AuthorPosts
- You must be logged in to reply to this topic.