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
August 03, 2017 06:36
Is that SDK specified in your module editor as 'Module SDK'?
Community
IntelliJ IDEA Open API and Plugin Development
problem with plugin after upgrading to 2017.2
0 votes
Created
August 02, 2017 14:19
So you use a plugin module with IntelliJ Platform Plugin SDK, right? Check that 'IDEA_HOME/lib/guava-21.0.jar' is included into 'Classpath' list of the SDK.
Community
IntelliJ IDEA Open API and Plugin Development
problem with plugin after upgrading to 2017.2
0 votes
Created
August 02, 2017 11:08
What kind of 'dependency issue' do you have? Is is a problem with compilation? Or you have errors at runtime? IDEA 2017.2 have guava-21.0.jar in its classpath, and you don't need to download it sep...
Community
IntelliJ IDEA Open API and Plugin Development
problem with plugin after upgrading to 2017.2
0 votes
Created
August 02, 2017 08:58
Unfortunately there is no simple way to do this. We have '@since' tags in some javadocs, but not so often. So the only reliable way is compiling the plugins against different IDEA versions. If you ...
Community
IntelliJ IDEA Open API and Plugin Development
Exclude Android Studio from plugin.xml
0 votes
Created
July 31, 2017 06:51
Hi Matthias, it looks like the problem happens not because Android Studio removes some classes from IntelliJ Platform, but because it's based on older version of the IntelliJ Platform where these c...
Community
IntelliJ IDEA Open API and Plugin Development
Exclude Android Studio from plugin.xml
0 votes
Created
July 10, 2017 18:15
I don't know, it was just an assumption. But given that the problem reproduces only with your image and not with ours, it looks like there is some specific thing in your image which causes the prob...
Community
IntelliJ IDEA Open API and Plugin Development
Changing splash image of IntelliJ
0 votes
Created
July 10, 2017 17:24
The splash image is converted from PNG to BMP and injected into exe file. Maybe your image is too big, or too small or contains something specific which causes problems for exe file. Could you plea...
Community
IntelliJ IDEA Open API and Plugin Development
Changing splash image of IntelliJ
0 votes
Created
July 10, 2017 16:06
How did you generate *.exe file? Note that exe files must be signed and the part of build scripts which signs exe files using JetBrains certificate isn't available in the open sources. Did you impl...
Community
IntelliJ IDEA Open API and Plugin Development
Changing splash image of IntelliJ
0 votes
Created
July 06, 2017 18:12
Yes, it's possible, you can create an 'IntelliJ Platform Plugin SDK' (File | Project Structure | SDKs) pointing to WebStorm/PhpStorm home directory and then use it in your project configuration. Wh...
Community
IntelliJ IDEA Open API and Plugin Development
Run plugin on different IDE'S
0 votes
Created
July 04, 2017 11:17
Content of a global library is indexed only if the libraries is added to the dependencies list of some module. So if it isn't attached to any module RAssignmentNameIndex won't contain values from i...
Community
IntelliJ IDEA Open API and Plugin Development
How to search global library without module attachment
0 votes
«
First
‹
Previous
Next
›
Last
»