Tabulations
sudo apt-get install gedit-plugins
Greffons
Snippets !!!
Taille du texte
Open URI
http://askubuntu.com/questions/811913/how-to-open-a-link-in-browser-from-gedit
mkdir ~/Desktop/open_uri && cd ~/Desktop/open_uri
wget https://github.com/jpfleury/open-uri-context-menu/archive/master.zip
mkdir -pv ~/.local/share/gedit/plugins/
unzip -j master.zip 'open-uri-context-menu-master/open-uri*' -d ~/.local/share/gedit/plugins/
Indentation
- EditorConfig: http://editorconfig.org/
- Install the
editorconfig
python module :
sudo -H pip3 install editorconfig
- Download and install the gedit plugin: https://github.com/editorconfig/editorconfig-gedit (unzip, and
./install.sh
)