Pls follow the instructions from http://grigio.org/pimp_my_gedit_was_textmate_linux
Add-on by Deep Blue (Linux newbie may need this if you are using Ubuntu):
How to install liberation fonts on Ubuntu
commands:
——————————————————-
echo “deb http://ppa.launchpad.net/corenominal/ubuntu gutsy main” | sudo tee -a /etc/apt/sources.list
echo “deb-src http://ppa.launchpad.net/corenominal/ubuntu gutsy main” | sudo tee -a /etc/apt/sources.list
sudo apt-get update
sudo apt-get install ttf-liberation
——————————————————-
My customized Gedit screen snapshot:

Tags: gedit,linux,rails,Ruby,textmate,ubuntu
Categories: Ruby, 编程开发
2 Responses to “A textmate-like gedit in Ubuntu for Ruby and Rails IDE”
[...] =============================================== UPDATED 2008-05-27: 在Linux下有更好的IDE选择了,Gedit可以加几个插件和主题,就可以比较完美的模仿textmate了,具体请看这个帖子 http://www.tzhang.com/blog/2008/04/17/textmate-like-gedit [...]
[...] Ubuntu 8.04 with 3D desktop. Ruby 1.8.6 + Rails 2.1 IDE: Gedit customized like textmate (How-to) [...]
Care to comment?