Skip to content

Commit

Permalink
[md] links to source
Browse files Browse the repository at this point in the history
  • Loading branch information
boogiecat committed Jan 27, 2015
1 parent 9492fdf commit 3968c28
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tutorials/action_system/action_system.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ which show how to create, register, and customize custom actions and action grou
Action system provides an option to handle certain events in a desired way. Action can either be simply a response to some state,
or be bound to UI element and could be invoked on demand. These UI elements include main menu, context menus and toolbars.

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

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

#Working with custom actions.
Expand Down Expand Up @@ -422,6 +425,11 @@ and making it return a non-empty array of action Tools Menu should contain an ex

![Dynamic Action Group](img/dynamic_action_group.png)

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

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




0 comments on commit 3968c28

Please sign in to comment.