Dmytro Troynikov
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 5
-
Dmytro Troynikov commented, -
-
Dmytro Troynikov created a post, Update editors on file based index update
Hello community,The question is following.I have custom line marker for java files. The marker is rendered according to data provided by my custom file based index.The issue happens in following sc... -
-
Dmytro Troynikov created a post, Find reference to java method
Hi guys,The situation is following:The reference to Java method "getName" is contained both "person.getName" and "person.name"But when I run "Find usages" action the Java method I get only "person.... -
Dmytro Troynikov created a post, AnsweredNavigate to java from custom language
Hello,In my custom language following structure is possibleWhereas the `field` may be either the public method (getField) or the public field (field) of class `MyClass`.How I may implement "Navigat... -
Dmytro Troynikov created a post, AnsweredResolve Java Class in Xml attribute
Hello,With given example:What should be done to make "Navigate" action work (ctrl+mouse click on `com.package.MyClass` should open corresponding java file)?What should be done to make "Quick doc" a...