retanoj
- Total activity 38
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 8
-
Created How to make a inspection description localization (or internationalization)?
AnsweredI 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... -
Created Plugin Icon not load on IDEA MarketPlace
AnsweredI 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... -
Created how can I get FQName of an PsiElement?
AnsweredWhen 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... -
Edited How to let Inspector revisit class field when modify method?
AnsweredWhen 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... -
Created How to control one plugin not show on different IDE Plugin Marketplace?
AnsweredI'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... -
Created AWT events are not allowed inside write action On applyFix
AnsweredWhen 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... -
Edited Cannot resolve symbol with official example code
AnsweredHi 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' "...