Adrian !
- 活动总数 22
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 7
-
创建于 AppCode: 1 second keypress responses; terribly slow in general
已回答I've just installed AppCode on an older Mac Mini (mid 2011 2.7 GHz Intel Core i7, 8 GB RAM, AMD Radeon HD 6630M 256 MB) and performance is terrible - even when just cursoring around in the editor r... -
已编辑于 Binding return key to "complete current statement"
已回答For years I have had the return key bound to "complete current statement" in my keymap. I love being able to press return and have closing parens and a semicolon inserted for me. But this means tha... -
创建于 External documentation for Gradle project dependencies
已回答I'm working in a Gradle project and the "External Documentation" option isn't available. Quick documentation works (it uses with the sources jar rather than the docs jar). Note I'm talking about al... -
创建于 Swift: disable comment at first column
已回答For Swift, is there a way to prevent "Comment With Line Comment" and "Comment With Block Comment" putting the comment characters at the first column, and instead have them follow the format of the ... -
创建于 UI tests in AppCode?
已回答Hi, Is running UI tests actually supported in AppCode? Please let me know whether I should stop banging my head against this particular brick wall. Thanks. -
创建于 How to tell the debugger not to break on signals?
Hi all,Whenever a signal is raised, the debugger pauses. This is a real nuisance (in my current application at least). Is there any way to prevent this?You can tell lldb not to stop on particular s... -
创建于 Property syntax erroneously converted to method syntax (ie. dots to square brackets)
Hi there,AppCode automatically replaces things like self.view.framewith [self.view frame]but I don't want it to. Is there any way to turn this behaviour off?I assume it's because frame isn'...