Yves Le Borgne
- Total activity 263
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 11
- Subscriptions 68
-
Created Is there a way to perform inspections on a key stroke ?
Currently, version 1.6.2 is a real hoag of resources when editing large modules (unworkable for me actually). I do need autoComplete but could do away with inspections (which i beleive is what take... -
Created top menu bar vanishes.
I have found (quite accidentally) a way to make the top menu bar disapear (as in pic). Is this normal, is there a way to revert and get the top menu again ?Attachment(s):Screen Shot 2012-11-11 at 4... -
Created finder leak(?) when running my App in simulator
Although this is probably an Apple-classic, i am wondering if anyone on this forum came across with this. I noticed when debugging, my computer becoming increasingly unresponsive. After a bit of lo... -
Created in large module (.m), import(s) get 'lost' and 'found' again for no reason while editing the code.
When adding or modifying the code of a large module (1800 lines), the auto complete is unusable (predicts nothing) AND even if you know the exact name of a property, while typing it, all the import... -
Created confusion with enums
casting an int as an enum sometimes the enum declaration is not found (but it was the line abore. See attached ss. Am I missing something here ???The only line of code i am interested in here is li... -
Created After dragging a class (.m/.h) from finder into a project's group, AppCode cant find it.
Hello folks, dunno if you have a similar issue. I am currently re-purposing a code base into a game, and i often add a complete module straight from finder into a project group. The file gets copie... -
Created Taming down a specific warning.
In CCNode (cocos version 1.0.1), i see the following line in various setters.isTransformDirty_ = isInverseDirty_ = YES;AppCode whines about the fact that we are "Using a '=' in a conditional". I re... -
Created build fails in AppCode, works in other IDE, no real clue as to what is going on
This morning, out of the blue, my build fails error code 65. Not a clue from the logs and messages as to where to look for the 'error'. Any suggestions ?Attachment(s):Screen Shot 2012-07-13 at 7.4... -
Created cocos2d 2.0 templates not showing in new project wizard.
nuf said. I just installed cocos2d-2.0 templates, they show up in Xcode 4.3.3 but not in the new project wizard of AppCode 1.5.6 (see attached screenshots) Any suggestions ? -
Created how to suppress some warnings
I am currently implementing an iOS app with cocos2D, and as part of that some of my classes implement a selector with a required parameter, as follows:-(void) sequenceStateSelectSkillByPlayer:(ccTi...