This shows you the differences between two versions of the page.
|
autocomplete [2013/03/27 21:30] administrator [Autocomplete] |
autocomplete [2013/04/14 07:38] (current) administrator [Identifier Autocomplete] |
||
|---|---|---|---|
| Line 10: | Line 10: | ||
| * Com name auto-complete | * Com name auto-complete | ||
| * Property auto-complete | * Property auto-complete | ||
| + | * Colors | ||
| ===== Identifier Autocomplete ===== | ===== Identifier Autocomplete ===== | ||
| Line 21: | Line 21: | ||
| * {{: builtident2.png|}} - Built-in identifier, Takes arguments | * {{: builtident2.png|}} - Built-in identifier, Takes arguments | ||
| * {{: customident.png|}} - Custom alias | * {{: customident.png|}} - Custom alias | ||
| - | * {{: customlocalident.png|}} - Custom location alias | + | * {{: customlocalident.png|}} - Custom local alias |
| * {{: libident.png|}} - Third-party library identifier, No arguments | * {{: libident.png|}} - Third-party library identifier, No arguments | ||
| * {{: libident2.png|}} - Third-party library identifier, Takes arguments | * {{: libident2.png|}} - Third-party library identifier, Takes arguments | ||
| Line 31: | Line 31: | ||
| mSLDev has support for variable auto-completion as well. Variables within location scope will show up in the auto-completer. | mSLDev has support for variable auto-completion as well. Variables within location scope will show up in the auto-completer. | ||
| + | |||
| + | ===== Properties autocomplete ===== | ||
| + | |||
| + | {{:propcomplete.png?200 |}} | ||
| + | |||
| + | Certain built-in identifiers support a set of properties. mSLDev has autocomplete for those identifiers. | ||
| + | |||