GithubHelp home page GithubHelp logo

mahefaabel / gedit-restore-tabs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from raelgc/gedit-restore-tabs

0.0 1.0 0.0 13 KB

Restore documents that were left open between sessions.

Python 100.00%

gedit-restore-tabs's Introduction

Gedit Restore Tabs

This is a plugin for Gedit, the official text editor of the GNOME desktop environment. It's a fork from the no more maintained restore-tabs plugin.

This plugin is for Gedit versions 3.36 and above (included in Ubuntu 20.04).

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.

Installation

  1. Download the source code from this repository and extract:

    wget https://github.com/raelgc/gedit-restore-tabs/archive/master.zip -O gedit-restore-tabs.zip
    unzip gedit-restore-tabs.zip
    
  2. After extract, copy the files to your Gedit plugins directory:

    cd gedit-restore-tabs-master
    mkdir -p ~/.local/share/gedit/plugins
    cp restoretabs.* ~/.local/share/gedit/plugins/
    
  3. Copy and compile the settings schema as sudo/root:

    sudo cp org.gnome.gedit.plugins.restoretabs.gschema.xml /usr/share/glib-2.0/schemas/
    sudo glib-compile-schemas /usr/share/glib-2.0/schemas/
    
  4. Restart Gedit.

  5. Activate the plugin: go to Edit > Preferences, select Plugins tab and check Restore Tabs entry.

gedit-restore-tabs's People

Contributors

nsoranzo avatar raelgc avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.