mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 09:17:50 +08:00
16 lines
620 B
Markdown
16 lines
620 B
Markdown
---
|
|
title: IntelliJ Action System Tutorial
|
|
---
|
|
|
|
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.
|
|
* [Creating Actions](action_system/working_with_custom_actions.md)
|
|
* [Grouping Actions](action_system/grouping_action.md)
|
|
|
|
|
|
The source code for the [`action_basics`](https://github.com/JetBrains/intellij-sdk-docs/tree/master/code_samples/action_basics) code sample is used throughout this tutorial.
|
|
|
|
|
|
|
|
|