主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Alexander Kirillin
活动总数
266
最后的活动
2016年01月17日 21:26
成员加入日期
2011年04月05日 21:31
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
106
活动概览
帖子(0)
评论(160)
按最近的活动排序
最近的活动
投票数
创建于
2011年05月11日 22:03
We have just released the new build with device debug support, you can try!
社区
AppCode
How to run on device?
0 票
创建于
2011年05月05日 21:18
This was recently fixed. Please wait for the next build, which is going to come in a couple of days.
社区
AppCode
Code formatiing problems
0 票
创建于
2011年05月04日 21:59
A correction: AppCode also indexes all framework headers for all frameworks under current SDK.
社区
AppCode
Indexing too long
0 票
创建于
2011年04月20日 21:58
Filed a request for it - OC-685. You can vote for it.
社区
AppCode
[var release] code completion
0 票
创建于
2011年04月29日 13:06
If property is assign, inserting "self.prop = nil" is incorrect, because it won't release the underlying ivar.
社区
AppCode
[var release] code completion
0 票
创建于
2011年04月29日 13:13
Fixed. The option is in Preferences | Code Style | Code Generation.
社区
AppCode
[var release] code completion
0 票
创建于
2011年04月29日 23:22
I meant if we have "ivar = [class retain]" and some property was synthesized with this ivar with "assign" attribute, we'll have to put "[ivar release]" to dealloc method, "self.property = nil" will...
社区
AppCode
[var release] code completion
0 票
创建于
2011年04月28日 22:01
Actually it does. AppCode considers an ivar as released if a 'release' or 'autorelease' message was sent to it in ANY method of the class, or if nil was assigned to its property in 'dealloc' method...
社区
AppCode
dealloc of instance variables in custom method
0 票
创建于
2011年04月29日 14:30
Filed an issue - please vote for it. http://youtrack.jetbrains.net/issue/OC-738
社区
AppCode
dealloc of instance variables in custom method
0 票
创建于
2011年09月08日 22:45
You can go to Preferences | Inspections and turn off this particular warning.Does your method implement/override another method? In this case there shouldn't be a warning, otherwise it's a bug, ple...
社区
AppCode
how to suppress some warnings
0 票
«
第一页
‹
上一页
下一页
›
最后
»