Dmytro Troynikov
- 活动总数 15
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 5
-
创建于 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... -
创建于 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.... -
创建于 Navigate 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... -
创建于 Resolve 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...