Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Victor Saar
Total activity
33
Last activity
January 23, 2024 16:33
Member since
October 17, 2017 09:45
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
12
Activity overview
Posts (6)
Comments (13)
Sort by recent activity
Recent activity
Votes
Created
June 06, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
how to build a plugin that is compatible to multiple versions of IntelliJ?
1 vote
Created
January 23, 2024 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...
Community
IntelliJ IDEA Open API and Plugin Development
Rename/find usages not working with reference to XML tag
0 votes
Created
August 23, 2023 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" ...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin suggestion for XML files
0 votes
Created
August 22, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
Rename/find usages not working with reference to XML tag
0 votes
Created
January 04, 2020 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...
Community
IntelliJ IDEA Open API and Plugin Development
Tests Fail due to Java Swing Timers Not Disposed
0 votes
Created
January 04, 2020 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...
Community
IntelliJ IDEA Open API and Plugin Development
Tests Fail due to Java Swing Timers Not Disposed
0 votes
Created
January 04, 2019 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Find usage of ID in string literal
0 votes
Created
January 04, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
Find usage of ID in string literal
0 votes
Created
August 01, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
Showing custom roperties Key and Values in properties file
0 votes
Edited
June 05, 2018 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Change to QueryExecutor and RequestResultProcessor interface is not backwards compatible
0 votes
Next
›
Last
»