IntelliJ Platform Plugin SDK
 
IntelliJ Platform Explorer

3. Handling Editor Events

Edit pageLast modified: 10 March 2025

The previous tutorial Editor Coordinate Systems described working with caret coordinate systems in an editor window. Caret position was discussed in terms of Logical Position, Visual Position, and Offset. This tutorial introduces the Editor Action system, which handles actions activated by keystroke events in the editor. Two classes from the editor_basics code sample are used to illustrate: