Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Anton Makeev
Follow
New articles and posts
New articles, posts, and comments
Total activity
2376
Last activity
April 15, 2019 16:26
Member since
July 02, 2007 11:05
Following
0 users
Followed by
2 users
Votes
0
Subscriptions
890
Activity overview
Articles (0)
Posts (2)
Comments (1484)
Sort by recent activity
Recent activity
Votes
Created
April 15, 2019 16:26
What's written on the Plugins page, if you click on `Cpachecker`? How do you run the IDE and install the plugin? Are there any exceptions in the Log (Help | Show Log in...)?
Community
IntelliJ IDEA Open API and Plugin Development
Not able to debug CLion plugin development using LATEST-EAP-SNAPSHOT
0 votes
Created
March 22, 2019 13:26
CLion 2018.1 is not distributed as gradle dependency. Please try specifying version '191-EAP-SNAPSHOT' or version 'LATEST-EAP-SNAPSHOT' More details in https://www.jetbrains.com/help/clion/2019.1...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin Development using IDEA Plugin SDK with target IDE CLion
0 votes
Created
January 17, 2019 11:45
The newer versions of gradle-intellij-plugin expect additional artifacts published that are not yet available for CLion 2018.1 builds. The EAP is expected to start in a week or two, so it's better ...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin Development using IDEA Plugin SDK with target IDE CLion
0 votes
Created
January 11, 2019 09:41
Petr, I'm not sure where this debug output comes from, but CLion doesn't pass `-app_platform` - it just runs `vcvarsall.bat <arch> <platform> <version>` command. What is the error that you get? Cou...
Community
CLion
CLion bug when using VS.NET toolchain
0 votes
Created
January 04, 2019 16:06
CLion artifacts publishing is under development and will be officially tested when 2019.1 EAP starts (mid/end January) CPP-14770. The currently published version (183.4925) is an early pilot, you c...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin Development using IDEA Plugin SDK with target IDE CLion
1 vote
Created
June 12, 2018 09:14
Paolo, there is no public API for CLion atm, and the sources are closed. Feel free to ask specific questions directly here.
Community
IntelliJ IDEA Open API and Plugin Development
CLion plugin
0 votes
Created
June 11, 2018 11:08
Paolo, If you are using DevKit plugin, you need to create an IntelliJ Platform Plugin SDK (http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/setting_up_environment.html) and point i...
Community
IntelliJ IDEA Open API and Plugin Development
CLion plugin
0 votes
Created
April 23, 2018 16:31
Please follow IJSDK-388
Community
CLion
Clion - Get Build Command
0 votes
Edited
April 16, 2018 12:43
Hanns, the following might help: Subclass a com.intellij.ide.projectView.TreeStructureProvider and implement modify method that changes `PsiDirectoryNode` for the mllt folders to a `PsiDirectoryNod...
Community
IntelliJ IDEA Open API and Plugin Development
Can't register FileEditorProvider that handles directories?
1 vote
Created
February 19, 2018 16:18
DirectoryProjectGenerator is available in all non-Java IDEs, while ModuleBuilder is in IntelliJ IDEA only
Community
IntelliJ IDEA Open API and Plugin Development
how can you add items to CLion's New Project window
0 votes
1
2
3
4
5
6
›
»