Sune Lindberg Riedel
- Total activity 53
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 21
-
Sune Lindberg Riedel created a post, 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... -
Sune Lindberg Riedel commented, -
Sune Lindberg Riedel created a post, 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 ... -
-
Sune Lindberg Riedel created a post, 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... -
Sune Lindberg Riedel created a post, 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... -
Sune Lindberg Riedel commented, -
Sune Lindberg Riedel created a post, 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... -
-