主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Gtchaboussie
活动总数
75
最后的活动
2023年04月07日 14:50
成员加入日期
2021年07月30日 16:40
关注
0 名用户
关注者数
0 名用户
投票数
11
订阅数
15
活动概览
帖子(14)
评论(35)
按最近的活动排序
最近的活动
投票数
创建于
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 票
创建于
2022年09月26日 15:49
Hooray !! Managed to get the value of lang attr. Thanks for your help. Now i'm still stucked with the value inside the tag, how would one get the value of the tag in such a case ? @Text doesn't wor...
社区
IntelliJ IDEA Open API and Plugin Development
Example of XML namespace handling
0 票
创建于
2022年09月23日 13:16
Hi Yann, and thanks for your answer, although it's still not clear to me.From what i understood, i have to register namespace policy with a key, but for android for axample, it links to an external...
社区
IntelliJ IDEA Open API and Plugin Development
Example of XML namespace handling
0 票
创建于
2022年09月19日 13:48
Hi,The way i see it (i'm no expert, only junior also struggling with an IDEA plugin) you need at least two things.Patterns, to indicate intellij when it should look for a reference. In your case, i...
社区
IntelliJ IDEA Open API and Plugin Development
Adding simple features to yaml (ctrl-click references) - best method?
0 票
创建于
2022年07月28日 06:39
Made it work by returning null instead of super method. Thanks anyway !
社区
IntelliJ IDEA Open API and Plugin Development
NPE in getCustomDocumentationElement
0 票
已编辑于
2022年07月25日 09:22
Well from what i see yes it comes from this line. I'm confused. Nothing seems null here. THe idea in my head would be that this documentation provider gets called first no matter the case, and afte...
社区
IntelliJ IDEA Open API and Plugin Development
NPE in getCustomDocumentationElement
0 票
«
第一页
‹
上一页
下一页
›
最后
»