Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Andrey Kabylin
Total activity
14
Last activity
November 19, 2017 13:56
Member since
August 07, 2016 06:02
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
5
Activity overview
Posts (2)
Comments (6)
Sort by recent activity
Recent activity
Votes
Edited
August 07, 2016 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...
Community
CLion
How to compile a project from console
1 vote
Created
November 19, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
Code folding: syntax highlight inside placeholder
0 votes
Created
August 07, 2016 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.
Community
CLion
Now way to completely turn off formatting?
0 votes
Created
August 07, 2016 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 &&...
Community
CLion
Open files from console
0 votes
Edited
August 07, 2016 14:27
I not fully understood the question, but maybe this: cmake /path/to/project && make -j4
Community
CLion
How to compile a project from console
0 votes
Created
August 07, 2016 13:18
Sorry, this problem was in the early versions, when I tried Android Studio. in CLion all is well.
Community
CLion
Disable autoformat in whole project
0 votes