I have been using netbean for rails development. However, it is found that netbean is too resource-consuming. So I am looking for more lightweight development tools. After searching for online resources, I found that foreign users thought TextMate was better at developing rails. However, TextMate is the editor under mac. After searching, send...
I have been using netbean for rails development. However, it is found that netbean is too resource-consuming. So I am looking for more lightweight development tools.
After searching for online resources, I found that foreign users thought TextMate was better at developing rails. However, TextMate is the editor under mac.
After searching, we found someone developed the plug-in. You can change gedit in ubuntu to TextMate.
I would like to share with you how to install it.
Installation steps
1. install the gedit plug-in
View plain
Sudo apt-get install gedit-plugins
2. install the TextMate font
Http://www.webdevkungfu.com/files/MONACO.TTF
Download the font above. After the download is complete, double-click it and click install.
3. install the syntax color flag Scheme
Http://grigio.org/files/darkmate.xml
Download the preceding xml file. And install it in gedit.
Open gedit,
Edit-> Preferences-> Font & Colors
Click Add to Add the downloaded xml file.
4. download the file browser plug-in
Http://www.stambouliote.de/download/gedit_classbrowser-0.2.1.tar.gz
Download the above file and decompress it to the/usr/share/gedit2/plugins directory.
Then open gedit to view the plug-in. Make sure that the following plug-ins are checked.
After the installation is complete (remember to press F9 to display the file browser box on the left)
From Grant's column