From fc8e64fe8e956c3b02e111ff75a0b78209d0ba14 Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Mon, 23 Oct 2023 16:48:39 +0200 Subject: [PATCH] faq.md: Remove "How do I print messages in the console view?" This is a part of Execution page now. --- topics/basics/faq.md | 1 - 1 file changed, 1 deletion(-) diff --git a/topics/basics/faq.md b/topics/basics/faq.md index 0990a1f54..47cd737dc 100644 --- a/topics/basics/faq.md +++ b/topics/basics/faq.md @@ -84,7 +84,6 @@ This FAQ is a topical index of questions that have been asked (and answered) on * [How do I provide a custom icon for files/PSI elements?](https://intellij-support.jetbrains.com/hc/en-us/community/posts/206143779-Is-it-possible-to-change-icon-of-file-in-Project-view-) * [Can I show a progress indicator for WriteActions?](https://intellij-support.jetbrains.com/hc/en-us/community/posts/206139159-WriteActions-and-ProgressIndicator) * [How do I show a custom window or popup based on Structure View?](https://intellij-support.jetbrains.com/hc/en-us/community/posts/206142679-Opening-a-customised-StructureView) -* [How do I print messages in the console view?](https://intellij-support.jetbrains.com/hc/en-us/community/posts/206141419-Putting-messages-into-console-window-) * [How do I show the package selector dialog programmatically?](https://intellij-support.jetbrains.com/hc/en-us/community/posts/206794265-Package-selector-dialog) * [How do I provide syntax and error highlighting in a combo box editor?](https://intellij-support.jetbrains.com/hc/en-us/community/posts/206800495-EditorTextField-in-3403-How-to-get-an-Editor-that-does-error-highlighting-) * [How can I provide Close and Rerun buttons in my Usage View window?](https://intellij-support.jetbrains.com/hc/en-us/community/posts/206146779-How-to-get-a-Close-button-in-an-own-Usage-View-)