Skip to content

Commit

Permalink
editor_components.md: Fix a broken section title
Browse files Browse the repository at this point in the history
  • Loading branch information
karollewandowski committed May 6, 2024
1 parent 9ebe17a commit 528c321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topics/user_interface_components/editor_components.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<link-summary>Creating, customizing, and using editor components in different contexts.</link-summary>

## 1
## `EditorTextField`

Compared to [Swing `JTextArea`](https://docs.oracle.com/javase/8/docs/api/javax/swing/JTextArea.html), the IntelliJ Platform's editor component has a ton of advantages: syntax highlighting support, code completion, code folding, and much more.
[Editors](editors.md) are normally displayed in editor tabs, but they can be embedded in dialogs or tool windows, too.
Expand Down

0 comments on commit 528c321

Please sign in to comment.