Anna Bulenkova 526c79918d broken links
2015-06-09 15:01:39 +02:00

1.9 KiB

layout title
editable Basics of working with the Editor

Source code


This tutorial will lead you through the series of steps showing how to work with the Editor in IntelliJ IDEA, how 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