This shows you the differences between two versions of the page.
|
autocomplete [2013/03/27 21:16] administrator |
autocomplete [2013/04/14 07:38] (current) administrator [Identifier Autocomplete] |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| **Autocomplete** is a core feature offered by mSLDev. mSLDev offers auto-complete for multiple contexts. | **Autocomplete** is a core feature offered by mSLDev. mSLDev offers auto-complete for multiple contexts. | ||
| + | |||
| + | Some of the auto-completion includes: | ||
| + | |||
| + | * Identifier auto-complete | ||
| + | * Variable auto-complete | ||
| + | * Com name auto-complete | ||
| + | * Property auto-complete | ||
| + | * Colors | ||
| ===== Identifier Autocomplete ===== | ===== Identifier Autocomplete ===== | ||
| Line 13: | 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 19: | Line 27: | ||
| ===== Variable Autocomplete ===== | ===== Variable Autocomplete ===== | ||
| + | |||
| + | {{ :varcomplete.png?200|}} | ||
| 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. | ||
| + | |||