主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Gtchaboussie
活动总数
75
最后的活动
2023年04月07日 14:50
成员加入日期
2021年07月30日 16:40
关注
0 名用户
关注者数
0 名用户
投票数
11
订阅数
15
活动概览
帖子(14)
评论(35)
按最近的活动排序
最近的活动
投票数
创建于
2022年12月07日 07:53
You can find the repo in github at Nereide-lab/idea-ofbiz-plugin. from there you can update the groovy version in build.gradle, or update the intellij version in target.I had a comment pending from...
社区
IntelliJ IDEA Open API and Plugin Development
Conflicting module version when i tried to update groovy version
0 票
创建于
2022年12月06日 08:13
Hi Jakub, and thanks fot your answer.Here is the gradle version of the project ./gradlew -v ------...
社区
IntelliJ IDEA Open API and Plugin Development
Conflicting module version when i tried to update groovy version
0 票
已编辑于
2022年12月05日 16:38
Hi Karol, no problem at all for the delay. Thanks for pointing the syntax, i think you are right, i don't need the try / catch anymore. And thanks for the advice regarding language, but the whole p...
社区
IntelliJ IDEA Open API and Plugin Development
Different behavior between runIde instance and vanilla instance of IDE
0 票
创建于
2022年11月30日 12:58
I made it work by catching MissingMethodException. Thanks anyway.
社区
IntelliJ IDEA Open API and Plugin Development
Different behavior between runIde instance and vanilla instance of IDE
0 票
创建于
2022年11月07日 16:27
Hi Karol, here is the result of the task : 17:24:01: Executing 'runPluginVerifier'...> Task :setupDependencies> Task :patchPluginXml> Task :generateUpdatePluginXml UP-TO-DATE> Task :verifyPluginCon...
社区
IntelliJ IDEA Open API and Plugin Development
Different behavior between runIde instance and vanilla instance of IDE
0 票
创建于
2022年10月11日 16:21
Hi Karol, i made it work. The pattern wasn't ok after all. Turns out i had to specify the Namespace in the pattern like this : xmlAttributeValue().inside( xml...
社区
IntelliJ IDEA Open API and Plugin Development
Override or cancel vanilla PsiReference
0 票
创建于
2022年10月10日 15:54
Hi again Karol, and thanks for your patience. I fixed the namespacing in the DomFileDescription wich was inverted and double checked the pattern. public static final XmlNamedElementPattern....
社区
IntelliJ IDEA Open API and Plugin Development
Override or cancel vanilla PsiReference
0 票
已编辑于
2022年10月10日 08:44
Thanks for this. I now know the problem is elsewhere (i don't know where yet) :
社区
IntelliJ IDEA Open API and Plugin Development
Override or cancel vanilla PsiReference
0 票
创建于
2022年10月10日 08:28
My problem is that i'm currently working with TDD, and i'm not getting the right type of reference.Here is my test code : void testCpdFormReferenceFromCpdScreen() { String file = 'CpdFormReferen...
社区
IntelliJ IDEA Open API and Plugin Development
Override or cancel vanilla PsiReference
0 票
创建于
2022年09月28日 20:00
Hi yann, found it about an hour before your answer, and didn't get time to answer after this. I'm all set now, thank you for your help and patience
社区
IntelliJ IDEA Open API and Plugin Development
Example of XML namespace handling
0 票
«
第一页
‹
上一页
下一页
›
最后
»