Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alexander Kirillin
Total activity
266
Last activity
January 17, 2016 21:26
Member since
April 05, 2011 21:31
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
106
Activity overview
Posts (0)
Comments (160)
Sort by recent activity
Recent activity
Votes
Created
May 11, 2011 22:03
We have just released the new build with device debug support, you can try!
Community
AppCode
How to run on device?
0 votes
Created
May 05, 2011 21:18
This was recently fixed. Please wait for the next build, which is going to come in a couple of days.
Community
AppCode
Code formatiing problems
0 votes
Created
May 04, 2011 21:59
A correction: AppCode also indexes all framework headers for all frameworks under current SDK.
Community
AppCode
Indexing too long
0 votes
Created
April 20, 2011 21:58
Filed a request for it - OC-685. You can vote for it.
Community
AppCode
[var release] code completion
0 votes
Created
April 29, 2011 13:06
If property is assign, inserting "self.prop = nil" is incorrect, because it won't release the underlying ivar.
Community
AppCode
[var release] code completion
0 votes
Created
April 29, 2011 13:13
Fixed. The option is in Preferences | Code Style | Code Generation.
Community
AppCode
[var release] code completion
0 votes
Created
April 29, 2011 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...
Community
AppCode
[var release] code completion
0 votes
Created
April 28, 2011 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...
Community
AppCode
dealloc of instance variables in custom method
0 votes
Created
April 29, 2011 14:30
Filed an issue - please vote for it. http://youtrack.jetbrains.net/issue/OC-738
Community
AppCode
dealloc of instance variables in custom method
0 votes
Created
September 08, 2011 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...
Community
AppCode
how to suppress some warnings
0 votes
«
First
‹
Previous
Next
›
Last
»