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
September 05, 2017 14:56
> if I create a new project on IntelliJ, it also creates a folder in wich my project is stored. I want this and nothing else! This isn't always true. On the last page of 'New Project' wizard we hav...
Community
IntelliJ IDEA Open API and Plugin Development
How to: Get Project path
0 votes
Created
September 05, 2017 14:37
Hello, what do you mean by 'my project is stored'? Project may contain different kind of files. There are project configurations files (.idea directory), there are directories where java sources ar...
Community
IntelliJ IDEA Open API and Plugin Development
How to: Get Project path
0 votes
Created
September 04, 2017 08:55
You can call 'buildPlugin' task from intellij-gradle-plugin, it'll produce a zip file containing the plugin distribution in build/distributions directory. You can install that zip file into PyCharm...
Community
IntelliJ IDEA Open API and Plugin Development
Problem installing juliafy in PyCharm
0 votes
Created
September 04, 2017 08:52
It's possible to provide a custom type of SDK. In order to do that you need to implement SdkType and register it as 'sdkType' extension in plugin.xml. Look at PythonSdkType for example.
Community
IntelliJ IDEA Open API and Plugin Development
Create a custom SDK (or standard library?) for custom language
0 votes
Created
September 04, 2017 08:40
Hi Navin, currently it isn't possible to ignore http client jars from IntelliJ Platform. However classes of your plugin are loaded by a separate classloader, and it firstly looks into your plugin's...
Community
IntelliJ IDEA Open API and Plugin Development
How to ignore IDE specific apache libs and use apache libs bundle with plugin
0 votes
Created
August 18, 2017 10:55
No, IntelliJ platform doesn't support partial disabling of plugins. It's possible to create two plugins, one will perform checks and enable/disable the other, but it would require IDE restart so it...
Community
IntelliJ IDEA Open API and Plugin Development
Conditional plugin initialization
0 votes
Created
August 17, 2017 06:38
Ryschaeffer, you can try restoring the files using Local History as I described in my previous comment. And it would be great if you create an issue in PyCharm's bug tracker describing what you wer...
Community
IntelliJ IDEA Users
Please help! IntelliJ 11 just deleted all my files!!!!!
0 votes
Created
August 16, 2017 13:31
It's strange then. Classes of your plugins are loaded by a separate class loader, which shouldn't see classes from Android plugin. You can debug the code and look which classloader is used to load ...
Community
IntelliJ IDEA Open API and Plugin Development
Using grpc dependencies in plugin gives errors
0 votes
Created
August 11, 2017 11:47
We plan to publish some modules of IntelliJ IDEA as Maven artifacts (probably not on Maven central though), watch this issue to be notified about the progress. This is not a simple task because we ...
Community
IntelliJ IDEA Open API and Plugin Development
Intellij community code on maven central?
0 votes
Created
August 09, 2017 11:15
Does your plugin depend on 'android' plugin?
Community
IntelliJ IDEA Open API and Plugin Development
Using grpc dependencies in plugin gives errors
0 votes
«
First
‹
Previous
Next
›
Last
»