主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Abdul Ahad
活动总数
28
最后的活动
2024年06月19日 21:49
成员加入日期
2023年10月05日 00:33
关注
0 名用户
关注者数
0 名用户
投票数
11
订阅数
4
活动概览
帖子(3)
评论(10)
按最近的活动排序
最近的活动
投票数
已编辑于
2023年11月03日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Deployment mapping's path update by plugin
1 票
创建于
2024年06月19日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Resolving merge conflict like gitlog
0 票
已编辑于
2024年04月03日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Resolving merge conflict like gitlog
0 票
创建于
2024年01月25日 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.
社区
IntelliJ IDEA Open API and Plugin Development
git4idea doesnt compile with the latest versions & How to deal with @deprecations
1 票
创建于
2024年01月03日 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...
社区
IntelliJ IDEA Open API and Plugin Development
git4idea doesnt compile with the latest versions & How to deal with @deprecations
1 票
创建于
2023年11月02日 14:52
This can be closed.
社区
IntelliJ IDEA Open API and Plugin Development
Deployment mapping's path update by plugin
0 票
已编辑于
2023年11月02日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to add event listener to Deployment Configurations window?
0 票
创建于
2023年10月11日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Deployment mapping's path update by plugin
0 票
创建于
2023年10月11日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Deployment mapping's path update by plugin
0 票
创建于
2023年10月09日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Deployment mapping's path update by plugin
0 票