Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Thomas Fröscher
Total activity
17
Last activity
August 14, 2019 05:06
Member since
October 08, 2018 14:44
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
10
Activity overview
Posts (2)
Comments (5)
Sort by recent activity
Recent activity
Votes
Created
August 12, 2019 10:38
Hi,please aware that if you run/debug your plugin in the IntelliJ Plugin environment, getClassLoader().getResource() returns a file URL. (file:/...), if you run normally it returns a jar URL. (jar:...
Community
IntelliJ IDEA Open API and Plugin Development
resources not found in plugin
0 votes
Created
July 08, 2019 06:00
Filed an issue https://youtrack.jetbrains.com/issue/IDEA-217745
Community
IntelliJ IDEA EAP Users
IDEA EAP 2019.2 beta - Debug log / log configuration changes don't work
0 votes
Created
July 05, 2019 07:52
Hi, Lidiya, Scott, thanks for clarification and the idea. No I can decide how to proceed further.
Community
Marketplace Paid Plugins
License Check with IDEA 2019.2 beta returns null - no license, no popup to evaluate plugin
0 votes
Created
June 25, 2019 15:36
Hi, I currently do it in gradle like this:(only relevant parts) def ideaHome = System.getenv('IDEA_BASE_DIR')def ideaBinaries = "${ideaHome}/IC-191.6183.87"repositories { mavenCentral() // plugin v...
Community
Marketplace Paid Plugins
Plugin obfuscation through a Gradle task
1 vote
Created
May 29, 2019 16:12
Hi Matthias, had the same issue with my plugin. Reason was a bundled kotlin jar within my plugin package. If so, remove it from your plugin.Kotlin should not included in any plugin as mentioned in ...
Community
IntelliJ IDEA Open API and Plugin Development
Error during parentOfType
0 votes