主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Victor Saar
活动总数
33
最后的活动
2024年01月23日 16:33
成员加入日期
2017年10月17日 09:45
关注
0 名用户
关注者数
0 名用户
投票数
2
订阅数
12
活动概览
帖子(6)
评论(13)
按最近的活动排序
最近的活动
投票数
创建于
2018年06月06日 18:11
You can patch the plugin.xml with Gradle and modify the range of allowed build numbers: patchPluginXml { sinceBuild '172.*'} This will make it compatible with all of IntelliJ's 2017.2 builds. Ci...
社区
IntelliJ IDEA Open API and Plugin Development
how to build a plugin that is compatible to multiple versions of IntelliJ?
1 票
创建于
2024年01月23日 16:33
Dmitry Avdeev, I finally found time to try this, but it's not yet working for me. I added a reference provider that adds references from the start and end tag name to the XML tag itself: class XmlR...
社区
IntelliJ IDEA Open API and Plugin Development
Rename/find usages not working with reference to XML tag
0 票
创建于
2023年08月23日 10:58
Thanks Yann, I do know the most common filenames, so could I potentially do something like this to have my plugin suggested? <fileType fieldName="INSTANCE" fileNames="content.xml" ...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin suggestion for XML files
0 票
创建于
2023年08月22日 09:24
No, it does not have a DTD referenced in the header. The files usually look like this: <?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:jc...
社区
IntelliJ IDEA Open API and Plugin Development
Rename/find usages not working with reference to XML tag
0 票
创建于
2020年01月04日 14:11
Hi Vladimir, I see, but then I'd like to challenge the premise that the tooltip should be triggered in a test at all. If you're calling platform code directly to trigger the tooltip, you could intr...
社区
IntelliJ IDEA Open API and Plugin Development
Tests Fail due to Java Swing Timers Not Disposed
0 票
创建于
2020年01月04日 10:15
Hi Vladimir, I had the same issue a couple weeks ago and the problem is due to a bug in older JDKs: https://bugs.openjdk.java.net/browse/JDK-8161664 The solution is to switch to a newer JDK version...
社区
IntelliJ IDEA Open API and Plugin Development
Tests Fail due to Java Swing Timers Not Disposed
0 票
创建于
2019年01月04日 19:46
Hi Anna, sorry, I think the screenshot is a bit confusing. The string inside the annotation attribute is not a reference to the class. It can be an arbitrary string, e.g. "foobar". So there should ...
社区
IntelliJ IDEA Open API and Plugin Development
Find usage of ID in string literal
0 票
创建于
2019年01月04日 19:36
Hi Anna, thanks a lot for your feedback. I already implemented a reference searcher, but the problem is that it's never called. When I select "Find Usages" on the string literal it shows the follow...
社区
IntelliJ IDEA Open API and Plugin Development
Find usage of ID in string literal
0 票
创建于
2018年08月01日 13:34
For the completion part, register a completion contributor for the Properties language and add completion providers for keys and values. Here's an example public class MyCompletionContributor exten...
社区
IntelliJ IDEA Open API and Plugin Development
Showing custom roperties Key and Values in properties file
0 票
已编辑于
2018年06月05日 14:45
Hi Dmitry, the introduction of IndexId itself was not a breaking change, but the fact that com.intellij.util.indexing.ID extends it. At runtime, the class loader is not able to load the base class ...
社区
IntelliJ IDEA Open API and Plugin Development
Change to QueryExecutor and RequestResultProcessor interface is not backwards compatible
0 票
下一页
›
最后
»