Petteri Kamppuri

- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 10
-
Created Can I configure AppCode to indent empty lines?
Hi!I'd like all my lines be indented correctly. AppCode doesn't seem to indent empty lines, or it even actively removes indenting tabs from empty. This is cumbersome when I have disabled caret plac... -
Created Can I configure AppCode to indent empty lines?
Hi!I'd like all my lines be indented correctly. AppCode doesn't seem to indent empty lines, or it even actively removes indenting tabs from empty. This is cumbersome when I have disabled caret plac... -
Created AppCode 108.293 messes with project file
Hi!This new version of AppCode touches my Xcode project file. It adds lots of text bookmarks and other stuff, including some extra info for files. That's pretty uncool, because I'm a bit worried ab... -
Created Any plans for selecting individual lines for committing (Mercurial)?
Hi!Do you have any plans to hugely improve the VCS support in AppCode/IDEA to support selecting individual changed blocks or, better yet, individual lines in a file to be committed separately from ... -
Created Run Inspection by Name > Whole Project doesn't work
Hi!For my projects, Run Inspection by Name for the Whole Project doesn't seem to work. AppCode goes through a list of files very fast, then it says no suspicious code found. This happens even when ... -
Created Navigating implementation hierarchy (using Type Hierarchy)?
Hi!Is it possible to use the Type Hierarchy tool window to navigate implementations? Currently it uses the header file information if I have both Hierarchy and Structure windows open. I'd like to n... -
Created File Structure with more structural (class hierarchy) information
Hi!I always group methods in my classes by the class or interface the methods are coming from.An example.m:#pragma mark UIViewController overrides-(void) viewDidLoad { }-(void) viewWillAppear:(BOOL... -
Created "Expression Expected" error with macro functions
Hi!AppCode seems to have a problem with our logging macro. Code looks like this:LOG_INFO(@"Message.");And the error message for that line is "Expression Expected".Macro is defined as:#define LOG_IN... -
Created Full text search vs. prefix search in Go To > Class and Symbol
Hi!First of all, you can't begin to understand how much and how long I've waited for an Objective-C IDE from JetBrains. I was using IDEA for Java development ten years ago, when it came out, and I ...