Yves Le Borgne
- Total activity 263
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 11
- Subscriptions 68
-
Created 'statement can be simplified' highlights in editor
I'm assuming your code is pissing away some of MY memory and cpu on these mindless reminders (usually dogma laden) .... Although it can be turned off, it is still imho a complete waste of resources... -
Created appCode vs xCode build outputs - chasing a (pseudo?) memory leak
Hello all, I have been chasing a memory issue that shows up when i compile with xCode5 and in the Allocations instrument. (see http://stackoverflow.com/questions/19234526/constant-app-memory-incre... -
Created new build errors since installing xCode 5
Hello, since i installed xCode5 i get new error messages as per screen shot. Strangely, they dont seem to affect anything ... ie programs builds, and runs in any environment, debug and release buil... -
Created issue resolving enums ? AppCode 2.1
I get this a warning when (i feel) the proper enum value is used and declared. (UITextAlignmentLeft , enum UITextAlignment)Does this rank as a bug or am i missing something fundamental in obj-c ?At... -
Created how to stop reformatting a .plist when selecting 'Reformat code' on a commit
When i commit, i normally reformat the code ... worked so far for me. However, when that happens, AppCode reformats one of my plists (in the resources folder) ... in a bad way.before : after : for ... -
Created embedded switch in a switch statement : is this normal obj-c or overzealous verification
rather new at obj-c myself, i'm not certain whether the warning posted here is legit of not, and if it is, could someone enlighten me as to why this would be so ?Attachment(s):Screen Shot 2012-12-2... -
Created the long awaited performance improvement : bravo to the team
Wow ... not even in the same league compared to the 1.6 family. Now THIS is a JetBrains product for my taste. Nice gift under my tree. Thanks , i'm developing with pleasure again. -
Created 'really' invalidating caches , EAP and 1.6.4
I've been chasing a bug (my bad) whereby one of my textures that i thought had been updated was not updating in the .app package. So , went through the routine of invalidating caches , clean, build... -
Created customizing colors in IDE Settings->Editor->Colors&Fonts : right click not working EAP 2.0
I could not find a tracking ticket on this. Wondering if anybody else is getting this or if it is just a 'my box/my mouse' thing . Also the popop tooltip over the color sample squares very hard to ... -
Created How does one push to a remote repository (not GitHub, privately run server)
I have been trying to understand how to push my commits to a remote repos, but cant figure out how to configure it. I did configure the remote by hand (git command line), however when pushing, AppC...