- AuthorPosts
- January 13, 2016 at 8:49 am #20570Scott BeesonParticipant
If there is I can’t find it. For instance, I just pasted some XML and it’s all on one line. In WebStorm I can click Edit > Reformat Code and it inserts linebreaks and tabs appropriately. Does EmEditor have such functionality?
January 13, 2016 at 9:33 am #20572Patrick CParticipantI sometimes have the same problem with xhtml. Most likely you’ll need an external tool.
In my case I use an external tool called htmltidy. Emeditor doesn’t seem to have integrated such a tool.Similar tools for xml exist; google for example lists:
http://www.freeformatter.com/xml-formatter.html
http://www.cleancss.com/xml-beautify/
http://www.webtoolkitonline.com/xml-formatter.htmlHope this helps.
January 13, 2016 at 10:07 am #20574StefanParticipantHi there,
In EmEditor you can do such things by utilizing external command-line tools,
for an HTML Tidy example see e.g. https://www.emeditor.com/forums/topic/xml-without-line-breaks/
Tidy reads HTML, XHTML and XML files and writes cleaned up markup.
Also you can g00gle e.g. for “Artistic Style” (http://astyle.sourceforge.net/)
A Free, Fast, and Small Automatic Formatter for C, C++, C++/CLI, Objective‑C, C#, and Java Source Code
There are many of them.
Or search here the Library if there is a script already.
If you need help on Tool setup, just ask.
HTH?January 16, 2016 at 4:19 am #20578Patrick CParticipantThank you Stefan!
- AuthorPosts
- You must be logged in to reply to this topic.