Codespunk+jetbrains
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Codespunk+jetbrains created a post, Is there an option for CLion to warn about unimplemented methods?
This is a trivial warning in Java but I can't find an option in CLion to enable this and it does not exist by default. I have class A with a pure virtual method and class B which inherits it. While... -
Codespunk+jetbrains created a post, Code indents according to body of #ifdef but ignores other directives?
Given the following code, if I press ENTER at the end of #endif the carat will be indented according to the #ifdef body: #ifdef _MSC_VER typedef __int32 int32_t; typedef unsigned __int32 uint32... -
Codespunk+jetbrains created a post, Allow for Code Style to add new line at end of constructor initialization list
Please add an option "Wrapping and Braces > Constructor initialization list > New line at end of list". Here is an example function and class constructor for the existing code style. void f( ...