Yves Le Borgne
- 活动总数 263
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 11
- 订阅数 68
-
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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 ? -
创建于 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...