Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Vyacheslav Karpukhin
Total activity
263
Last activity
December 18, 2019 12:40
Member since
October 14, 2013 08:12
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
110
Activity overview
Articles (0)
Posts (0)
Comments (153)
Sort by recent activity
Recent activity
Votes
Created
July 21, 2014 09:31
No, you are right, this option is similar to clang's MaxEmptyLinesToKeep. The problem in your particular case is that the element after the whitespace is a comment, which is not considered to be "c...
Community
AppCode
Reformat code and empty lines
0 votes
Created
July 21, 2014 09:49
Yes, this is possible, although a bit tricky.First, you need to open Preferences -> Scopes and create a new scope that includes only the files you would like to inspect. Then, in the Preferences ->...
Community
AppCode
Inspect code - without CocoaPods
0 votes
Created
July 20, 2014 13:13
Have you tried marking the run configuration as a "Single instance"? There is a checkbox in the right upper corner of the run configuration editor.
Community
AppCode
How to terminate last debug session automatically
0 votes
Created
October 15, 2014 10:11
No, this is not possible, but if you want to quickly alternate between .h and .m you can use the "Navigate to Related File" action (cmd+cntrl+up arrow).
Community
AppCode
Order .h .m tabs?
0 votes
Created
October 16, 2014 10:27
It is hard to say what is happening there without seeing the settings. It would be helpful if you could email to appcode-support@jetbrains.com your .xcodeproj bundle along with the device model and...
Community
AppCode
Suddenly getting weird error which won't let me run on device
0 votes
Created
October 14, 2014 23:23
Hi,I've tried to reproduce this by creating a new static framework project with Xcode 6.0.1, but everything worked as expected. Could you please also check that it works for you? If it does, then i...
Community
AppCode
XCTest unable to link against arm64
0 votes
Created
February 02, 2015 13:06
Please either navigate to Preferences -> Editor -> External Documentation and switch from Ingredients to "Default web browser", or install the Ingredients viewer.
Community
AppCode
Help is not working The file /Applications/AppCode.app/Contents/bin/x-ingredients:/search/UIApplication does not exist.
0 votes
Created
January 30, 2015 15:33
Looks like this is a bug in xcodebuild: it incorrectly reports an error which AppCode treats as a real error. Please create an issue on our tracker, along with a full build log, Xcode version and, ...
Community
AppCode
Can't build/clean for device
0 votes
Created
November 14, 2014 16:23
Hi, Pavel.You can create two run configurations for each target, and then in one of the configurations add "Before launch" action that invokes the other target.
Community
AppCode
Running unit tests from all dependencies
0 votes
Created
November 21, 2014 19:09
The format depends on the test runner. For OCUnit/XCTest it is "ClassName" or "ClassName/testMethodName" elements separated by comma. Masks are not supported, unfortunately.If all your test classes...
Community
AppCode
Pattern to use for Test Kind
0 votes
«
First
‹
Previous
Next
›
Last
»