4Manuals

  • PDF Cloud HOME

Intellij插件开发:在不同的项目窗口中打开时,toolWindow扩展为空白 Download

    在IntelliJ IDEA中进行调试 intelliJ中POM.xml中的O符号是什么 为IntelliJ创建语言插件时如何指定生成动作? 配置IntelliJ与JDK 14和记录一起使用

当我在不同的intellij窗口中打开多个(3-4)项目时,我的JSON插件工具窗口空白。 这是我的plugin.xml

<idea-plugin>
  <id>com.xxxxx.json.Editor</id>
  <name>JSON Editor</name>
  <version>1.5</version>
  <vendor email="xxxxxxxxxx" url="xxxxxxx">xxxxxx</vendor>

  <description><![CDATA[
      JetBrains IntelliJ IDE plugin for easy viewing and editing of currently opened JSON file in IDE using Tree Structure.
    ]]></description>

  <change-notes><![CDATA[
      Feature: Indentation changes - adding space after ':' char.
    ]]>
  </change-notes>

  <idea-version since-build="192.6"/>
  <extensions defaultExtensionNs="com.intellij">
    <toolWindow id="JSON Editor" anchor="right" factoryClass="JsonEditor" />
  </extensions>

  <actions>
  </actions>

</idea-plugin>

这是带有插件JSON编辑器工具窗口的内容(按钮和树视图)的屏幕截图。

enter image description here

这是同一工具的内容的屏幕快照,窗口完全空白(如果在不同的窗口中打开多个(3-4)项目,则会发生这种情况。)

enter image description here

如何解决此问题?还可以在不同的位置打开插件扩展实例的不同状态吗?

0 个答案:

没有答案



Similar searches
    Bootstrap和flexbox上的居中div的高度大于父div的高度 Samsung RF26XAEXAA Refrigerator User Manual 具有重复项的pivot_wider 有没有办法通过终端对Google API的OAUTH2.0进行身份验证? 来自std :: chrono的编译器警告,但未使用