mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
ByteCodeViewer - set package prefix
GitOrigin-RevId: 2b77e656a10bb799e671599e384c3f40730c9180
This commit is contained in:
committed by
intellij-monorepo-bot
parent
79e1893479
commit
1575869a7a
@@ -1,4 +1,4 @@
|
||||
<idea-plugin>
|
||||
<idea-plugin package="com.intellij.byteCodeViewer">
|
||||
<name>Bytecode Viewer</name>
|
||||
<id>ByteCodeViewer</id>
|
||||
<category>Other Tools</category>
|
||||
@@ -8,7 +8,10 @@
|
||||
To view the bytecode, select a class file and open <b>View | Show Bytecode</b>.]]>
|
||||
</description>
|
||||
<vendor>JetBrains</vendor>
|
||||
<depends>com.intellij.modules.java</depends>
|
||||
|
||||
<dependencies>
|
||||
<plugin id="com.intellij.java"/>
|
||||
</dependencies>
|
||||
|
||||
<extensionPoints>
|
||||
<extensionPoint name="classSearcher" interface="com.intellij.byteCodeViewer.ClassSearcher" dynamic="true"/>
|
||||
Reference in New Issue
Block a user