It is a tabbed editor to save text on long time without file (in gsettings) Usefull to save temporary text along multiple working session for example
Installation of quickpad from source
To download quickpad from site, go to download section. https://github.com/thepozer/quickpad
To download quickpad via git, type these commands in a terminal :
$ git clone https://github.com/thepozer/quickpad.git
If you have got source from git, you need to do some steps before in quickpad directory :
$ ./autogen.sh
These steps generate the configure script.
If you have downloaded the source package, start here.
Now it's generics configure's steps :
$ ./configure
$ make
To install simpleedit, just type :
$ sudo make install