Indexalice
- Total activity 32
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 8
-
-
-
Indexalice created a post, AnsweredInstrumentCode 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 created a post, AnsweredHow 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 created a post, AnsweredIDEA: 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 created a post, AnsweredHow 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... -