Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Nikolay Chashnikov
Total activity
838
Last activity
November 23, 2023 11:52
Member since
November 13, 2007 10:36
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
334
Activity overview
Articles (0)
Posts (1)
Comments (503)
Sort by recent activity
Recent activity
Votes
Created
May 14, 2019 07:59
The problem was fixed in 'master' branch, see IDEA-206314. (BTW you can easily search for an error message in YouTrack.) The error message seems to be harmless, but I'll backport the fix to 191 bra...
Community
IntelliJ IDEA Open API and Plugin Development
Build IntelliJ IDEA Community Edition branch 191.6707 FAILED
0 votes
Created
February 20, 2019 10:02
You can fix the problem without switching to a different library. The problem happens because javax.websocket.ContainerProvider uses ServiceLoader.load(Class) method to load service implementations...
Community
IntelliJ IDEA Open API and Plugin Development
Websocket runtime exception couldn't find an implementation class, with gradle dependency, in IntelliJ tool window.
0 votes
Created
January 25, 2019 07:24
The implementations for ServiceLoader are configured in files under META-INF/services directory. Are you sure that these files are copied to the plugin output and available at runtime? You may need...
Community
IntelliJ IDEA Open API and Plugin Development
Create plugin with library that uses ServiceLoader
0 votes
Created
January 24, 2019 10:50
Hello Tobias, I'm sorry for the late reply. Unfortunately, I don't see a good solution for this problem now. IntelliJ Platform heavily depends on PicoContainer library, and we don't plan to update ...
Community
IntelliJ IDEA Open API and Plugin Development
Recommended way to resolve classpath incompatibilities between plugin code and IntelliJ SDK
0 votes
Created
December 21, 2018 08:58
Michele, how do you get the Logger instance? If you're using Logger.getInstance(Class) method, it adds '#' to the category name (see its sources), so you need to specify #com.mypackage.MyClass in D...
Community
IntelliJ IDEA Open API and Plugin Development
Can't see log output from my plugin
0 votes
Created
December 11, 2018 06:38
Sorry for the late reply. You can use com.intellij.task.ProjectTaskManager to start compilation. If the project is configured to delegate build actions to Gradle, this will automatically run gradle...
Community
IntelliJ IDEA Open API and Plugin Development
how to tell which build tool is used for the current project? Maven or Gradle
0 votes
Created
December 10, 2018 14:42
Use Help | Show Log action to navigate to the log file.
Community
IntelliJ IDEA Open API and Plugin Development
PersistentStateComponent with Application level cause Error.
0 votes
Created
December 10, 2018 07:02
Could you please post the full exception stack trace from idea.log file?
Community
IntelliJ IDEA Open API and Plugin Development
PersistentStateComponent with Application level cause Error.
0 votes
Edited
December 07, 2018 10:47
Currently getStackTrace() doesn't work properly for that, it always returns the same result. We definitely should fix that. Could you please create an issue about that? As a workaround you can use ...
Community
IntelliJ IDEA Open API and Plugin Development
Exceptions logged from tracker but don't appear to be from my plugin
0 votes
Created
December 07, 2018 07:04
How do you get the stacktrace of IdeaLoggingEvent in your implementation of ErrorReportSubmitter? If you're calling event.getThrowable().getStackTrace() please use event.getThrowableText() or event...
Community
IntelliJ IDEA Open API and Plugin Development
Exceptions logged from tracker but don't appear to be from my plugin
0 votes
«
First
‹
Previous
Next
›
Last
»