主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
1209497940
活动总数
18
最后的活动
2023年03月23日 12:34
成员加入日期
2023年03月15日 05:18
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
5
活动概览
帖子(5)
评论(8)
按最近的活动排序
最近的活动
投票数
创建于
2023年03月22日 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
社区
IntelliJ IDEA Open API and Plugin Development
Can I prevent user editing some PsiElement areas?
0 票
创建于
2023年03月22日 14:34
Thanks By the way, I found guard block will automatically add a background color, how can I remove it..
社区
IntelliJ IDEA Open API and Plugin Development
Can I prevent user editing some PsiElement areas?
0 票
创建于
2023年03月22日 12:45
I wonder how to override the default EditorActionManagerImpl...
社区
IntelliJ IDEA Open API and Plugin Development
Can I prevent user editing some PsiElement areas?
0 票
已编辑于
2023年03月22日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Can I prevent user editing some PsiElement areas?
0 票
已编辑于
2023年03月17日 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
社区
IntelliJ IDEA Open API and Plugin Development
How to get all PsiClass inside a PsiMethod?
0 票
已编辑于
2023年03月16日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Is there an easy way to get class/field/method using specific annotations?
0 票
创建于
2023年03月15日 11:13
Thank you very much!❤️❤️❤️I've complety solved the problem!
社区
IntelliJ IDEA Open API and Plugin Development
Is there an easy way to get class/field/method using specific annotations?
0 票
创建于
2023年03月15日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Is there an easy way to get class/field/method using specific annotations?
0 票