Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.49 KB

editor_basics.md

File metadata and controls

34 lines (24 loc) · 1.49 KB
title
Basics of working with the Editor

Source code


This tutorial will lead you through the series of steps showing how to work with the IntelliJ Platform Editor, how to access and modify text it contains, and how to handle events sent to the editor.

Note: The described part of the API allows to operate only with text. If you need to access PSI please see PSI Cookbook section.

See also: editor-ui-api package, Editor.java, EditorImpl.java. CommonDataKeys.java, DataKey.java, AnActionEvent, DataContext

Related topics: Action System