道喜技术日记 .^. 天天红玉世界

Rails Ruby MacOSX 。。。创新来自于刻苦的实践和勤奋的思考... www.hhtong.com


TextMate世界:优化软件界面风格missingdrawer

Gudao Luo2011-06-12 at 08:55发表的

2011-06-11-textmate

  • 道喜评论
    • 这个插件使得TextMate软件界面,变成为Xcode界面风格;
    • 安装此插件的确使得TextMate软件界面变得更加漂亮;
    • 安装此插件可以直接打开系统终端;

TextMate世界:TextMate命令行软件包管理器

Gudao Luo2011-03-09 at 22:50发表的

2011-03-09-2202-textmate
  • 说明
    • 什么是TextMate软件包扩展名
      • TextMate软件包文件扩展名为.tmbundle。从本质上说,它是一个目录名称,但是在Finder中看到的是目录显示。
    • 安装方法:
      • gem install textmate
    • 这些软件包安装到哪里?如图所示:
      • /Library/Application Support/TextMate/Bundles
      • /Library/Application Support/TextMate/Pristine Copy/Bundles
      • /Applications/TextMate.app/Contents/SharedSupport/Bundles/
      • ~/Library/Application Support/TextMate/Bundles
      • ~/Library/Application Support/TextMate/Pristine Copy/Bundles

Apple世界:设置环境变量实例

Gudao Luo2008-12-09 at 10:21发表的

设置TextMate的环境变量方法
cd ~
 
mkdir bin
 
ln -s /Applications/TextMate.app/Contents/Resources/mate ~/bin/mate
 
vim .bash_profile
export PATH="$HOME/bin:$PATH"
 
source .bash_profile
 
mate .

Mac世界:TextMate中文显示问题

Gudao Luo2008-03-09 at 12:21发表的

TextMate中文显示问题
  • 参考资料
    • http://blog.roodo.com/shinbang/archives/3264563.html
    • http://www.sapnow.cn/index.php?action=blog&id=320
    • http://otherside.mimijidi.com/entries/cjk-in-textmate/
    • http://docs.info.apple.com/article.html?path=FontBook/2.0/zh/fb680.html
标记: apple, chinese, font, mac, textmate, ttf