
c++
zp522123428
如果你有一个梦想,你就一定要去捍卫她!
展开
-
VS2010版最常用的快捷键和其他快捷键
1. 强迫智能感知:Ctrl+J;2.强迫智能感知显示参数信息:Ctrl-Shift-空格;3.格式化整个块:Ctrl+K+F4. 检查括号匹配(在左右括号间切换): Ctrl +]5. 选中从光标起到行首(尾)间的代码: Shift + Home(End)6. 在方法定义和调用之点切换:Ctrl+Shift+7(8)7. 设置断点:F98. 使用Tab增加缩进,Shi原创 2012-12-26 23:07:15 · 809 阅读 · 0 评论 -
cocos2d-x 开发中使用的一些工具
这些工具平常也用到,不过没有像这样整理出来,这是我在网上看到的。就记录一下。位图字体工具Bitmap Font ToolsBMFont (Windows)FonteditorGlyph DesignerHieroLabelAtlasCreator粒子编辑工具Particle Editing ToolsParticleCreatorParticle D原创 2012-12-26 23:25:43 · 669 阅读 · 0 评论