mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 09:17:50 +08:00
Clean up structure, link from necessary places, update sample plugin code to demonstrate best practices, fix some English
20 lines
675 B
Markdown
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](/)
|
|
|
|
|
|
|