Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Vyacheslav Karpukhin
Total activity
263
Last activity
December 18, 2019 12:40
Member since
October 14, 2013 08:12
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
110
Activity overview
Articles (0)
Posts (0)
Comments (153)
Sort by recent activity
Recent activity
Votes
Created
October 17, 2014 12:23
Hi Carl,CLion uses GDB but currently we don't have an open API for it that would allow create extensions. We do, however, plan to support user-defined renderers, so that would allow you to handle d...
Community
CLion
Clion and vala: what would it take to support a new language?
0 votes
Created
October 14, 2014 12:23
Currently it is not possible to define the parallel jobs count, but there is a feature request on our tracker.
Community
CLion
Setting to limit the parallel build job count
0 votes
Created
October 14, 2014 12:21
Hi,"Method bodies" does exactly what you are describing. However, CLion remembers the expanded state of the bodies for a while, so you might not be able to immediately see the effect, especially if...
Community
CLion
Auto folding function definitions
0 votes
Created
October 14, 2014 11:55
OK, let's try. Please navigate to the "Help -> Configure Debug Log Settings" and paste the following into the text area:<category name="#com.jetbrains.cidr.execution.debugger"> <priority value="DEB...
Community
CLion
warning: Could not open OSO archive file
0 votes
Created
October 14, 2014 09:34
Hi,We don't support cross-compilation at the moment, so running and debugging are not possible. Also, the only supported compilers are gcc and clang.
Community
CLion
Can i use CLion for B;lackBerry Developing?
0 votes
Created
February 02, 2015 21:17
1) You don't need to set any environment variables if you simply want to use /usr/bin/clang, becase CMake will find it by itself2) If you want to override compiler via environment variables, you ne...
Community
CLion
Please help with setup on Mac
0 votes
Created
February 02, 2015 12:05
Hi,Please try to do the following:1) Navigate to "Help -> Configure Debug Log Settings..."2) Enter "#com.jetbrains.cidr.cpp" into the window (without quotes)3) Open the Toolchains settings, let it ...
Community
CLion
Troubles when load Cmake
0 votes
Created
February 02, 2015 17:19
Thank you. The problem is that cmake freezes for some unknown reason. Please try these steps:1) Create a simple CMakeLists.txt: cmake_minimum_required(VERSION 2.8.4) cmake -G "Unix Makefiles" .And...
Community
CLion
Troubles when load Cmake
0 votes
Created
January 30, 2015 15:55
Yes, it is possible to write desktop applications using mingw/gcc. The _MSC_VER macro is specific to Visual Studio compiler, therefore it is not defined by GCC, so you'll need to use other checks.A...
Community
CLion
How to build desktop windows app?
0 votes
Created
January 29, 2015 19:43
CLion uses CMake as a build tool and a project model. In most cases the bundled binary of CMake can be used, so there is no need to install it.
Community
CLion
Does CLion work with Clang compiler?
0 votes
«
First
‹
Previous
Next
›
Last
»