Danhall

Avatar
  • Total activity 58
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 20
  • Created

    Issues with new UI Designer

    Hi!  I'm excited about the new UI Designer in the AppCode 3.0 EAP.  However, I'm having some issues while using it.1) Clicking on an outlet does not highlight or in any way indicate what object on ...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    AppCode annoyances

    I'm a big AppCode fan, and I love all the features and the responsive development team.  However, I've noticed over the past several months a number of things which seem annoying and inconvenient, ...
    • 2 followers
    • 4 comments
    • 0 votes
  • Created

    Problem integrating with JIRA tasks

    I'm trying out the Tasks & Contexts feature in AppCode and have connected to our JIRA instance under "configure servers...".I am able to list the tasks assigned to me, as expected, generate a commi...
    • 4 followers
    • 6 comments
    • 0 votes
  • Created

    VCS Questions / Request

    I'm a big fan of the VCS integration in AppCode, and I'm pretty pleased with the GitHub integration features as well.  I have a couple questions regarding VCS functions, which may not be possible a...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Code completion features missing in 2.5.4

    Hello, it seems from my testing that there are a couple code completion features missing from AppCode 2.5.4 (and there was no mention of any fixes to code completion in 2.5.5)Specifically:- Pressin...
    • 2 followers
    • 6 comments
    • 0 votes
  • Created

    Renaming enum type doesn't work with NS_ENUM macro?

    I have code formatted as below:typedef NS_ENUM(NSUInteger, Foo) {    DefaultFoo = 0,    FirstFoo,    SecondFoo};When I try to use rename refactoring on "Foo", nothing happens.  I tried with both th...
    • 2 followers
    • 4 comments
    • 0 votes
  • Created

    Can't refactor property type?

    Hello,  I have a property in an interface like this:@property (nonatomic, strong) SomeConcreteClass *myThing;It is used in many places throughout my project. I need to change the property's type to...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Updates on UML support?

    One of my favorite features in IntelliJ (and of all time in any IDE) is the UML support, specifically the ability to both see the relationships between existing classes as a UML diagram, and to stu...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Import / Export AppCode Macros?

    This is a question about macros in the AppCode IDE (Edit -> Macros), not about Objective C macros.I recorded a macro that will solve a problem for a coworker, which was a fairly straightforward pro...
    • 3 followers
    • 3 comments
    • 1 vote