RedCar is a TextMate like editor for Linux which supports almost all scripting and programming languages. It is designed to be compatible with Textmate bundles (a work in progress) and is written almost entirely in Ruby - with some Vala thrown in for speed. Redcar is still in its infancy so please be gentle.
Screen shots:
How to get Redcar? Don't worry Here we go.. (This is for Ubuntu 9.04)
Follow bellow steps or Go Here! for detailed explanation:
sudo apt-get install ruby ruby1.8-dev rubygems1.8 libhttp-access2-ruby1.8 rubygems1.8 rake
echo "export PATH=/var/lib/gems/1.8/bin:\$PATH" >> ~/.bashrc
source . ~/.bashrccho "deb http://franz.hob-bruneck.info/downloads/ jaunty/" >> /etc/apt/sources.list
sudo apt-get update
sudo apt-get install ruby-gnome2 build-essential libonig2 libonig-dev
libgtk2.0-dev libglib2.0-dev libgee0 libgee-dev libgtksourceview2.0-dev
libxul-dev xvfb libdbus-ruby libwebkit-dev libwebkit-1.0-1wget redcareditor.com/stuff/missing_x64_headers/rbgdkconversions.h
wget redcareditor.com/stuff/missing_x64_headers/rbgtkconversions.h
sudo cp rbgdkconversions.h /usr/lib/ruby/1.8/i486-linux/
sudo cp rbgtkconversions.h /usr/lib/ruby/1.8/i486-linux/sudo gem install oniguruma activesupport rspec cucumber hoe open4 zerenity
git clone git://github.com/danlucraft/redcar.git
git checkout stable
cd redcar/
git submodule init
git submodule updaterake build
./bin/redcar /optional/path/to/my/project
0 comments