Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Indexalice
Total activity
32
Last activity
January 31, 2024 06:35
Member since
December 06, 2023 09:41
Following
0 users
Followed by
0 users
Votes
5
Subscriptions
8
Activity overview
Posts (8)
Comments (11)
Sort by recent activity
Recent activity
Votes
Created
December 09, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
Get CommitMessage by commitID
2 votes
Created
January 31, 2024 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-...
Community
IntelliJ IDEA Open API and Plugin Development
InstrumentCode error: error then resolving dependency "java-compoiler-ant-tasks" when complier plugin with gradle
0 votes
Edited
January 29, 2024 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...
Community
IntelliJ IDEA Open API and Plugin Development
InstrumentCode error: error then resolving dependency "java-compoiler-ant-tasks" when complier plugin with gradle
0 votes
Created
January 20, 2024 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...
Community
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 votes
Created
January 18, 2024 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to init variable before toolWindow init?
0 votes
Created
January 12, 2024 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
How to init variable before toolWindow init?
0 votes
Edited
December 28, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
Get selectText 、selectStartPosition、selectEndPosition、fileName from diff window right-click menu
0 votes
Created
December 15, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
Get selectText 、selectStartPosition、selectEndPosition、fileName from diff window right-click menu
0 votes
Created
December 15, 2023 00:57
Thanks, The problem has benn solved after I install the Plugin DevKit from Marketplace
Community
IntelliJ IDEA Open API and Plugin Development
Cannot find the PluginConfigurationType
0 votes
Edited
December 14, 2023 03:38
Thanks,I can get selectText、selectStartPosition、selectEndPosition from the SelectionModel but I cannot find the fileName Where can I get it?
Community
IntelliJ IDEA Open API and Plugin Development
Get selectText 、selectStartPosition、selectEndPosition、fileName from diff window right-click menu
0 votes
Next
›
Last
»