Dmytro Troynikov
- 活动总数 15
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 5
-
Dmytro Troynikov 进行了评论, -
-
Dmytro Troynikov 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 已回答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... -
Dmytro Troynikov 创建了一个帖子, 已回答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...