Michael Beauregard
- 活动总数 71
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 22
-
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 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' ... -
创建于 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... -
创建于 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...