Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
| info:geany [2014/03/20 09:00] – [Sort / tri / trier des lignes avec geany] radeff | info:geany [2025/02/05 16:10] (Version actuelle) – [Thèmes] radeff | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| ====== geany ====== | ====== geany ====== | ||
| - | + | {{tag> | |
| - | + | ||
| un éditeur php léger et pratique | un éditeur php léger et pratique | ||
| - | {{:info: | + | {{info: |
| http:// | http:// | ||
| + | |||
| + | [[info: | ||
| ===== install ===== | ===== install ===== | ||
| + | sudo apt-add-repository ppa: | ||
| + | sudo apt-get update | ||
| + | sudo apt-get install geany | ||
| - | apt-get install | + | sudo apt-get install |
| geany-plugin-addons | geany-plugin-addons | ||
| geany-plugin-gdb | geany-plugin-gdb | ||
| Ligne 22: | Ligne 26: | ||
| geany-plugins | geany-plugins | ||
| geany-plugins-common | geany-plugins-common | ||
| + | |||
| + | ===== Thèmes ===== | ||
| + | Par défaut, geany vient avec un thème tout blanc qui pique les yeux et fait mal à la planète. Heureusement, | ||
| + | |||
| + | * https:// | ||
| + | * https:// | ||
| + | |||
| + | Perso j'aime bien celui-ci | ||
| + | |||
| + | https:// | ||
| + | |||
| + | et pour l' | ||
| + | <code bash> | ||
| + | cd ~/ | ||
| + | mkdir colorschemes | ||
| + | cd colorschemes | ||
| + | wget https:// | ||
| + | </ | ||
| + | |||
| + | Sur une version francophone, | ||
| + | |||
| + | ==== Cacher l' | ||
| + | Une fois passé sur un thème sombre, si vous avez ce truc moche | ||
| + | |||
| + | {{: | ||
| + | |||
| + | Pour le cacher((doc originale en anglais: https:// | ||
| + | |||
| + | Edition / Préférences / Editeur / Affichage -> décocher " | ||
| + | |||
| + | {{: | ||
| + | |||
| ===== User-definable snippets ===== | ===== User-definable snippets ===== | ||
| Ligne 39: | Ligne 75: | ||
| Then you can edit the file and the changes are also available after an update of Geany because the file resides in your configuration directory. Alternatively, | Then you can edit the file and the changes are also available after an update of Geany because the file resides in your configuration directory. Alternatively, | ||
| - | [[..:intranet2: | + | [[intranet2: |
| ===== Ereg / Regexp / Expressions régulières ===== | ===== Ereg / Regexp / Expressions régulières ===== | ||
| Ligne 48: | Ligne 84: | ||
| </ | </ | ||
| - | {{:info: | + | {{info: |
| ===== Sort / tri / trier des lignes avec geany ===== | ===== Sort / tri / trier des lignes avec geany ===== | ||
| Ligne 63: | Ligne 99: | ||
| 05) Right-click on the selected text and select Format - Send Selection to - sort to sort the selected text. | 05) Right-click on the selected text and select Format - Send Selection to - sort to sort the selected text. | ||
| + | ===== Tips / Astuces ===== | ||
| + | //How to solve: Geany tried to access the Unix Domain socket of another instance running as another user. This is a fatal error and Geany will now quit?// | ||
| + | |||
| + | cd ~/ | ||
| + | sudo rm geany_socket_ubuntu__0 | ||