Ittaiz

- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 4
-
-
Ittaiz created a post, AnsweredHow to get Plugin A to use a BuilderService from Plugin B
Hi,I’m working on a change to the bazel plugin to allow it to delegate compilation of scala code to the scala plugin.I found https://github.com/JetBrains/intellij-scala/blob/idea222.x/scala/compile... -
-
-
-
Ittaiz created a post, AnsweredHow can I register a QuickFix from a PsiTreeChangeListener?
Hi, I have a class which implements PsiTreeChangeListener and does some actions based on the events. Some events have ambigous data which I'd like to input the user and have them decide. Basically... -
-
Ittaiz created a post, AnsweredCachedValueProvider#compute called multiple times for same element
Hi, I'm trying to use a CachedValuesManager in a LocalInspectionTool in the most basic form and for some reason I see multiple invocations of compute for the same elements. I mean I see multiple pr... -
-