OS X 下開源的代碼編輯器,CotEditor 2.0.3 發布
CotEditor 簡介
CotEditor 是一款主要由日本開發者開發的輕量級的 OS X 原生編輯器,支持多種編程語言的語法高亮顯示,支持宏擴展,支持使用 Apple Script 和 Shell Script 進行擴展。與 Sublime Text 等流行的編輯器不同,CotEditor 使用的是原生的 Cocoa 文本系統,因而寫起代碼來都是 OS X 上原生的體驗,如果你一直在尋找一款默認輸入方式上和 Xcode 完全相同,同時又足夠輕量級,可以讓你隨時隨地打開寫一段文字或腳本的編輯器的話,那就非 CotEditor 莫屬。
此外,CotEditor 完全開源,并且使用純 Objective-C/Cocoa 寫成,對于 OS X 開發者來來說,CotEditor 的源碼很值得學習,對于深入理解 Cocoa 的文本系統很有幫助。
CotEditor 的最新版已經支持簡體中文的本地化。
昨天晚上 CotEditor 開發者釋出了 2.0.3 版。這一版本最大的變化就是增加了簡體中文(Chinese Simplified)的本地化支持,感謝 Wei Wang (onevcat)。
下載地址:http://coteditor.com/
CotEditor 2.0.3 改進內容
新特性
添加簡體中文本地化,感謝 Wei Wang (onevcat)。
添加通過“捏手勢(pinch gesture)”縮放字體的特性。
組件和改進
Add “Traditional Chinese (Big 5 HKSCS)”, “Traditional Chinese (Big 5-E)” and “Traditional Chinese (Big 5)” to encoding list.
Add “show invisible characters” option to set visibility of all invisible characters at once.
From this, invisibles visibility of displayed windows can be toggled even all invisibles are hidden as default.
Now, the popup menus in toolbar can be called directly even on “Text Only” mode without mode change.
Now, window states will resume from the last session.
Change default syntax style from “None” to “Plain Text”.
Improve syntax highlighting performance.
Remove delay when a AppleScript/JavaScript is run for the first time after application launch.
Update “CSS” syntax style:
Add several keywords. (Thanks to Nathan Rutzky!)
Update “JSON” syntax style:
Improve highlighting performance.
Improve find panel behavior with Spaces.
Disable rech text in find panel.
Fix page guide position and tab width.
Fix an issue that “Go” button in “Go To” sheet didn't work by clicking.
Fix an issue that line endings menu in toolbar whose document had been newly created was always set to “LF”.
Fix an issue that cancelation of syntax extracting didn't work immediately under the specific conditions.
Fix an issue that selecting inside of brackets by double-clicking didn't work.
Fix an issue that script execution with large size output could cause application hang up.
Fix a possible issue that syntax highlighting while text editing could cause application crash.
Fix an issue that application could hang up when no text font is found.
Fix an issue that highlights weren't updated after “Replace All” under Japanese localization.
Fix an issue that the Auto-Completion feature couldn't enable from the preferences under Japanese localization.
</ul>
bug 修復
</ul>
來自:http://www.oschina.net/p/coteditor