Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Abdul Ahad
Total activity
28
Last activity
June 19, 2024 21:49
Member since
October 05, 2023 00:33
Following
0 users
Followed by
0 users
Votes
11
Subscriptions
4
Activity overview
Posts (3)
Comments (10)
Sort by recent activity
Recent activity
Votes
Created
June 19, 2024 21:49
Hello everyone,I put this on hold for a long time, and I came back to it after the break.This time I spent more time around the git repository of intellij-community. And I found that it is very sim...
Community
IntelliJ IDEA Open API and Plugin Development
Resolving merge conflict like gitlog
0 votes
Edited
April 03, 2024 17:30
First of all I really appreciate you considered time replying to this. I actually don't want to replace built in gitlog plugin provided by jetbrains. This is just a feature that I would like to hav...
Community
IntelliJ IDEA Open API and Plugin Development
Resolving merge conflict like gitlog
0 votes
Created
January 25, 2024 16:31
Hi Karol,No problem. It has been sorted. The plugin dependency should be “Git4Idea”.I also modified the namespaces which actually caused the issue!Anyway, thank you.
Community
IntelliJ IDEA Open API and Plugin Development
git4idea doesnt compile with the latest versions & How to deal with @deprecations
1 vote
Created
January 03, 2024 10:51
I have been able to build the plugin as you suggested. But for my plugin when install it in PHPStrom 2023.3.2, it installs well. Second time I launch the IDE, I get this error after chaning git4ie...
Community
IntelliJ IDEA Open API and Plugin Development
git4idea doesnt compile with the latest versions & How to deal with @deprecations
1 vote
Edited
November 03, 2023 20:12
Here is waht I did finally to update deployment mappings for default server and notify the IDE about that change to reflect:// Get the PublishConfig PublishConfig config = project.getService(Publis...
Community
IntelliJ IDEA Open API and Plugin Development
Deployment mapping's path update by plugin
1 vote
Edited
November 02, 2023 22:39
Hi Karol,I am so confused. The other topic has been resolved already. But I don't see comments from others on that thread.here is the link to that request: https://intellij-support.jetbrains.com/hc...
Community
IntelliJ IDEA Open API and Plugin Development
How to add event listener to Deployment Configurations window?
0 votes
Created
November 02, 2023 14:52
This can be closed.
Community
IntelliJ IDEA Open API and Plugin Development
Deployment mapping's path update by plugin
0 votes
Created
October 11, 2023 10:17
Hello,I followed your suggestion by removing this code:config.loadState(state);Didn't make any difference. When the above line is removed it doesn't update mappings in the UI!To help you understand...
Community
IntelliJ IDEA Open API and Plugin Development
Deployment mapping's path update by plugin
0 votes
Created
October 11, 2023 00:16
Hi Karol,I tried your approach, however found no luck! I have been able to update the deployment path mappings using PublishConfig. After changing the path using the plugin, I then modify a file an...
Community
IntelliJ IDEA Open API and Plugin Development
Deployment mapping's path update by plugin
0 votes
Created
October 09, 2023 17:32
Thank you for your reply. Really appreciate.I am facing a problem.Cannot resolve symbol 'PublishConfig'Do I need add any dependencies for this in build.gradle.kts file? If yes, could you please tel...
Community
IntelliJ IDEA Open API and Plugin Development
Deployment mapping's path update by plugin
0 votes