主页
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月23日 16:08
Here you are import com.intellij.psi.*import com.intellij.psi.PsiReferenceRegistrar.HIGHER_PRIORITYimport com.intellij.psi.xml.XmlAttributeimport com.intellij.psi.xml.XmlTagimport com.intellij.util...
社区
IntelliJ IDEA Open API and Plugin Development
PsiReferenceProvider doesn't work with Well Formed XML files
0 票
创建于
2021年04月13日 15:51
Thanks, helped, if (element !is XmlToken) returnval tag = element.parentif (tag !is XmlTag) return // check XmlTokenTypeval usages = mutableListOf<XmlAttribute>()//... fill usagesval subIcon = Nav...
社区
IntelliJ IDEA Open API and Plugin Development
Performance warning: LineMarker is supposed to be registered for leaf elements only
0 票
创建于
2021年04月11日 07:11
build.gradle.kts file import io.gitlab.arturbosch.detekt.Detektimport org.jetbrains.changelog.closureimport org.jetbrains.changelog.markdownToHTMLimport org.jetbrains.kotlin.gradle.tasks.KotlinCom...
社区
IntelliJ IDEA Open API and Plugin Development
Why pluginUntilBuild is mandatory
0 票
已编辑于
2021年04月09日 09:40
It works, thank you, I've put the version into plugin.xml, and removed code with method patchPluginXml from file build.gradle.kts patchPluginXml { version(properties("pluginVersion")) sinceB...
社区
IntelliJ IDEA Open API and Plugin Development
Why pluginUntilBuild is mandatory
0 票
已编辑于
2021年04月08日 13:02
It is almost empty <idea-plugin> <id>com.***</id> <name>plugin name</name> <vendor>***</vendor> <depends>com.intellij.modules.platform</depends> <extensions defaultExtensionNs="com.i...
社区
IntelliJ IDEA Open API and Plugin Development
Why pluginUntilBuild is mandatory
0 票
创建于
2021年04月08日 11:19
If I don't specify untilBuild I can't install it too Intellije IDEA, it says untilBuild is not specified. I created plugin using template in GitHub
社区
IntelliJ IDEA Open API and Plugin Development
Why pluginUntilBuild is mandatory
0 票
创建于
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 票
«
第一页
‹
上一页
下一页
›
最后
»