Pierre Maurice Schwang
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 5
-
-
-
Pierre Maurice Schwang created a post, AnsweredGrReferenceTypeEnhancer adds autocompletion, but marks field as unknown
Hi! 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... -
Pierre Maurice Schwang commented, -
Pierre Maurice Schwang created a post, AnsweredHTML Element Drag&Drop not working anymore in Cef
Hi!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... -
Pierre Maurice Schwang commented, -
Pierre Maurice Schwang created a post, AnsweredGenerate Data-Structure of PsiFile for Annotator once before 'annotate' is called for every element
Hi! 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... -
Pierre Maurice Schwang created a post, AnsweredMutate project in NewProjectWizardStep#setupProject(Project)
Hey,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... -
Pierre Maurice Schwang created a post, AnsweredElementColorProvider#setColorTo only works once (with same Color-Picker open) when replacing parent element
Hello,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:...