Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » How can I influence the way the xml formatter works?(I'd like to change the default linebreak-insertion behavior of the xml formatter.)
How can I influence the way the xml formatter works? [message #708000] Tue, 02 August 2011 10:21
Maarten Dirkse is currently offline Maarten DirkseFriend
Messages: 1
Registered: August 2011
Junior Member
Hi,
Currently, if I format (ctrl-shift-f) my xml document with the following content:

<formalpara><title>jquery-ui.zip bestand</title>The <ulink>quick</ulink> brown fox etc. etc.</formalpara>


Eclipse turns it into:

<formalpara>
  <title>jquery-ui.zip bestand</title>
  The
  <ulink>quick</ulink>
  brown fox etc. etc.
</formalpara>


Whereas I'd like it to be:
<formalpara>
  <title>jquery-ui.zip bestand</title>
  The <ulink>quick</ulink> brown fox etc. etc.
</formalpara>


So my question is: how do I tell the xml formatter not to insert a line break before and after the ulink element?

I'm using the Indigo release with version 3.3.0 of the WTP XML editor and tools.

Regards,
Maarten
Previous Topic:Invoke WTP XML Formatter from commandline?
Next Topic:Problem opening jsp in editor
Goto Forum:
  


Current Time: Fri Apr 26 15:56:34 GMT 2024

Powered by FUDForum. Page generated in 0.03859 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top