From 731f78259851c8ab490263f2cef48f54516d47af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 8 May 2025 16:18:13 +0200 Subject: [PATCH] faq.md: cleanup --- topics/basics/faq.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/topics/basics/faq.md b/topics/basics/faq.md index 078ba18de..d2e57c8a2 100644 --- a/topics/basics/faq.md +++ b/topics/basics/faq.md @@ -34,12 +34,4 @@ for programmatic registration. ## Editors, Documents and Files -* [Why doesn't the file change on disk after I changed it through the PSI?](https://intellij-support.jetbrains.com/hc/en-us/community/posts/206791625-Action-doesn-t-see-changes-in-xml-file) -* [Can I hook into the file save logic?](https://intellij-support.jetbrains.com/hc/en-us/community/posts/206790685-Can-you-tie-into-the-file-save-logic-) * [How can I show several editors for a single file in tabs?](https://intellij-support.jetbrains.com/hc/en-us/community/posts/206795495-Alternative-Editors-ala-HTML-Preview) - -## General - -* [How can I implement a custom stack trace analyzer?](https://intellij-support.jetbrains.com/hc/en-us/community/posts/206142959-Stack-Analyzer-extension) -* [How do I open a project programmatically?](https://intellij-support.jetbrains.com/hc/en-us/community/posts/206146969-how-to-open-a-project-) -* [How do I get the folder of the currently selected file?](https://intellij-support.jetbrains.com/hc/en-us/community/posts/206121889-How-to-get-the-folder-of-currenctly-selected-file)