mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
fix "combo box" spelling
This commit is contained in:
parent
1682983003
commit
4a53430911
@ -19,7 +19,7 @@ Get started by [creating a new Live Template](https://www.jetbrains.com/idea/hel
|
|||||||
[$TEXT$]($LINK$)$END$
|
[$TEXT$]($LINK$)$END$
|
||||||
```
|
```
|
||||||
|
|
||||||
The variables `$TEXT$` and `$LINK$` may be further configured in the *Edit variables* dialogue to reorder their precedence and bind to functions that invoke auto-completion at the appropriate time.
|
The variables `$TEXT$` and `$LINK$` may be further configured in the *Edit variables* dialogue to reorder their precedence and bind to the functions that invoke auto-completion at the appropriate time.
|
||||||
In the *Edit variables* dialog, set the `Expression` for the `LINK` to `complete()` using the combo box.
|
In the *Edit variables* dialog, set the `Expression` for the `LINK` to `complete()` using the combo box.
|
||||||
|
|
||||||
There are many other [predefined functions](https://www.jetbrains.com/idea/help/creating-and-editing-template-variables.html) that developers should become familiar with before implementing any unique functionality in a plugin.
|
There are many other [predefined functions](https://www.jetbrains.com/idea/help/creating-and-editing-template-variables.html) that developers should become familiar with before implementing any unique functionality in a plugin.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user