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