History log of /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/formatting/EclipseXmlPrettyPrinterTest.java
Revision Date Author Comments
8e295a929298d003fb76871518e492179d8a6094 20-Mar-2013 Tor Norbye <tnorbye@google.com> 52407: should add a newline at the end of autogenerated xml files

Change-Id: Ia7a910e4426cf73f9ed25de9dfaf3df63cb88116
8bc5b0db7f846ae3150e67e476ba989a103593fd 07-Mar-2013 Tor Norbye <tnorbye@google.com> 52887: Unable to format xml documents that begin with comments

Change-Id: Ia3bb2658474760de51b8af4d2f74d3c4771151c7
13a9256cbb601228887eea910ce1dbd68a776b17 17-Dec-2012 Tor Norbye <tnorbye@google.com> Use the SDK common XmlPrettyPrinter

The XML pretty printer was moved up from the Eclipse plugin
into common (such that for example the resource merger can
use it).

This CL removes the old XML pretty printer and replaces it
by a subclass which customizes the formatter slightly (in
particular, taking advantage of the Eclipse DOM's ability
to remember whether an XML tag was an empty tag such at
<this/> rather than <this></this>.)

Change-Id: Ie0865c3c35f1340fa4dcaf42253599f278ce4997