Updated: 5th November 2008
This page contains information about configurations, plugins and themes for the Gedit text editor for Gnome.
Click the links below to jump to the various sections.
When you first run Gedit it may seem like a pretty basic text editor but it can be customised to suit most tastes through the built in options, preferences, plugins and themes.
As an example here's a screenshot (click the thumbnail below) of how I've customised Gedit.
A few of the things I've altered include:
Go to 'View' then untick 'Toolbar'.
Activate the Show/Hide Tabbar plugin (Edit > Preferences > Plugins) and then go to 'View' and untick 'Tabbar'.
Go to 'View' then tick 'Side Pane' (or F9).
Go to 'View' then tick 'Bottom Pane' (or Shift+F9).
Activat the Embed Terminal plugin (Edit > Preferences > Plugins) which will then show in the Bottom Pane.
Edit > Preferences > Font & Colours > Kate.
Edit > Preferences > View, and tick 'Display line numbers'.
This list is far from extensive and doesn't include all the modifications that can be made but, along with the information below, should be more than enough to get you started.
First thing to do is make sure you have the 'gedit-plugins' installed which will give you the following plugins:
Or via the terminal:
sudo apt-get install gedit-plugins
Additional plugins can be added to the hidden files in your home directory ~/.gnome2/gedit/plugins. If the plugins directory/folder doesn't exist then create it.
Then to activate the plugins run Gedit and go into Edit > Preferences > Plugins, and tick to active them (Restarting Gedit may be required for them to function).
Some additional plugins that you may find useful.
Bookmarks Plugin - Adds a bookmarking system with support for folders.
Browser Preview plugin - Allows you to preview the current working page in a browser of your choice (View > View in > Browser of choice ).
Plugins Information - Contains information on most of the avialable plugins.
Word Completion - Complete words with the tab key. You will need to save the two files (completion.gedit-plugin and completion.py) to your plugins folder (and then active them).
Create your own plugins with the Python How To and C How To.
Themes change how your code is coloured and changed by going into:
Edit > Preferences > Font & Colours.
By default in Gedit 2.24.0 you can choose between the 4 options, Classic, Kate, Oblivion and Tango.
Some additional Gedit colour themes can be found here.
In future releases there may be a theme editor but until then if you wish to make your own the easiest method would be to go into:
/usr/share/gtksourceview-2.0/styles/
Copy (then rename) one of the existing themes and modify it to your own specification. More information on this can be found here.