Skip to content

Commit

Permalink
[md] links to sample source
Browse files Browse the repository at this point in the history
  • Loading branch information
boogiecat committed Feb 2, 2015
1 parent 4df07a9 commit b22565c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tutorials/framework/framework.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Supporting frameworks
===============

[Source code] (https://github.com/JetBrains/intellij-sdk/tree/master/code_samples/framework/src/com/intellij/tutorials/framework)

---------------

The following tutorial meant to show how to support a custom framework type for a project and make this framework type embedded in a project wizard as a UI component.

#Creating a new framework
Expand Down Expand Up @@ -102,6 +106,10 @@ public FrameworkSupportInModuleProvider createProvider() {
After compiling and running the code sample above an extra option for configuring the newly created custom framework should be available in the Project Wizard:
![Custom Framework Support](img/custom_framework.png)

----------

[Source code] (https://github.com/JetBrains/intellij-sdk/tree/master/code_samples/framework/src/com/intellij/tutorials/framework)




Expand Down

0 comments on commit b22565c

Please sign in to comment.