Victor Sergienko
- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 8
-
Created Vote for checked exceptions inspection!
PyCharm's type analysis, while being quite excellent, doesn't do much about checking exceptions thrown. Exceptions are still quite a mess, and so far you have to check them by hand. So I registered... -
Created What do people think of gutter navigation dropdown icons?
I've submitted CPP-9284 two years ago. Till now, I haven't found a way to distinguish from the dropdown icons, which of the lines is the base class, which is descendant, and which is my own declara... -
Edited Can you compile C files as C++ in CLion?
AnsweredI have a mixed project, in which I wish to compile C files as C++.I tried: project(derproject LANGUAGES CXX) and set_source_files_properties(yo/foo.c PROPERTIES LANGUAGE CXX) but the C files are s...