aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/dictionary.txt
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2011-10-06 19:52:03 -0700
committerTor Norbye <tnorbye@google.com>2011-10-10 10:00:05 -0700
commite632293a36d9a334d8e87c8baa1f4196f6fb917e (patch)
tree365480c32f04ac09fb33014b347ae732adadf0bb /eclipse/dictionary.txt
parent185cc24428a19bf5e5c1973da9a4d3b5396ca315 (diff)
downloadsdk-e632293a36d9a334d8e87c8baa1f4196f6fb917e.zip
sdk-e632293a36d9a334d8e87c8baa1f4196f6fb917e.tar.gz
sdk-e632293a36d9a334d8e87c8baa1f4196f6fb917e.tar.bz2
More GridLayout Fixes
This changeset fixes various issues in the GridLayout support: (1) Add custom Paste support for GridLayout. The default copy/paste handler just treats a paste as a drag into (0,0) followed by a drop. That doesn't work well for GridLayout since it ends up writing the dragged elements into row/column 0,0. This changeset adds a custom override of the paste handler such that it adds the pasted elements into successive table cells instead. It still needs to adjust the column spans to avoid changing the current table structure; that will be done in a followup CL. (2) Clean up the Layout Actions Bar a bit for GridLayout. Separate out the "Show Structure" and "Grid Mode" actions, and make grid-operations (Add/Remove Row/Column) only show up in Grid Mode, and similarly only show Snap to Grid in Free Mode. (3) The hidden <Space> widgets should also be hidden when selected via Select All. Also fix a remaining issue with the action enablement of Select All. (4) Fix a bug where the preview bounding rectangle was drawn at the wrong place when showing a center-horizontal proposal. (5) Remove an assertion encountered during GridLayout conversion which is not always true. Change-Id: I8c4c0cac5052e59c5943e535b2f790f420303f9d
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 286b5e7..4eb4b94 100644
--- a/eclipse/dictionary.txt
+++ b/eclipse/dictionary.txt
@@ -290,3 +290,4 @@ xmlns
ydpi
zip
zipalign
+markup