How to transform gedit into TextMate in Linux system

  
                

TextMate is a lightweight text editor software with an excellent interface and powerful features that enhance developer coding efficiency. This software is also open source, but it can only be used on Mac OS X, so Xiaobian introduces a method to transform gedit into a useful editor like TextMate.

installation steps:

1. install gedit plugin support.

sudo apt-get install gedit-plugins

2. Install the TextMate font.

cd ~

wget http://www.gringod.com/wp-upload/MONACO.TTF

mv MONACO.TTF monaco.ttf

cp monaco.ttf /usr/share/fonts/truetype/

fc-cache -f -v

Download the font and install it.

3. Install the syntax color flag Scheme.

http://grigio.org/files/darkmate.xml

Download the xml file above. And install to gedit.

Open gedit, Edit -> Preferences -> Font & Colors, click the Add button to add the xml file you just downloaded.

[This, the Internet says so, I tried not to load it. ]

4. Download the file browsing plugin.

sudo apt-add-repository ppa:ubuntu-on-rails/ppa

sudo apt-get update

sudo apt-get install gedit-gmate

Then open gedit to view the plugin. Make sure the plugin below is hooked.

After installation, remember to press F9 to display the file browsing box on the left.

The above is the method of transforming gedit into TextMate in Linux system. Users who need it can refer to the method described above.

Copyright © Windows knowledge All Rights Reserved