Sune Lindberg Riedel

Avatar
  • Total activity 53
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 21
  • Created

    AppCode 3.0 CPU usage...

    Is it just me or is AppCode 3.0 using a horrific amount of CPU (which in turn slows the UI down)?Yes, I have 5-6 projects open, but right now it just sits there doing nothing - no simulator or anyt...
    • 4 followers
    • 3 comments
    • 0 votes
  • Created

    Switching between projects...

    Hi,I have a very basic question about AppCode...Scenario:I have two projects open (= to AppCode windows), and both are maximized to fill the entire screen, thus one is completely blocking the view ...
    • 2 followers
    • 4 comments
    • 0 votes
  • Created

    NSUInteger - unsigned long or unsigned int?

    Hi,I am doing most of my iOS code in AppCode these days (thank you again JetBrains for this wonderful, intelligent editor and debugger), but as I work on a project with some xib-files and a CoreDat...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Bug?: File Template when creating a new class broken?

    Hi,I don't exactly know what triggered this behavior, but earlier I have been able to create new Objective-C classes from within AppCode - either by choosing New->Class from the context menu or sim...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    Reformat code -> @property with IBOutlet failure...

    When I got this:@property(nonatomic, retain) IBOutlet UIButton *button;...and press [Cmd]+[Alt]+R to reformat, I end up with this:@property(nonatomic, retain) IBOutletUIButton *button;I like conser...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Manually overriding setXXX on properties sometimes warns about a possible leak...

    When overriding the default behavior of a synthesized property's setter method, I get a warning from AppCode in certain situations - see attached project (PropertySetterTestViewController.m)...Basi...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Reformat code -> optimize imports

    I am currently working on a codebase created by someone else (who of course wrote it in Xcode), so I use the "Reformat code" + "Optimize imports" function a lot...One thing I noticed is that when I...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Code Style -> Do not wrap/Do not force can't be changed

    In Settings -> Code Style...Even though the "Do not wrap" and "Do not force" dropdowns are selectable, it doesn't matter what I choose - it always reverts to "Do not..." - checkboxes works fine tho...
    • 2 followers
    • 1 comment
    • 0 votes