Dmytro Troynikov
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 5
-
Created 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... -
Created 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.... -
Created Navigate to java from custom language
AnsweredHello,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... -
Created Resolve Java Class in Xml attribute
AnsweredHello,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...