Rich Eakin

- Total activity 33
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
-
Rich Eakin commented, -
Rich Eakin created a post, Create new Code Template, + button grayed out
I'm trying to figure out how to create a new C++ code template (something like a comment for sectioning off portions of a large cpp file), however I'm finding that the plus button for 'Creating a N... -
Rich Eakin commented, -
Rich Eakin created a post, Possible to mark all directories named 'build' as excluded?
I've been using the new feature in CLion 1.5 EAP that allows you to exclude certain folders from the global search and it is great. However what I immediately did was go through and select every fo... -
-
Rich Eakin created a post, "Cannot determine module type ("WEB_MODULE")" - error message on startup
I've recently been setting up a rather large (and unfortunately private) cmake project for use in CLion and I'm getting a strange error at starting, which I think is prohibiting any further code pa... -
Rich Eakin commented, -
Rich Eakin created a post, Enable Guard Malloc on Mac
Xcode has this nice debugging feature called 'Enable Guard Malloc', which is settable from Edit Schemes - Diagnostics (among a few other tools that I don't use as often). I just figured out, from t... -
-
Rich Eakin created a post, How to disable "Unregistered VCS root detected" popup
Is it possible to disable the "Unregistered VCS root detected" message that pops up whenever I open a new project? Mostly these are coming from within a large repo with many smaller projects in var...