David Clancy

- Total activity 71
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 27
-
Created 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... -
Created 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... -
Created 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... -
Edited 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 ... -
Created 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... -
Created 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... -
-
Created Navigate->symbol should show implementation file of type first
When i use Navigate->Symbol... and enter a type, that types file should be the first listed. The type that i use this most for is referenced from several other files and for some reason those othe... -
Created Pointer (*) formatting problem
When using autocomplete, typing "NSS" and then hitting "*" produces this :"NSString *" Typing "NSS" and hitting return produces this : (note the space )"NSString "However, I prefer this style:"NSS... -
Created Broken for quite some time: OC-3347 Allow option to place // for single line comment near the actual code/text.
Using AppCode 3.0.6 here's what my file ~Library/Preferences/appCode30/codestyles/Default _1_.xml<?xml version="1.0" encoding="UTF-8"?><code_scheme name="Default (1)"> <option name="LINE_COMMENT_A...