Dmitry Jemerov ef63275be5 Update action system tutorial
Clean up structure, link from necessary places, update sample plugin
code to demonstrate best practices, fix some English
2018-03-11 21:42:15 +01:00

20 lines
675 B
Markdown

---
title: IntelliJ Action System
---
This tutorial leads you through a series of steps which show how to create, register, and customize custom actions
and action groups. By registering actions, you can add your own menu items, toolbar buttons and keyboard shortcuts
to the IntelliJ IDEA user interface. For more information, please refer to the [IntelliJ Platform Action System](/basics/action_system.md)
documentation.
* [Registering Actions](action_system/working_with_custom_actions.md)
* [Grouping Action](action_system/grouping_action.md)
[Plugin source code](https://github.com/JetBrains/intellij-sdk-docs/tree/master/code_samples/register_actions)
[Home](/)