August Lilleaas
- Total activity 31
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 12
-
Created Manual configuration management (similar to emacs, vim, etc)
AnsweredHi folks! Is there a way to have a config file somewhere on my file system that I completely manage by hand, that I can use to customize IntelliJ? The things I want to customize, are mostly key bin... -
Created Use IntelliJ tools to experiment with an emacs major-mode
I would like to experiment with a Java major mode for emacs that uses the IntelliJ community systems for support for refactorings, syntax highlighting, errors and warnings, automatic insertion of i... -
Created I want to write a plugin for unit testing - does AppCode support that?
The unit testing in xcode sucks balls. I want to write a plugin for AppCode that makes running unit tests in the simulator super easy.Can it be done? If so, can someone point me in the right direct... -
Created Debugging on device - can you share how you implemented it?
According to this ticket http://youtrack.jetbrains.net/issue/OC-119?projectKey=OC appCode is now able to debug on device.I want to write a unit testing framework where it would be great to have the... -
Created Edit, add, remove targets?
Is this currently possible in appCode? I can't seem to find it anywhere. -
Created Localized xibs supported?
I have a project with localized xibs. For reference, a localized xib is just a duplicated MyXibName.xib that exists in en.lproj, no.lproj, es.lproj etc. In Xcode, this file appears once as MyXibNam... -
Created How can I remove this warning?
The use of single equal is intentional. It seems I can skip this warning by changing the code to `if ((self = [super init])) {`. But I don't want a smartass suggestion engine to dictate my code :)C... -
Created Feature request: cli, cli, cli!
In appCode, you can build and run in the simulator with one click. To the best of my knowledge, nobody has figured out how to do that outside of Xcode before. Getting the app installed is easy, but... -
Created I hope appCode gets awesome unit testing
My biggest problem with Xcode 3 and 4 has been its sloppy support for unit testing.Will appCode get built-in unit testing support? Or is it possible to write appCode plugins that could do unit test...