Mac下著名文本編輯器 TextMate v2.0-beta.9.2 發布
TextMate是Mac下的著名的文本編輯器軟件,與BBedit一起并稱蘋果機上的emacs和vim。尤其適合程序員使用,可以定制許多貼心使用的功能。TextMate的Bundles是TextMate的一個亮點,可以有效的提高開發速度。 包括DHH在內的Rails核心開發者一直都使用TextMate進行開發,原因就是他們主要都在使用Mac OS系統,并且TextMate具備出色的界面、強大的宏定義、以及可下載和編輯的宏定義包(bundles),這些都幫助開發者將編碼的效率提升到最高。
更新日志
- You can now double click parentheses, braces etc. to select the contents. [Brian T. Kelley]
- Optionally draw a horizontal line for every tab stop (View → Show Indent Guides). [Josh Bernitt]
- Font size can now be selected in the print dialog. [Per Persson]
- It was previously possible to open a document in a new project by supplying a project UUID not in use, e.g.:
mate --project $(uuidgen) file.txt
. Now only a zero-UUID will trigger this behavior, e.g.:mate --project $(uuidgen|tr -C $'\n-' 0) file.txt
. - Heuristic to detect line terminators has been changed: If a file contains any LF character (not part of a CRLF sequence) then the file is treated as LF delimited. This only affect files with mixed line terminators.
- Searching files on disk (Find in Folder) and selecting results from files with mixed line terminators could in rare situations bring you to the wrong line in the document. This should now be fixed.
- The Jump to Next/Previous Mark shortcuts have been changed to F3/?F3 so as to not conflict with some keyboard layouts.
- See all changes since v2.0-beta.9
下載地址
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!