Mac下著名文本編輯器 TextMate v2.0 (beta 9.5) 發布
TextMate是Mac下的著名的文本編輯器軟件,與BBedit一起并稱蘋果機上的emacs和vim。尤其適合程序員使用,可以定制許多貼心使用的功能。TextMate的Bundles是TextMate的一個亮點,可以有效的提高開發速度。 包括DHH在內的Rails核心開發者一直都使用TextMate進行開發,原因就是他們主要都在使用Mac OS系統,并且TextMate具備出色的界面、強大的宏定義、以及可下載和編輯的宏定義包(bundles),這些都幫助開發者將編碼的效率提升到最高。
更新日志
- Improve folder search performance for large documents with few newlines and lots of matches.
mate
: If the «mark» argument given to--clear-mark
has a trailing slash then all marks with this prefix will be removed.- The Jump to Selection menu item has been moved to the Navigate menu and items in this menu are now using consistent naming. [Ronald Wampler]
- Normally paragraph selection, as implicitly used by actions like Reformat Paragraph, will select lines up/down until there is an empty line. You can now indicate that a line should be a paragraph break by setting the
excludeFromParagraphSelection
scoped setting totrue
. The Source bundle sets it totrue
for thecomment.line
scope so that one can run “paragraph actions” on text with comments above/below and no separating empty line. [Adam Strzelecki] - If
git
is found in/usr/bin
then we check if Xcode is installed (by calling/usr/bin/xcode-select -p
) and if not, we ignore git. This is because/usr/bin/git
is a shim that prompts the user to install Xcode, which has lead to some user confusion. Note though that we do not callgit
unless we actually find a.git
folder in your project. - See all changes since v2.0-beta.9.3
下載
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!