Giraud Contact
- 活动总数 16
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 4
-
创建于 Is it possible to use getNavigationElement on a PsiFile ? (stack trace in UsageInfo)
已回答In my language, when a file has a function ‘make()’ I want to navigate to this function. For that, I have implemented the getNavigationElement method in my FileBase.java class (that inherits from P... -
已编辑于 GotoClassContributor and navigation item
已回答Hi, I have implemented a GotoClassContributor that display my elements (I use an instance of NavigationItem).Why my elements are not aligned with normal/java items and how to add the text+icon on t... -
创建于 forbid indexation inside jar files for my plugin (problem with same extension name)
已回答The language parsed by my plugin is using ’.res’ extension, that conflict with some resource files with ’.res’ extension also. These files can be found in .jar files (and can be binary). I have a l... -
已编辑于 Truncated quick navigate info
已回答I have a DocumentationProvider that resolve symbols and can show their signature in a quick navigate doc popup (ctrl+hover): But the doc is always truncated! The full signature is inductive * mutu...