Raymund Beyer
- Total activity 66
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 22
-
Created 2016.3 is a nice release. But the cpu is still on 100%
AnsweredFirst of all: 2016.3 makes my want to use AppCode more again. Great move :-) But I really wonder why the 100% cpu hog problem is still there... Me and other have repeatedly reported this problem, b... -
Created Swift to ObjC Bridging Header - marked as error
Please not: this is about Swift -> ObC Header - not the other way around!Xcode generates a Swift to ObjC Bridging Header automatically and puts it into the derived data folder for usage. In case th... -
Created Code format for override and @IBAction
Hello,I know you guys are working on these things - but maybe I'm just overlooking something: currently e.g. the 'override' of a function is set to a new line when applying a code style.Like ths ov... -
Created Change font size in Messages window
Is it possible to change the font size in the messages window? Thanks. -
Created Strange colorisation after reformatting code
Hi,I sometimes seem to have strange colors after e.g. reformatting code. Unfortunately this doesn't go away. Is that intensional or is it a bug? Any hint how to reset those background highlightings... -
Created Where are the bookmarks stored?
I wonder where the bookmarks are stored, I can't find then in the .idea folder inside the project folder? I would like to gitignore anything in the idea folder apart of the bookmarks.Is there a way... -
Created The best way for mass refactoring of properties (taking away synthezise)
I guess there is a way to do this, but I havn't found it yet.I have a project, where all properies are synthesized//abstract @property (strong, nonatomic) IBOutlet UIView *containerView; @synthesi...