This is a plugin for Gedit, the official text editor of the GNOME desktop environment. This plugin is for Gedit versions 3 and above. This plugin is NOT compatible with Gedit 2.x.
Upon starting Gedit, this plugin will try restore all open documents from the last Gedit window that was closed.
- Download the source code form this repository or using the
git clone
command. - Copy the files to the Gedit plugins directory
~/.local/share/gedit/plugins/
. - Copy and compile the settings schema as root.
- Restart Gedit.
- Activate the plugin in the Gedit preferences dialog.
git clone git://github.com/Quixotix/gedit-restore-tabs.git
cp restoretabs.* ~/.local/share/gedit/plugins/
With root access (su
or sudo
)...
cp org.gnome.gedit.plugins.restoretabs.gschema.xml /usr/share/glib-2.0/schemas/
glib-compile-schemas /usr/share/glib-2.0/schemas/