主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Victor Saar
活动总数
33
最后的活动
2024年01月23日 16:33
成员加入日期
2017年10月17日 09:45
关注
0 名用户
关注者数
0 名用户
投票数
2
订阅数
12
活动概览
帖子(6)
评论(13)
按最近的活动排序
最近的活动
投票数
创建于
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 票
创建于
2018年06月05日 09:11
Hi Daniil, yes, you're right. I already figured that myself in the meantime. I was building and running tests for my plugin on a CI server, which was compiling the source for each supported version...
社区
IntelliJ IDEA Open API and Plugin Development
Change to QueryExecutor and RequestResultProcessor interface is not backwards compatible
0 票
创建于
2018年05月18日 20:23
AFAICS, the easiest way to make it backwards compatible would be to rename the affected methods. That way consumers of the API could simply implement the new method and leave the old one as is.
社区
IntelliJ IDEA Open API and Plugin Development
Change to QueryExecutor and RequestResultProcessor interface is not backwards compatible
0 票
已编辑于
2018年01月24日 14:54
There's an attribute called "optional" that does exactly what you want. In that case, the extensions specified in "other_plugin.xml" will only be registered when users of your plugin have the depen...
社区
IntelliJ IDEA Open API and Plugin Development
Using another plugin only when it is installed
0 票
«
第一页
‹
上一页