mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
[site] "run configurations" tutorial stub
This commit is contained in:
parent
95f224f24c
commit
a68de8d9fe
@ -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)
|
||||
* [Run Configurations](tutorials/run_configurations.html)
|
||||
* [Supporting Frameworks](tutorials/framework.html)
|
||||
* [Plugin Development FAQ](faq.html)
|
||||
|
||||
|
@ -18,4 +18,5 @@ 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)
|
||||
* [Run Configurations](tutorials/run_configurations.html)
|
||||
* [Supporting Frameworks](tutorials/framework.html)
|
4
tutorials/run_configurations.md
Normal file
4
tutorials/run_configurations.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
layout: editable
|
||||
title: Run Configurations
|
||||
---
|
Loading…
x
Reference in New Issue
Block a user