Installation
-
Download this repository by clicking the Downloads button at the top of the github page or issue the following command in a terminal:
git clone git://github.com/Quixotix/gedit-source-code-browser.git
-
Copy the file
sourcecodebrowser.plugin
and the foldersourcecodebrowser
to~/.local/share/gedit/plugins/
. -
Restart Gedit.
-
Activate the plugin in Gedit by choosing 'Edit > Preferences', the selectingthe 'Plugins' tab, and checking the box next to 'Soucre Code Browser'.
-
(Optional) If you want to enable the configuration dialog you need to compilethe settings schema. You must do this as root.
cd /home/<YOUR USER NAME>/.local/share/gedit/plugins/sourcecodebrowser/data/
cp org.gnome.gedit.plugins.sourcecodebrowser.gschema.xml /usr/share/glib-2.0/schemas/
glib-compile-schemas /usr/share/glib-2.0/schemas/
Screenshots