Indexalice
- 活动总数 32
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 8
-
-
-
Indexalice 创建了一个帖子, 已回答InstrumentCode error: error then resolving dependency "java-compoiler-ant-tasks" when complier plugin with gradle
Hello team:I'm using gradle to build a custom plugin.But unfortunatly,I must develop it in company intranet.So I must use idea lib local Here is the build.gradle partly:plugins{ id("java") id("or... -
-
Indexalice 创建了一个帖子, 已回答How to unregister toolWindow?
Hello team: I'm developing a plugin which register a toolwindow by code below:var toolWindowManager = ToolWindowManager.getInstance(project); var registerToolWindowTask = new RegisterToolWindowTask... -
-
Indexalice 创建了一个帖子, 已回答IDEA: Compatibility issue when developing with 2021.1.2 IU-2111.7628.21 and the git4idea plugin but work on on 2023.3.2 IU-233.13135.103
Hello team: I'm develop a idea plugin work with git,and use lib IDEA 2021.1.2 IU-2111.7628.21 and the git4idea plugin from IDEA 2021.1.2 . Here is the code:import git4idea.history.GitHistoryUt... -
-
Indexalice 创建了一个帖子, 已回答How to init variable before toolWindow init?
Hello teamI'm developing a plugin and define custom toolWindow ,here is the plugin.xml<extensions defaultExtensionNs="com.intellij"> <toolWindow id = "myPlugin" anchor="right" factoryClass="com... -