Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Sargo Tar
Total activity
61
Last activity
April 28, 2021 16:04
Member since
January 21, 2020 09:58
Following
0 users
Followed by
0 users
Votes
9
Subscriptions
17
Activity overview
Posts (11)
Comments (24)
Sort by recent activity
Recent activity
Votes
Created
April 08, 2021 10:09
Thank you, setCellRenderer helped
Community
IntelliJ IDEA Open API and Plugin Development
RelatedItemLineMarkerProvider shows the line itself
0 votes
Edited
April 07, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
RelatedItemLineMarkerProvider shows the line itself
0 votes
Created
April 07, 2021 19:00
Implemented, never triggered, nothing changed. class XmlGotoTargetRendererProvider : GotoTargetRendererProvider { override fun getRenderer(element: PsiElement, gotoData: GotoTargetHandler.GotoD...
Community
IntelliJ IDEA Open API and Plugin Development
ReferenceContributor for XML
0 votes
Edited
April 07, 2021 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
Community
IntelliJ IDEA Open API and Plugin Development
PsiReferenceProvider doesn't work with Well Formed XML files
0 votes
Edited
March 29, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
RelatedItemLineMarkerProvider shows the line itself
0 votes
Created
March 26, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to get value from xml element
0 votes
Edited
March 25, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to get value from xml element
0 votes
Created
March 24, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to get value from xml element
0 votes
Edited
March 18, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to register findusagesprovider
0 votes
Created
March 18, 2021 19:42
https://intellij-support.jetbrains.com/hc/en-us/community/posts/360010542660-How-to-register-findusagesprovider?page=1#community_comment_360002844520
Community
IntelliJ IDEA Open API and Plugin Development
Find usages not calling getWordsScanner
0 votes
«
First
‹
Previous
Next
›
Last
»