mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 02:07:50 +08:00
14 lines
452 B
Markdown
14 lines
452 B
Markdown
Project wizard. Adding support for creating new project types.
|
|
===============
|
|
|
|
#Project Wizard
|
|
**Under construction**
|
|
|
|
#Facet
|
|
Facets in IntelliJ are the way to store multiple kinds of module-specific settings, for instance to make a language support or framework available in some given module.
|
|
To understand facets better from the point of view of an end-user, please see
|
|
[this page] (http://confluence.jetbrains.com/display/IntelliJIDEA/Facets).
|
|
|
|
|
|
|