Pierre Maurice Schwang
- 活动总数 19
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 5
-
-
-
Pierre Maurice Schwang 创建了一个帖子, 已回答GrReferenceTypeEnhancer 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 进行了评论, -
Pierre Maurice Schwang 创建了一个帖子, 已回答HTML 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 进行了评论, -
Pierre Maurice Schwang 创建了一个帖子, 已回答Generate 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 创建了一个帖子, 已回答Mutate 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 创建了一个帖子, 已回答ElementColorProvider#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:...