David Clancy

- Total activity 71
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 27
-
David Clancy created a post, Bug in Complete statement?
when typing this: if <shift-command-enter> I get the following if (<cursor>){} So far so good. But then when i type in my condition (say "true) and hit <shift-command-enter> I get the followin... -
David Clancy created a post, Swift from ObjC: Cannot resolve variable or class name, but compiles and runs fine.
In my ObjC project I have just added a swift cocoa pod framework. I am able to use the swift classes from ObjC, compile, and run fine but AppCode is not able to resolve any of the variables or cla... -
David Clancy created a post, Rearrange method order to match header file?
Is there a way to tell app code to rearrange the order of methods in the implementation file based on the header? For instance, if i move a bunch of methods and properties around in the header, i'd... -
David Clancy created a post, Should renaming an overriden method also rename other overrides of the base method?
When i go to rename a method in a derived class, I get the dialog that asks if I want to refactor from the base method, which I do. However, only methods and usages in the super hierarchy of the ... -
David Clancy created a post, QuickLook Image in AppCode
This may be of interest to you if you would like to view UIImages of variables while debugging.In Xcode, clicking the "eye" icon on a UIImage variable displays the actual UIImage. (Generically, it... -
David Clancy created a post, Selected text in Console window does not appear in External Tools Macro $SelectedText$
Make an external tool withname: echoItprogram : /bin/echo parameters: $SelectedText$check : Open ConsoleSelect text in editor window -> Tools->External Tools-> echoIt(echo's text)Select text in Con... -
David Clancy commented, -
David Clancy commented, -
-
David Clancy created a post,