mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
11 lines
727 B
Markdown
11 lines
727 B
Markdown
[//]: # (title: Actions Tutorial)
|
|
|
|
<!-- Copyright 2000-2020 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
|
|
|
|
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 IDE user interface.
|
|
* [Creating Actions](working_with_custom_actions.md)
|
|
* [Grouping Actions](grouping_action.md)
|
|
|
|
The source code for the [`action_basics`](https://github.com/JetBrains/intellij-sdk-code-samples/tree/main/action_basics) code sample is used throughout this tutorial.
|