Mac下著名文本編輯器 TextMate v2.0 (beta 11.12) 發布
TextMate是Mac下的著名的文本編輯器軟件,與BBedit一起并稱蘋果機上的emacs和vim。尤其適合程序員使用,可以定制許多貼心使用的功能。TextMate的Bundles是TextMate的一個亮點,可以有效的提高開發速度。 包括DHH在內的Rails核心開發者一直都使用TextMate進行開發,原因就是他們主要都在使用Mac OS系統,并且TextMate具備出色的界面、強大的宏定義、以及可下載和編輯的宏定義包(bundles),這些都幫助開發者將編碼的效率提升到最高。
更新日志
- When we lookup settings for untitled documents we compare the file pattern of targeted settings to the project (or target) folder including a trailing slash, that way, a file created in
folder
will be targeted by afolder/**
file pattern. -
The release version of the Emmet TextMate plug-in crashes on launch and has done so for years, so it is now blacklisted by default. There is a new version linked to from this GitHub issue which does work. If you are using that version, you can clear TextMate’s blacklist by running this in a termina:
defaults write com.macromates.TextMate.preview disabledPlugIns -array
-
TextMate no longer uses
FSRef
types for the ODBEditor protocol. This protocol is used by sftp browsers and similar to offer an “Open in TextMate”. If you see any issues with third party software using “Open in TextMate” then please let us know, preferably by using the mailing list. [Ronald Wampler]