Jerome Abela
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
-
Jerome Abela created a post, AnsweredIDE 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 commented, -
Jerome Abela created a post, AnsweredUpdating 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 created a post, AnsweredFind 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 created a post, AnsweredUnable 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...