From c1cc5b2bebe4f6e4f2dc7931a696c4beb385f23f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 8 May 2025 15:21:36 +0200 Subject: [PATCH] faq.md: remove UI section --- topics/basics/faq.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/topics/basics/faq.md b/topics/basics/faq.md index 56c558647..691955710 100644 --- a/topics/basics/faq.md +++ b/topics/basics/faq.md @@ -46,10 +46,6 @@ for programmatic registration. * [How do I clear the read-only status of a file?](https://intellij-support.jetbrains.com/hc/en-us/community/posts/206142039-Clear-read-only-status) * [How can I show an editor with error highlighting in a tool window?](https://intellij-support.jetbrains.com/hc/en-us/community/posts/206146679-Error-highlighting-in-Editors) -## User Interface - -* [How do I enable file name completion in a combo box?](https://intellij-support.jetbrains.com/hc/en-us/community/posts/206139509-Combobox-with-Browse-Button-and-Autocompletion-) - ## General * [How can I implement a custom stack trace analyzer?](https://intellij-support.jetbrains.com/hc/en-us/community/posts/206142959-Stack-Analyzer-extension)