Rich Eakin

- Total activity 33
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
-
Created 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... -
Created 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... -
Created "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... -
Created 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... -
Created 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... -
Created can auto-add missing include use quotes instead of brackets?
I'm using the very nice feature that adds a detected missing include with the hotkey alt+enter, and it is a great time saver. However, I need the #include format to use quotes instead of brackets, ... -
Created How to disable ""This file is indended with.." inspection message?
Hello,Does anyone know how to disable the message that pops up such as "This file is indented with tabs instead of 4 spaces"? When I click on the 'show settings' link, under Code Style I see that ... -
Created Dart: find path to local script when using custom VM
First off, I'm loving using dart with webstorm, you guys have been doing great work indeed on improving the experience of developing with web tools.I have a fairly abnormal setup, so I'm hoping to ... -
Created How to build desktop windows app?
Hello!First off, I'd like to see I'm really excited to use CLion in the future for the C++ framework I develop for and with (cinder). I've recently begun writing CMake files for it, since up until...