RabbyteDan

- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
-
RabbyteDan created a post, AnsweredGetting C++ inspections for a C project
Hey 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... -
RabbyteDan created a post, AnsweredMiddle Mouse Multiline on Windows
Hey - 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... -
RabbyteDan created a post, AnsweredRefactor rename only in current project
When 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...