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
June 13, 2018 06:52
Yes, listening for PROJECT_ROOTS topic is the right way to do this.
Community
IntelliJ IDEA Open API and Plugin Development
Listener for module library changes
1 vote
Created
May 16, 2018 06:33
`module` tags are used to specify which modules are provided by a particular IDE, and a plugin may refer to them in its `depends` tag to specify which IDEs it is compatible with, see our docs. They...
Community
IntelliJ IDEA Open API and Plugin Development
What is the <module> element in the plugin.xml for?
0 votes
Created
May 10, 2018 07:26
Sorry for the delay. You can read these paths via CompilerModuleExtension class, I've just updated javadocs to make it more discoverable.
Community
IntelliJ IDEA Open API and Plugin Development
how to get output path and test output path of a project?
0 votes
Created
April 20, 2018 09:06
Richard, how do you start the IDE? Do you start it via .bat/.sh/.exe file or run it from sources using 'IDEA' run configuration? Or via gradle task?
Community
IntelliJ IDEA Open API and Plugin Development
Can't see log output from my plugin
0 votes
Created
April 20, 2018 09:05
Eric, INFO level should be printed to the log by default. If you need to enable debug level for some logger, you need to add `#<full class name>` line in Debug Log Settings, without `:DEBUG` suffix.
Community
IntelliJ IDEA Open API and Plugin Development
Can't see log output from my plugin
0 votes
Created
April 19, 2018 12:08
Please refer to our localization guide.
Community
IntelliJ IDEA Open API and Plugin Development
Get I18n Properties from Intellij Resource Bundle
0 votes
Created
April 19, 2018 07:39
What is the full name of `Logger` class you're using?
Community
IntelliJ IDEA Open API and Plugin Development
Can't see log output from my plugin
0 votes
Created
April 06, 2018 10:13
I've fixed the problem (see this issue). Update to the latest 'master' sources to get the fix.
Community
IntelliJ IDEA Open API and Plugin Development
Build failure: com/jgoodies/jgoodies-common/1.4.0 does not exist
0 votes
Created
April 02, 2018 07:40
You can look at out/idea-ce/log/compilation.log.
Community
IntelliJ IDEA Open API and Plugin Development
Build failure: com/jgoodies/jgoodies-common/1.4.0 does not exist
0 votes
Edited
March 30, 2018 07:13
IntelliJ IDEA project now takes some libraries from Maven repositories, see this post for details. jgoodies-common library should be automatically downloaded when you open intellij-community source...
Community
IntelliJ IDEA Open API and Plugin Development
Build failure: com/jgoodies/jgoodies-common/1.4.0 does not exist
0 votes
«
First
‹
Previous
Next
›
Last
»