主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Andrey Kabylin
活动总数
14
最后的活动
2017年11月19日 13:56
成员加入日期
2016年08月07日 06:02
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
5
活动概览
帖子(2)
评论(6)
按最近的活动排序
最近的活动
投票数
已编辑于
2016年08月07日 14:30
No, to set build location set flag --build like this: cmake /path/to/build --build /path/to/project && make for example CLion execute command for build my project: /home/dev/Soft/clion/bin/cmake/bi...
社区
CLion
How to compile a project from console
1 票
创建于
2017年11月19日 13:56
finally I found solution: val range1 = TextRange(rightBrace.textOffset, body.textOffset)val range2 = TextRange(body.textRange.endOffset, rightBrace.textRange.endOffset)val group = FoldingGroup.newG...
社区
IntelliJ IDEA Open API and Plugin Development
Code folding: syntax highlight inside placeholder
0 票
创建于
2016年08月07日 15:19
You can setting Code style - File / Settings / Editor / Code Style in "Wrapping and Braces" tab have options "Braces placement", and there you can customize it.
社区
CLion
Now way to completely turn off formatting?
0 票
创建于
2016年08月07日 15:13
Yes something like that: sh /path/to/clion/bin/clion.sh file.cpp also you can create alias for clion, for example in linux: echo "alias clion='sh /path/to/clion/bin/clion.sh'" >> ~/.bash_aliases &&...
社区
CLion
Open files from console
0 票
已编辑于
2016年08月07日 14:27
I not fully understood the question, but maybe this: cmake /path/to/project && make -j4
社区
CLion
How to compile a project from console
0 票
创建于
2016年08月07日 13:18
Sorry, this problem was in the early versions, when I tried Android Studio. in CLion all is well.
社区
CLion
Disable autoformat in whole project
0 票