aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/dictionary.txt
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2011-08-03 16:43:19 -0700
committerTor Norbye <tnorbye@google.com>2011-08-03 16:58:57 -0700
commitc0cc7c38c016afb66987c2b2340c045f50136f90 (patch)
tree23f9b70ca3803286efefaa8f57e5031a1d042a8c /eclipse/dictionary.txt
parent83d04640bf245bb9ce108cef01e188761bc905f8 (diff)
downloadsdk-c0cc7c38c016afb66987c2b2340c045f50136f90.zip
sdk-c0cc7c38c016afb66987c2b2340c045f50136f90.tar.gz
sdk-c0cc7c38c016afb66987c2b2340c045f50136f90.tar.bz2
Add tag-handling for Go To Matching in XML documents
Eclipse has a Go to Matching feature, bound to Ctrl-Shift-P. However, for XML documents it only works on the character level, so if the caret is inside a tag it does nothing, and if you place it on an angle bracket, it just jumps to the opposite angle bracket for the same tag. This changeset adds a new character pair matcher which works at the tag level, so if you for example place the caret anywhere in an end tag, it will highlight the first character of the opening tag, and if you jump it will jump to that opening tag. Similarly, if you place the caret next to the < or tag name of an opening tag, it will jump to the closing tag. Change-Id: Id25487b24616abf79c71de5eec21f8c0f07e68cc
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 e966f98..8a41c8d 100644
--- a/eclipse/dictionary.txt
+++ b/eclipse/dictionary.txt
@@ -100,6 +100,7 @@ guava
hardcode
hardcoded
hardcodes
+highlighter
holo
hotfix
href