summaryrefslogtreecommitdiff
path: root/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor
AgeCommit message (Collapse)Author
2012-10-05Add workaround for the Eclipse+Mountain Lion bugTor Norbye
On Mountain Lion, the property sheet's property editor inline text editor is broken. This is due to https://bugs.eclipse.org/bugs/show_bug.cgi?id=388574 The bug has been fixed for Eclipse 4.3, but right now it's a very poor user experience; you click to edit, and nothing happens. This changeset adds a workaround: *If* the bug is triggered (an exception is thrown during property editor activation), then the customizer dialog is shown instead (equivalent to clicking on the "..." button next to the property). The dialog code is modified to show an error message on the bottom explaining why the dialog was shown instead (since this behavior is annoying, we should explain to users why we are doing), and it explains that the bug should be fixed in Eclipse 4.3, so if anyone in the future is running Eclipse 4.2 with this behavior and 4.3 is available, they will have an incentive to upgrade. (This is the property editor side of the workaround; the ADT side is in the SDK git repository) Change-Id: Id618183a04f4402bed046664cbf98ee6c764ef1f
2012-07-16Prevent NPE in Property Sheet codeTor Norbye
Change-Id: I38d5af59962ae8d0f3f41c5f238fd00d0b712e06
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-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