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 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
Created
June 29, 2017 09:04
In fact you can develop a plugin using a Java module as well as Plugin module. Please firstly check if the plugin is loaded: look at Settings | Plugin and find your plugin in the list. If the plugi...
Community
IntelliJ IDEA Open API and Plugin Development
Issue of running sample plugin
0 votes
Created
June 21, 2017 16:10
BTW maybe it's possible to restore your files even if your project was completely deleted. IntelliJ IDEA saves history of your recent changes in its caches, so if you create an empty project with s...
Community
IntelliJ IDEA Users
Please help! IntelliJ 11 just deleted all my files!!!!!
0 votes
Created
June 21, 2017 15:42
Gord, we're sorry for that. If the files were deleted during rebuild most probably it means that you have 'Clear output directory on rebuild' option enabled in Settings | Compiler, and an output di...
Community
IntelliJ IDEA Users
Please help! IntelliJ 11 just deleted all my files!!!!!
0 votes
«
First
‹
Previous
Next
›
Last
»