Adrian !

- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
Created AppCode: 1 second keypress responses; terribly slow in general
AnsweredI'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... -
Edited Binding return key to "complete current statement"
AnsweredFor 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... -
Created External documentation for Gradle project dependencies
AnsweredI'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... -
Created Swift: disable comment at first column
AnsweredFor 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 ... -
Created UI tests in AppCode?
AnsweredHi, 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. -
Created 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... -
Created 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'...