RabbyteDan
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Created Getting C++ inspections for a C project
AnsweredHey after working with C++ I now want to give C a try and started learning it. I created a C 23 project in CLion and started experimenting with the language. But one thing I noticed, I am getting C... -
Created Middle Mouse Multiline on Windows
AnsweredHey - I am using CLion on Windows, Linux and Mac. On Mac multiline selection and creating multiple carets via holding the middle mouse button and dragging over multiple lines works as expected. How... -
Edited Refactor rename only in current project
AnsweredWhen refactoring renaming variables or functions in a C++ project I sometimes noticed that this would scan for EVERY occurrence of the name, even in library files, documentation htmls et cetera. Co...