mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 01:37:51 +08:00
Clean up structure, link from necessary places, update sample plugin code to demonstrate best practices, fix some English
675 B
675 B
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 documentation.