From 4b1a9d7baa71df312585022c22e8025fafaba95a Mon Sep 17 00:00:00 2001 From: Tor Norbye Date: Thu, 19 Apr 2012 13:32:08 -0700 Subject: Add support for window docking in the property sheet code This checkin migrates more of the WindowBuilder code into the property sheet library; in particular, it adds the window docking code for use with the property sheet in ADT. There are also some modifications to the code to support ADT use cases, documented in the updated README. Change-Id: I38e0e2137fdcc179aa6f8927d201ff002c831617 --- propertysheet/src/org/eclipse/wb/core/controls/messages.properties | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'propertysheet/src/org/eclipse/wb/core/controls/messages.properties') diff --git a/propertysheet/src/org/eclipse/wb/core/controls/messages.properties b/propertysheet/src/org/eclipse/wb/core/controls/messages.properties index 75a1ca0..b2b833f 100644 --- a/propertysheet/src/org/eclipse/wb/core/controls/messages.properties +++ b/propertysheet/src/org/eclipse/wb/core/controls/messages.properties @@ -1,2 +1,8 @@ CSpinner_canNotParse=Text "{0}"does not satisfy pattern "{1}" CSpinner_outOfRange=Value {0} is out of range [{1}, {2}] +FlyoutControlComposite_dockBottom=&Bottom +FlyoutControlComposite_dockLeft=&Left +FlyoutControlComposite_dockManager=&Dock On +FlyoutControlComposite_dockRight=&Right +FlyoutControlComposite_dockTop=&Top +FlyoutControlComposite_title=Flyout \ No newline at end of file -- cgit v1.2.3