mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
When we request `virtualFile`, we need to get the editor. But there can be the moment when the currently selected editor is null during new editor tab opening. It caused `NoTextEditor` exception and stop of the lesson. Better to use more specific check here. But anyway, it looks like current behavior with `NoTextEditor` exception is not suitable and should be reconsidered. GitOrigin-RevId: 5744726f8c0bf5089380f8417408a75ef125c45a
IDE Features Trainer
Learn the basic editing features of IntelliJ IDEA
System requirements: IntelliJ IDEA 2017.3
Prerequisites: Add the plugin from JetBrains Marketplace automatically, or download it from the web at https://plugins.jetbrains.com/idea/plugin/8554-ide-features-trainer and then install it manually.
Run: Run IntelliJ IDEA with this plugin, and then click the Learn tool window button on the left-hand side near the window border.