Pierre Maurice Schwang

- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 5
-
Created GrReferenceTypeEnhancer adds autocompletion, but marks field as unknown
AnsweredHi! I've added a GrReferenceTypeEnhancer to the org.intellij.groovy.referenceTypeEnhancer EP in my plugin. Reason being, that the groovy scripts are executed in an environment which injects variabl... -
Edited HTML Element Drag&Drop not working anymore in Cef
AnsweredHi!I've noticed that our Cef based plugins started to break (iirc starting with IDEA 2024). We are using a FileEditor delegating to a JBCefBrowser (or rather it's component) to embed a form builder... -
Created Generate Data-Structure of PsiFile for Annotator once before 'annotate' is called for every element
AnsweredHi! I'm currently attempting to create a simple plugin extending the already existing JSON language. I've already got a json schema, but that's not really enough to support things like auto complet... -
Created Mutate project in NewProjectWizardStep#setupProject(Project)
AnsweredHey,For my plugin I'm also creating a template-based project generator using the moduleType and moduleBuilder entrypoints.In the final step of my AbstractNewProjectWizardBuilder I'm delegating to m... -
Created ElementColorProvider#setColorTo only works once (with same Color-Picker open) when replacing parent element
AnsweredHello,I'm currently working on a custom Language-Plugin with utilizing the ElementColorProvider.Everything works fine so far, except that when I'm trying to change the Color using the Color-Picker:...