summaryrefslogtreecommitdiff
path: root/propertysheet/src/org/eclipse/wb/internal/core
AgeCommit message (Collapse)Author
2012-06-06Prevent beeps in property editorTor Norbye
Clicking focus into a property editor which both has proposal support as well as has a current value which is not a proposal match (for example, a TextView's text property can have a hardcoded string which is not a match for the proposals which are for @-resources) would cause an audible beep. This CL prevents that. Change-Id: I0a006f594266cce248b91d065f4d438659b1743b
2012-05-14Fix propertysheet mouse handlingTor Norbye
Selecting items from the field completion popup in the propertysheet did not work. This turned out to be related to window focus loss on the associated text field taking down the popup as soon as the mouse click transferred focus to it. Change-Id: I8b90e2b3feb2b91a1f548e66bc5294b265aacd11
2012-05-08Add WindowBuilder NLS supportTor Norbye
This changeset adds back portions of the WindowBuilder NLS support into the propertysheet library such that the locale chooser etc can for example use the language flags. Change-Id: I3fee0c876a1fb57a1747075043c7e10eac9da880
2012-04-19Add support for window docking in the property sheet codeTor Norbye
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
2012-04-05Add WindowBuilder propertysheet code. See README.txt for details.Tor Norbye
This reverts commit b33fa4c8ce6b3d2c10eaa92c5c26019d7326bd4c. Change-Id: I763357c42f933a52eda9b52988b785e092eac424
2012-04-03Revert "Add WindowBuilder propertysheet code. See README.txt for details."Tor Norbye
This reverts commit b13cc3c964fee8f16bfbf4bd42ad0631c4cf7889.
2012-03-22Add WindowBuilder propertysheet code. See README.txt for details.Tor Norbye
This reverts commit c0ecc89c7fa48c6e5ab3c7635863a6e8d2b28137.
2012-03-22Revert "Add WindowBuilder propertysheet code. See README.txt for details."Tor Norbye
This reverts commit 562c581f49027009d6e99ba7b0162c53a051b1c4.
2012-03-22Add WindowBuilder propertysheet code. See README.txt for details.Tor Norbye
Change-Id: I1274fe2c46805731d89ad75dd10419974a399a06