主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Sargo Tar
活动总数
61
最后的活动
2021年04月28日 16:04
成员加入日期
2020年01月21日 09:58
关注
0 名用户
关注者数
0 名用户
投票数
9
订阅数
17
活动概览
帖子(11)
评论(24)
按最近的活动排序
最近的活动
投票数
创建于
2021年04月08日 10:09
Thank you, setCellRenderer helped
社区
IntelliJ IDEA Open API and Plugin Development
RelatedItemLineMarkerProvider shows the line itself
0 票
已编辑于
2021年04月07日 19:34
Tried with setNamer, it is invoked (in debug mode) but the result still the same val subIcon = NavigationGutterIconBuilder.create(AllIcons.Gutter.ImplementingMethod) .setTargets(tags) .setNa...
社区
IntelliJ IDEA Open API and Plugin Development
RelatedItemLineMarkerProvider shows the line itself
0 票
创建于
2021年04月07日 19:00
Implemented, never triggered, nothing changed. class XmlGotoTargetRendererProvider : GotoTargetRendererProvider { override fun getRenderer(element: PsiElement, gotoData: GotoTargetHandler.GotoD...
社区
IntelliJ IDEA Open API and Plugin Development
ReferenceContributor for XML
0 票
已编辑于
2021年04月07日 15:49
No, it doesn't help, I tried HIGHER_PRIORITY and even 1000.0, it doesn't work when XML has no well-formed declaration
社区
IntelliJ IDEA Open API and Plugin Development
PsiReferenceProvider doesn't work with Well Formed XML files
0 票
已编辑于
2021年03月29日 19:05
setTooltipText shows tooltip when you hover the cursor over the gutter, if there are 5 lines it will just show 5 tag.names or whatever I pass, eliminating lines with the same names. But if use setT...
社区
IntelliJ IDEA Open API and Plugin Development
RelatedItemLineMarkerProvider shows the line itself
0 票
创建于
2021年03月26日 16:18
I started implementing using PsiReferenceProvider, it works only if there is a declaration is in place navigation doesn't work, though MyPsiReferenceProvider is triggered when I open the XML file e...
社区
IntelliJ IDEA Open API and Plugin Development
How to get value from xml element
0 票
已编辑于
2021年03月25日 07:38
Thanks, your suggestion with XmlTag helped to properly define the target, but when I press CTRL + B on an attribute it doesn't lead me to line appropriate line, all I see is a glutter, and if I pre...
社区
IntelliJ IDEA Open API and Plugin Development
How to get value from xml element
0 票
创建于
2021年03月24日 11:46
Not yet sorry, I want to try with another way <dom.fileMetaData implementation="com..." rootTagName="sometag"/> I implemented as well <codeInsight.lineMarkerProvider language="XML" implementationCl...
社区
IntelliJ IDEA Open API and Plugin Development
How to get value from xml element
0 票
已编辑于
2021年03月18日 21:10
Reece Dunn We have data in XML files. I want to implement navigation on these files by clicking on elements (attribute or values), like Number="11" CTRL+B (or other shortcuts) should lead a develop...
社区
IntelliJ IDEA Open API and Plugin Development
How to register findusagesprovider
0 票
创建于
2021年03月18日 19:42
https://intellij-support.jetbrains.com/hc/en-us/community/posts/360010542660-How-to-register-findusagesprovider?page=1#community_comment_360002844520
社区
IntelliJ IDEA Open API and Plugin Development
Find usages not calling getWordsScanner
0 票
«
第一页
‹
上一页
下一页
›
最后
»