Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Pchitttcbn
Total activity
31
Last activity
October 06, 2021 10:25
Member since
September 07, 2021 11:40
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
6
Activity overview
Posts (6)
Comments (19)
Sort by recent activity
Recent activity
Votes
Created
October 06, 2021 10:25
Thanks Nikita for this answer. I'll try this solution.
Community
IntelliJ IDEA Open API and Plugin Development
Best way to get the gradle build file (as File) (Kotlin or Groovy) from a project
0 votes
Edited
October 04, 2021 07:49
Finally, "com.intellij.openapi.fileEditor.FileDocumentManagerListener.beforeDocumentSaving" API is suiting me (fileDocumentManagerListener EP).
Community
IntelliJ IDEA Open API and Plugin Development
How to listen to Gradle build file (Kotlin or Groovy) changes?
0 votes
Created
October 01, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to listen to Gradle build file (Kotlin or Groovy) changes?
0 votes
Created
September 29, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to listen to Gradle build file (Kotlin or Groovy) changes?
0 votes
Created
September 29, 2021 15:51
Thanks a lot Yann. I'll have a look to this other solution.
Community
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 votes
Created
September 29, 2021 15:50
Hello Yann, Thanks for your solution, I created a project service to manage action status and it works!
Community
IntelliJ IDEA Open API and Plugin Development
How to programmatically disable/enable a group of actions?
0 votes
Edited
September 28, 2021 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?
Community
IntelliJ IDEA Open API and Plugin Development
How to listen to Gradle build file (Kotlin or Groovy) changes?
0 votes
Created
September 27, 2021 10:31
Hello Safeuq, Thanks a lot for this solution, which works for me :-)
Community
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 votes
Created
September 24, 2021 08:40
Just as confirmation, it works well using PSI. thanks a lot.
Community
IntelliJ IDEA Open API and Plugin Development
How to programmatically parse/retrieve user's parameters in Intellij project Gradle build file?
0 votes
Next
›
Last
»