Raymund Beyer
- 活动总数 66
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 7
- 订阅数 22
-
创建于 2016.3 is a nice release. But the cpu is still on 100%
已回答First 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... -
创建于 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... -
创建于 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... -
创建于 Change font size in Messages window
Is it possible to change the font size in the messages window? Thanks. -
创建于 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... -
创建于 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... -
创建于 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...