mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
new_project_wizard.md: Add note about checking example implementations
This commit is contained in:
parent
c83586bc32
commit
1c9c86cf9a
@ -74,6 +74,8 @@ The most important methods are:
|
||||
- `setupUI()` — defines the UI components for the step. Step UI is built with [](kotlin_ui_dsl_version_2.md)
|
||||
- `setupProject()` — applies the parameters provided in UI to the generated project
|
||||
|
||||
See the example implementations in the in the [`intellij-community`](https://github.com/JetBrains/intellij-community).
|
||||
|
||||
Steps build a tree structure (read the rest of this section for details), as some steps can be displayed depending on previously selected options.
|
||||
`setupUI()` and `setupProject()` of steps building the tree are applied in the order from root to leaf.
|
||||
Note that `setupProject()` won't be called for hidden steps.
|
||||
|
Loading…
x
Reference in New Issue
Block a user