retanoj
- 活动总数 38
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 8
-
创建于 How to make a inspection description localization (or internationalization)?
已回答I made a plugin which includes a set of inspection rules. Now I want to make these inspection descriptions adapt localization. Let's say an inspector called "FooInspector", follow this guide I make... -
创建于 Plugin Icon not load on IDEA MarketPlace
已回答I uploaded a plugin to Jetbrains Plugins MarketPlace recently, and it was published. I can search on IDEA plugins marketplace, but the icon of my plugin did not show. The plugin Icon shows on... -
创建于 how can I get FQName of an PsiElement?
已回答When I run inspect on shell command, I notice <entry_point> node on result. <entry_point TYPE="method" FQNAME="com.study.foo int bar(java.lang.Integer id)" /> I want to retrive FQName of an PsiElem... -
已编辑于 How to let Inspector revisit class field when modify method?
已回答When modify a method content, some like add a statement or delete, I noticed that Inspection visitor not to revisit class field statement. Maybe it is right. But how can I break that rule ? An a... -
创建于 How to control one plugin not show on different IDE Plugin Marketplace?
已回答I'm a plugin developer, and I have an question about Jetbrains Plugin Repository. I notice Laravel plugin (https://plugins.jetbrains.com/plugin/7532-laravel) show that it compatibles with IDEA Ulti... -
创建于 AWT events are not allowed inside write action On applyFix
已回答When I show a dialog on localQuickFix, idea throw me a Throwable "AWT events are not allowed inside write action: java.awt.event.FocusEvent[FOCUS_LOST,temporary,opposite=EditorComponent..." Somethi... -
已编辑于 Cannot resolve symbol with official example code
已回答Hi all, I'm following this doc to run code 'comparing_references_inspection', but some exception occur. When I run ComparingReferencesInspectionTest, console show me "cannot resolve symbol 'Java' "...