Live Templates Changes for XE
Go Up to What's New in Delphi and C++Builder XE
The following new live templates have been added to the Template Manager (View > Templates).
New Live Templates
Keystrokes | Invocation Type | Description |
---|---|---|
ifnil |
Auto |
Inserts the |
ifnass |
Auto |
Inserts the |
para |
Manual/ Surround |
Adds an XMLDoc paragraph tag ( |
param |
Auto |
Adds an XMLDoc param tag ( |
point |
Manual |
Adds a |
prop |
Manual |
Creates a basic property declaration with a user-defined getter and setter. Incorporates easy inclusion of the data type. |
propf |
Auto |
Declares a property with fields as the getter and setter. Automatically fills the field names and declares the field variable as private. |
propgs |
Auto |
Declares a property with a getter and a setter with the same name as the property. Also invokes code completion when done. |
propro |
Auto |
Declares a read-only property with a user-definable getter. Automatically invokes class completion to declare the getter. |
proprof |
Auto |
Declares a read-only field with a simple field. Invokes class completion to declare the field. |
remarks |
Manual |
Adds an XMLDoc remarks tag ( |
returns |
Manual |
Adds an XMLDoc returns tag ( |
summary |
Manual |
Adds an XMLDoc summary tag ( |
todo |
Auto |
Creates a |
Note: Items that are set to be auto-invoked usually have names that users would not usually type (for example, a combination of abbreviations).