主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Vyacheslav Karpukhin
活动总数
263
最后的活动
2019年12月18日 12:40
成员加入日期
2013年10月14日 08:12
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
110
活动概览
文章(0)
帖子(0)
评论(153)
按最近的活动排序
最近的活动
投票数
创建于
2014年10月17日 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...
社区
CLion
Clion and vala: what would it take to support a new language?
0 票
创建于
2014年10月14日 12:23
Currently it is not possible to define the parallel jobs count, but there is a feature request on our tracker.
社区
CLion
Setting to limit the parallel build job count
0 票
创建于
2014年10月14日 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...
社区
CLion
Auto folding function definitions
0 票
创建于
2014年10月14日 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...
社区
CLion
warning: Could not open OSO archive file
0 票
创建于
2014年10月14日 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.
社区
CLion
Can i use CLion for B;lackBerry Developing?
0 票
创建于
2015年02月02日 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...
社区
CLion
Please help with setup on Mac
0 票
创建于
2015年02月02日 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 ...
社区
CLion
Troubles when load Cmake
0 票
创建于
2015年02月02日 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...
社区
CLion
Troubles when load Cmake
0 票
创建于
2015年01月30日 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...
社区
CLion
How to build desktop windows app?
0 票
创建于
2015年01月29日 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.
社区
CLion
Does CLion work with Clang compiler?
0 票
«
第一页
‹
上一页
下一页
›
最后
»