mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 02:07:50 +08:00
18 lines
553 B
Markdown
18 lines
553 B
Markdown
---
|
|
layout: editable
|
|
title: Basics of working with the Editor
|
|
---
|
|
|
|
|
|
[Source code](https://github.com/JetBrains/intellij-sdk/tree/master/code_samples/editor_basics)
|
|
|
|
----------
|
|
|
|
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.
|
|
|
|
* [1. Working With Text](tutorials/editor_basics/working_with_text.html)
|
|
* [2. Editor coordinates system. Positions and offsets](tutorials/editor_basics/coordinates_system.html)
|
|
|
|
|