Giraud Contact

- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
-
Created Is it possible to use getNavigationElement on a PsiFile ? (stack trace in UsageInfo)
AnsweredIn 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... -
Edited GotoClassContributor and navigation item
AnsweredHi, 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... -
Created forbid indexation inside jar files for my plugin (problem with same extension name)
AnsweredThe 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... -
Edited Truncated quick navigate info
AnsweredI 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...