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
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
Edited
March 18, 2021 19:49
I was wrong, the method FindUsagesProvider#getType is never called when I press CTRL + B, it is called only when I hold CTRL and move the cursor hover any XML element. I removed my custom language...
Community
IntelliJ IDEA Open API and Plugin Development
How to register findusagesprovider
0 votes
Created
March 18, 2021 17:25
Hi Terence Parr, I have the same situation getWordsScanner() never called. I don't get how you solved your problem. What is the getName method
Community
IntelliJ IDEA Open API and Plugin Development
Find usages not calling getWordsScanner
0 votes
Edited
March 18, 2021 17:22
Yann Cebron any ideas?
Community
IntelliJ IDEA Open API and Plugin Development
How to register findusagesprovider
0 votes
Edited
March 17, 2021 21:24
Yes, it works, it is triggered, finally, the solution is to mention order first order="first". But there are two problems 1. It is triggered very rarely, so I need to press Ctrl+B around 5 - 10 tim...
Community
IntelliJ IDEA Open API and Plugin Development
How to register findusagesprovider
0 votes
«
First
‹
Previous