leds version 00.10 |
|
ShortcutsThe Shortcuts allow to define any a abreviation word and a corresponding expanded arbitrary text.DefinitionFor now one shortcut must be completelly defined in one line in the format:[abbreviation] [space] [expanded text]. To expand a shortcut type the abbreviature and press the autocomplete key (by default <ctrl>+<space>\). Shortcut abbreviatures must be unique. D mode shortcuts will override general shortcuts when in D mode. Java modeshortcuts will override general shortcuts when java mode. ExampleAn example of a shortcut:fori for ( int i = 0 ; i < $cursor ; i++ )\n{\n}\n will expande to: and the cursor will be placed after the "< " DetailsShortcuts can contain other shortcuts place the abbreviation of the shortcut to be included inside "${" and "}"Shortcuts escape characteres:
Shortcuts variables:
Special shortcut:
(the current version of shortcuts expantion has a bug and will not indent the firs line of the expanded text) |