Mac下著名文本編輯器 TextMate re-release v2.0-beta.12.5 發布
TextMate是Mac下的著名的文本編輯器軟件,與BBedit一起并稱蘋果機上的emacs和vim。尤其適合程序員使用,可以定制許多貼心使用的功能。TextMate的Bundles是TextMate的一個亮點,可以有效的提高開發速度。 包括DHH在內的Rails核心開發者一直都使用TextMate進行開發,原因就是他們主要都在使用Mac OS系統,并且TextMate具備出色的界面、強大的宏定義、以及可下載和編輯的宏定義包(bundles),這些都幫助開發者將編碼的效率提升到最高。
更新日志
- When duplicating files in the file browser, we now open the new file if the duplicated file was the selected tab.
- Introduce
exit_insert_snippet_no_indent
to change a command’s output to a snippet but without adding indent. - It is now possible to use protocol-relative URLs (like
//apple.com
) in HTML output. By default we redirect these tohttps
(even though they are technically loaded via thefile:
protocol). The default protocol can be changed via thedefaultURLProtocol
defaults key. - When setting
fontStyle
in a theme it is now possible to useplain
with the other styles to reset all but the listed styles. E.g.plain bold
to disable potential italic and underline. - A theme can now set
strikethrough
infontStyle
to get strikethrough text. - The
fontName
andfontSize
settings in.tm_properties
can now be set in a file type section to use different fonts for different file types or locations. -
The search results font can be changed using the
searchResultsFontName
andsearchResultsFontSize
keys, e.g.:defaults write com.macromates.TextMate.preview searchResultsFontName Menlo defaults write com.macromates.TextMate.preview searchResultsFontSize -float 12
下載
本站原創,轉載時保留以下信息:
本文轉自:深度開源(open-open.com)
原文地址:http://www.baiduhome.net/news/view/7d753d13
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!