Here is a collection of useful commands to make you even more
productive.Directly editing widget text in the Design ViewTo quickly edit the text property a component, select the component in the Design View, and hit the Space key to reveal an edit box in which you can set the component's text property.
Adding multiple widgets of the same typeMultiple widgets of the same type may be added to the Design View by holding down the Ctrl key when selecting the widget in the Palette. Editing properties of multiple widgets at the same timeWhen multiple controls are selected, all of their shared properties are listed in the Property Pane. If not all the selected controls have the same value for a property, the property editor in the Property Pane will be blank. Configuring the PaletteThe Palette Manager dialog allows the toolkit-specific palette to be fully configured. Categories, and entries may be added, edited, rearranged and removed. Editing advanced widget propertiesBy default, the
Property Pane displays normal properties. To edit expert
properties (shown in italics) click the Show advanced
properties
Reverting a widget property to its default valueTo quickly revert a property to its default value, select the
property in the Property
Pane and hit the Delete key or click
Restore default value
Hiding code from the parserCode can be hidden from the parser by enclosing it in code hiding tags. This can be useful, if you need to add some complex dynamic code to your layout that can't be parsed by the tool. |