Jerome Abela
- 活动总数 13
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 4
-
-
Jerome Abela 创建了一个帖子, 已回答IDE version mismatch
I am trying to get my plugin to work for 2022.3. I added sinceBuild/untilBuild fields: intellij { version = '2021.3'}patchPluginXml { changeNotes = """ This is a very early release.<br>... -
-
Jerome Abela 创建了一个帖子, 已回答Updating outdated annotations
I have an Annotator that uses knowledge from the whole project to annotate a file A that is currently visible. Then the user switches to file B, and the Annotator is called on file B. When the user... -
-
Jerome Abela 创建了一个帖子, 已回答Find usages coming for free somehow?
I am writing a language plugin. Among the features I implemented are: (1) A FindUsagesHandler. (2) References, which are returned on usage points, and resolve to the definition. With these, I get t... -
-
-
Jerome Abela 创建了一个帖子, 已回答Unable to start a fresh new plugin
I am trying to follow the steps described in https://plugins.jetbrains.com/docs/intellij/custom-language-support-tutorial.html: I followed the pre-requisites from https://plugins.jetbrains.com/docs...