mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
[site] "project wizard" tutorial stub
This commit is contained in:
parent
60fbb26cf0
commit
74310a41b8
@ -129,6 +129,7 @@
|
||||
* [1. Working With Text](tutorials/editor_basics/working_with_text.html)
|
||||
* [2. Editor Coordinates System. Positions And Offsets](tutorials/editor_basics/coordinates_system.html)
|
||||
* [3. Handling Editor Events](tutorials/editor_basics/editor_events.html)
|
||||
* [Project Wizard](tutorials/project_wizard.html)
|
||||
* [Code Inspections](tutorials/code_inspections.html)
|
||||
* [Run Configurations](tutorials/run_configurations.html)
|
||||
* [Supporting Frameworks](tutorials/framework.html)
|
||||
|
@ -18,6 +18,7 @@ More detailed explanation of the API components can be found in the
|
||||
* [Writing Tests For Plugins](tutorials/writing_tests_for_plugins.html)
|
||||
* [Action System](tutorials/action_system.html)
|
||||
* [Editor Basics](tutorials/editor_basics.html)
|
||||
* [Project Wizard](tutorials/project_wizard.html)
|
||||
* [Code Inspections](tutorials/code_inspections.html)
|
||||
* [Run Configurations](tutorials/run_configurations.html)
|
||||
* [Supporting Frameworks](tutorials/framework.html)
|
||||
|
4
tutorials/project_wizard.md
Normal file
4
tutorials/project_wizard.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
layout: editable
|
||||
title: Project Wizard
|
||||
---
|
Loading…
x
Reference in New Issue
Block a user