From 5539df07832b8e84583bbdd6db71309c6904a71c Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Mon, 8 Apr 2024 12:25:07 +0200 Subject: [PATCH] editor_components.md: Add code formatting to titles --- topics/user_interface_components/editor_components.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/topics/user_interface_components/editor_components.md b/topics/user_interface_components/editor_components.md index a3df57029..c07078717 100644 --- a/topics/user_interface_components/editor_components.md +++ b/topics/user_interface_components/editor_components.md @@ -1,10 +1,10 @@ -# Editor Components + - +# Editor Components Creating, customizing, and using editor components in different contexts. -## EditorTextField +## 1 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.