Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
1209497940
Total activity
18
Last activity
March 23, 2023 12:34
Member since
March 15, 2023 05:18
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
5
Activity overview
Posts (5)
Comments (8)
Sort by votes
Recent activity
Votes
Created
March 22, 2023 15:00
Fine... But in my plugin, I'll add a background for all uneditable region. So I think I have to find another to prevent someone else from editing
Community
IntelliJ IDEA Open API and Plugin Development
Can I prevent user editing some PsiElement areas?
0 votes
Created
March 22, 2023 14:34
Thanks By the way, I found guard block will automatically add a background color, how can I remove it..
Community
IntelliJ IDEA Open API and Plugin Development
Can I prevent user editing some PsiElement areas?
0 votes
Created
March 22, 2023 12:45
I wonder how to override the default EditorActionManagerImpl...
Community
IntelliJ IDEA Open API and Plugin Development
Can I prevent user editing some PsiElement areas?
0 votes
Edited
March 22, 2023 11:06
Karol Lewandowski Thanks, it surely prevents from editing target regions. But once I edit the region, a dialog(title: GuardedBlockModificationAttempt) will come up and I hope it won't. How can I ma...
Community
IntelliJ IDEA Open API and Plugin Development
Can I prevent user editing some PsiElement areas?
0 votes
Edited
March 17, 2023 14:17
Thank you Karol Lewandowski In fact, I want to get all PsiClass whose method is called or whose field is used(or inner class is used) I wonder how to achive that
Community
IntelliJ IDEA Open API and Plugin Development
How to get all PsiClass inside a PsiMethod?
0 votes
Edited
March 16, 2023 11:49
Karol Lewandowski I met another problem that the searching result lost some results: I have two class(One is FatherController). FatherController.java @DeepLock(userName = "Jacky")public class Fathe...
Community
IntelliJ IDEA Open API and Plugin Development
Is there an easy way to get class/field/method using specific annotations?
0 votes
Created
March 15, 2023 11:13
Thank you very much!❤️❤️❤️I've complety solved the problem!
Community
IntelliJ IDEA Open API and Plugin Development
Is there an easy way to get class/field/method using specific annotations?
0 votes
Created
March 15, 2023 05:19
@MyAnnotationpublic class FatherController { @MyAnnotation public void speakWhat() { System.out.println("Speak what"); }} Like the code above, I need to get class FatherController a...
Community
IntelliJ IDEA Open API and Plugin Development
Is there an easy way to get class/field/method using specific annotations?
0 votes