Sargo Tar
- 活动总数 61
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 9
- 订阅数 17
-
已编辑于 Performance warning: LineMarker is supposed to be registered for leaf elements only
已回答I get a warning eInsight.daemon.LineMarkerInfo - Performance warning: LineMarker is supposed to be registered for leaf elements only, but got: XmlTag: in the code, I even pass XmlAttribute not Xm... -
创建于 Why pluginUntilBuild is mandatory
已回答Does that mean that I should change pluginUntilBuild(currently it is 211) each time when a new version of IDEA released? -
创建于 RelatedItemLineMarkerProvider shows the line itself
已回答Implemented RelatedItemLineMarkerProvider for XML files, when clicking on the gutter it shows the line itself but not line what it points <CUSTOMER NAME="Customer Name" ....... /> I want to display... -
已编辑于 PsiReferenceProvider doesn't work with Well Formed XML files
已回答I implemented PsiReferenceProvider to navigate across XML files, but it works only if there is no correct declaration (correct !DOCTYPE) , though MyPsiReferenceProvider is triggered when I open the... -
已编辑于 ReferenceContributor for XML
已回答I've implemented PsiReferenceContributor to navigate across specific XML files when a user press CTRL + B on an attribute or tag and if it has more than one usages it shows a popup where all places... -
创建于 How to get value from xml element
已回答How to get a value from XmlFile, in FindUsagesProvider#canFindUsagesFor I receive XmlFile element I don't understand how can I get a value that user pressed. `<CUSTOMER NAME="somename"/>` If I pre... -
已编辑于 How to register findusagesprovider
已回答I wrote <lang.findUsagesProvider language="XML" implementationClass="com.MyFindUsages"/> class MyFindUsages : FindUsagesProvider() { .... } But still the provider is never triggered, but when I us... -
已编辑于 How to find string line where cursor is
已回答I have offset PlatformDataKeys.EDITOR.getData(e.dataContext).caretModel.offset that gives me offset from the beginning of the file. I have val xmlFile = PsiManager.getInstance(project).findFile(fil... -
已编辑于 How to register shortcut for specific .puml files
已回答Is it possible and how to register some action for only specific files? I need to replace "find usages" and "go to definition" for only .puml files that contain specific words. Or I need just to cr... -
已编辑于 How to I get all xml files in resource
已回答I need to look for all XML files in 'resource' how to do it properly.1. I use FileBasedIndex.getInstance().getContainingFiles(FileTypeIndex.NAME, XmlFileType.INSTANCE, GlobalSearchScope.allScope(pr...