aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/dictionary.txt
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2011-07-29 13:04:31 -0700
committerTor Norbye <tnorbye@google.com>2011-08-01 21:02:58 -0700
commit2914952cf3b5bad8292c0ce161a70baccfea9c3a (patch)
tree5dcd3a6fb7726dcd808c5ed10bfb4b61369604ab /eclipse/dictionary.txt
parent8d3f0d2d7a3cc5960fe6646f0e1874f98ce90bb9 (diff)
downloadsdk-2914952cf3b5bad8292c0ce161a70baccfea9c3a.zip
sdk-2914952cf3b5bad8292c0ce161a70baccfea9c3a.tar.gz
sdk-2914952cf3b5bad8292c0ce161a70baccfea9c3a.tar.bz2
Add a new XML formatter, new options, and format on save
This changeset adds a custom XML formatter for the Android XML editors. There is an option for turning off this formatter and using the standard XML formatter instead. The new custom formatter offers the following features: * By default, it formats files following the Android conventions for XML formatting. This means not only that it indents with 4 space characters (instead of the Eclipse default of one tab character), but it places attributes on a line of their own, it adds blank lines in certain places, and so on. * It sorts attributes (logically, alphabetically, or none) * It formats files with different styles depending on the context. For example, in layout files it always places a single blank line between view elements, whereas in manifest files it only places blank lines between elements of different types such that for example the <uses-permission> elements all form a logical group, separated from <uses-sdk> and so on. The fact that strings.xml and layout.xml are usually formatted with different flavors is one of the reasons setting up the old Eclipse XML formatter to do the right thing was not possible. In addition, there are various user options added to the Editors preference page where you can tweak the behavior of the formatter, such as turning off blank lines completely, controlling whether there is a space before the > or /> closing characters, and you can also tell the formatter to use Eclipse's indentation setting (indentation size and whether to use spaces or tabs). Finally, there is a new "Format on Save" option which behaves just like Format on Save for Java files: when you press Ctrl-S to save a file, the XML content will be formatted before the file is saved. Change-Id: Ic6f05c768ab063b09f6f0248f60fbe8722fb149d
Diffstat (limited to 'eclipse/dictionary.txt')
-rw-r--r--eclipse/dictionary.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclipse/dictionary.txt b/eclipse/dictionary.txt
index 35e808f..002c62b 100644
--- a/eclipse/dictionary.txt
+++ b/eclipse/dictionary.txt
@@ -261,6 +261,7 @@ upcoming
uri
url
urls
+utf
validator
varargs
verbosity