Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 791 Bytes

action_system.md

File metadata and controls

16 lines (9 loc) · 791 Bytes
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.

The source code for the action_basics code sample is used throughout this tutorial.