Michael Beauregard
- Total activity 71
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 22
-
Created Unit testing: duplicate classes vs undefined symbols
I'm struggling to get unit tests working properly so I created a sample project. My project involves a bunch of pod dependencies, but I've reduced the list to the following simplified Podfile:platf... -
Created AppCode 2 release code navigation completely confused
I've been using the AppCode 2 EAP for months now with great success, but ever since installing the official release of AppCode 2 the code navigation seems to be completely messed up. Command-clicki... -
Created File from Xcode Template creates files with __MyCompanyName__
This bug has been driving me nuts for so long. Both ways of creating new files in AppCode have problems:1) Using "New -> File from Xcode Template" creates files that leave the __MyCompanyName__ fie... -
Created Error: bits/c++config.h: No such file or directory
I'm not sure if this is an XCode or AppCode issue. I just upgraded to Xcode 4.2 and my c++ code still compiles fine there. However, AppCode generates a bunch of errors like:/Developer/Platforms/iPh... -
Created method completion using '.' not working in 108.1201
One of my favourite features of AppCode is the unification of method and property completion using the '.' character. In the latest build this seems to be messed up where the '.' will bring up the ... -
Created 3rd party library sub-project support
I often use open source libraries in my iOS apps. The libraries are usually added as a git submodule and as a subproject in the app's xcode project. The problem is that AppCode doesn't index the so... -
Created Why aren't some IntelliJ plugins available for AppCode?
I can appreciate that many plugins are IntelliJ specific, but it seems to me that many others are quite generic.Specifically, I'm a big fan of the XFiles plugin with IntelliJ which (although it has... -
Created Out of memory error when loading project regardless of Xmx value
I get this error no matter what value I specify for Xmx. The more memory I give AppCode, the longer and harder it works, but it inevitably fails with the out of memory error. Just hitting 'ignore' ... -
Created Xcode-style control-command-left/right for back/forward -- system alert sound
Since you really need to use Xcode and AppCode together, I'm trying to sanitize some of the keyboard shortcut differences. For some reason, when I bind 'control-command-left' to 'Go To -> Back', it... -
Created No Ruby code completion or code navigation with IntelliJ 9.0.3 + Ruby Plugin 2.5
I'm using the latest of both IntelliJ and the Ruby plugin (2.5.13234) on Mac OS X and am really surprised that no code navigation or code completions work at all. About once a week, under some cond...