发布于 2015-09-30 15:54:29 | 135 次阅读 | 评论: 0 | 来源: 网友投递
AppCode Objective-C集成开发环境
AppCode 是一个全新的 Objective-C 的集成开发环境,用于帮助开发 Mac、iPone 和 iPad 的应用程序。被誉为“十大Mac和iOS应用开发工具”。
AppCode 3.3 EAP build 142.5239 发布,现已提供下载,详细改进请看更新列表。
Swift 2 支持:解析,高亮和关键字完成
支持使用 do-catch 和 try 处理错误
支持 throw 和 throws 关键字
支持 defer 关键字
Objective-C 改进
This build includes a fix for an unpleasant problem with parsing Objective-C generics – OC-12361.
False warning about the local variable that is only assigned but never used, while that’s not the case. This build addresses this problem with a fix. This is fixed not only for Objective-C, but for C++ code as well.
其他改进
Autoscroll from source in Swift Structure View is now working.
JavaScript debugger is now bundled into AppCode.
If you debug code in C++ in AppCode, you’ll be glad to find a fix for inspecting C++ references in debugger (CPP-4547).
How about navigating to matching brace/parenthesis/bracket in one shortcut? This feature is available now by pressing Ctrl+M
.
此外还改进了 Git 分支,为色盲患者提供颜色缺失调节,详细改进内容请看发行说明。
Develop with pleasure,
The AppCode Team
AppCode 是一个全新的 Objective-C 的集成开发环境,用于帮助开发 Mac、iPone 和 iPad 的应用程序。被誉为“十大Mac和iOS应用开发工具”。