主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Pchitttcbn
活动总数
31
最后的活动
2021年10月06日 10:25
成员加入日期
2021年09月07日 11:40
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
6
活动概览
帖子(6)
评论(19)
按最近的活动排序
最近的活动
投票数
创建于
2021年10月06日 10:25
Thanks Nikita for this answer. I'll try this solution.
社区
IntelliJ IDEA Open API and Plugin Development
Best way to get the gradle build file (as File) (Kotlin or Groovy) from a project
0 票
已编辑于
2021年10月04日 07:49
Finally, "com.intellij.openapi.fileEditor.FileDocumentManagerListener.beforeDocumentSaving" API is suiting me (fileDocumentManagerListener EP).
社区
IntelliJ IDEA Open API and Plugin Development
How to listen to Gradle build file (Kotlin or Groovy) changes?
0 票
创建于
2021年10月01日 14:14
I'm facing an issue with the ActionOnSave EP. Should I extends "com.intellij.ide.actionsOnSave.impl.ActionsOnSaveFileDocumentManagerListener"? ("actionsOnSave" seems not known -> error on import) O...
社区
IntelliJ IDEA Open API and Plugin Development
How to listen to Gradle build file (Kotlin or Groovy) changes?
0 票
创建于
2021年09月29日 15:59
Thanks a lot Yann, I'll have a look to this EP For now I work with 'PsiTreeChangeListener / Adapter' but it's the same behavior (live notification when a child is replaced which is pretty good to b...
社区
IntelliJ IDEA Open API and Plugin Development
How to listen to Gradle build file (Kotlin or Groovy) changes?
0 票
创建于
2021年09月29日 15:51
Thanks a lot Yann. I'll have a look to this other solution.
社区
IntelliJ IDEA Open API and Plugin Development
How to automatically open a 'Tool Window' used as a custom console view when launching a action
0 票
创建于
2021年09月29日 15:50
Hello Yann, Thanks for your solution, I created a project service to manage action status and it works!
社区
IntelliJ IDEA Open API and Plugin Development
How to programmatically disable/enable a group of actions?
0 票
已编辑于
2021年09月28日 08:55
I found the solution implementing "DocumentListener" on the PSI file but it triggers event on live change. I would like to be warned on property change only after file is saved. Any idea?
社区
IntelliJ IDEA Open API and Plugin Development
How to listen to Gradle build file (Kotlin or Groovy) changes?
0 票
创建于
2021年09月27日 10:31
Hello Safeuq, Thanks a lot for this solution, which works for me :-)
社区
IntelliJ IDEA Open API and Plugin Development
How to automatically open a 'Tool Window' used as a custom console view when launching a action
0 票
创建于
2021年09月24日 08:40
Just as confirmation, it works well using PSI. thanks a lot.
社区
IntelliJ IDEA Open API and Plugin Development
How to programmatically parse/retrieve user's parameters in Intellij project Gradle build file?
0 票
下一页
›
最后
»