Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Onuryi
Total activity
48
Last activity
October 04, 2020 08:21
Member since
April 02, 2020 10:18
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
5
Activity overview
Posts (5)
Comments (36)
Sort by recent activity
Recent activity
Votes
Created
May 05, 2020 07:23
Thanks for your response Yann! I already did. I know that I can access the old contents of files in the before event and new content in the after event. My problem remains the same as posted above....
Community
IntelliJ IDEA Open API and Plugin Development
PsiTreeChangeListener code tracking
0 votes
Edited
April 28, 2020 10:40
Thank you for your answer! I have registered a VFS Listener according to the documentation but somehow I receive the same output on both methods before and after.The events also seem to fire only w...
Community
IntelliJ IDEA Open API and Plugin Development
PsiTreeChangeListener code tracking
0 votes
Created
April 23, 2020 18:16
Hi Yann, thank you for your reply! Are you referring to javadoc from com.intellij.psi.PsiTreeChangeEvent regarding "instead use CachedValue and PsiModificationTracker.MODIFICATION_COUNT"? Yes, I am...
Community
IntelliJ IDEA Open API and Plugin Development
PsiTreeChangeListener code tracking
0 votes
Created
April 20, 2020 10:49
I gues my mistake is that I'm working with the PsiTreeChangeEvent instead of using ChachedValue and PsiModificationTracker. Are there any examples on how to use them together?
Community
IntelliJ IDEA Open API and Plugin Development
Triggering Action based on Editor Events
0 votes
Edited
April 19, 2020 11:19
Jakub Chrzanowski I tried using the PsiTreeChangeListener but somehow I get a weird output. My code looks like following: public class CodeTracker implements PsiTreeChangeListener { @Override ...
Community
IntelliJ IDEA Open API and Plugin Development
Triggering Action based on Editor Events
0 votes
Created
April 07, 2020 05:59
Thanks Jakub! I will have a look at it!
Community
IntelliJ IDEA Open API and Plugin Development
Triggering Action based on Editor Events
0 votes
«
First
‹
Previous