From 528c321c50994a1ebf9b30df24f17661c4e2c2e5 Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Mon, 6 May 2024 14:29:27 +0200 Subject: [PATCH] editor_components.md: Fix a broken section title --- topics/user_interface_components/editor_components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/user_interface_components/editor_components.md b/topics/user_interface_components/editor_components.md index 5583af2077a..3d7fda45eaa 100644 --- a/topics/user_interface_components/editor_components.md +++ b/topics/user_interface_components/editor_components.md @@ -4,7 +4,7 @@ Creating, customizing, and using editor components in different contexts. -## 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.