主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Indexalice
活动总数
32
最后的活动
2024年01月31日 06:35
成员加入日期
2023年12月06日 09:41
关注
0 名用户
关注者数
0 名用户
投票数
5
订阅数
8
活动概览
帖子(8)
评论(11)
按最近的活动排序
最近的活动
投票数
创建于
2023年12月09日 08:31
I found the solution. By using GitHistoryUtils.loadDetails can get commit detail. Here is the code below:List<String>commitIdList; //suppose we have commit Id list here var gitRespositoryManager...
社区
IntelliJ IDEA Open API and Plugin Development
Get CommitMessage by commitID
2 票
创建于
2024年01月31日 02:41
I solved the problem by follow step:1.download follow jar upload to 3rdparty repository:https://www.jetbrains.com/intellij-repository/releases :java-compiler-ant-tasks java-gui-forms-compiler java-...
社区
IntelliJ IDEA Open API and Plugin Development
InstrumentCode error: error then resolving dependency "java-compoiler-ant-tasks" when complier plugin with gradle
0 票
已编辑于
2024年01月29日 08:24
When I change version to id("org.jetbrains.intellij") version “1.17.0” I got an error: unsupported class file major version 63. Failed to create Jar file C:\Users\localUser\.gradle\caches\jars...
社区
IntelliJ IDEA Open API and Plugin Development
InstrumentCode error: error then resolving dependency "java-compoiler-ant-tasks" when complier plugin with gradle
0 票
创建于
2024年01月20日 09:20
I found Since version 221.5080.210, method GitHistoryUtils.formHashParameters(GitVcs,Collection<String>hashes) change to GitHistoryUtils.formHashParameters(Project,Collection<String>hashes).So is t...
社区
IntelliJ IDEA Open API and Plugin Development
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
0 票
创建于
2024年01月18日 06:28
Use AppLifecycleListener can solve the problem ,Here is the code:plugin.xml<applicationListeners> <listener class="com.exmaple.MyApplicationStartListener" topic="com.intellij.ide.AppLifecycleListe...
社区
IntelliJ IDEA Open API and Plugin Development
How to init variable before toolWindow init?
0 票
创建于
2024年01月12日 01:38
I want to init some variable like userName,userToken,serverAddress etc., which were saved as user's config file in tmp path. Of course, this code can be executed in MyPluginFactory , but ...
社区
IntelliJ IDEA Open API and Plugin Development
How to init variable before toolWindow init?
0 票
已编辑于
2023年12月28日 01:17
you are right. In fact I make a mistake. Code:Paths.get(project.getBasePath()).relativize(Path.get(currentFile.getPath())).toString()is the way which I use to get file relative path ,not the fileNa...
社区
IntelliJ IDEA Open API and Plugin Development
Get selectText 、selectStartPosition、selectEndPosition、fileName from diff window right-click menu
0 票
创建于
2023年12月15日 01:36
Thanks,I get all I need from code blew:public viod actionPerformed(@NotNull AnActionEvent e){ var editor = e.getData(CommonDataKeys.EDITOR); var currentFile = e.getData(PlatformDataKeys.VIR...
社区
IntelliJ IDEA Open API and Plugin Development
Get selectText 、selectStartPosition、selectEndPosition、fileName from diff window right-click menu
0 票
创建于
2023年12月15日 00:57
Thanks, The problem has benn solved after I install the Plugin DevKit from Marketplace
社区
IntelliJ IDEA Open API and Plugin Development
Cannot find the PluginConfigurationType
0 票
已编辑于
2023年12月14日 03:38
Thanks,I can get selectText、selectStartPosition、selectEndPosition from the SelectionModel but I cannot find the fileName Where can I get it?
社区
IntelliJ IDEA Open API and Plugin Development
Get selectText 、selectStartPosition、selectEndPosition、fileName from diff window right-click menu
0 票
下一页
›
最后
»