info:geany

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
info:geany [2014/05/22 10:03] – [geany] radeffinfo:geany [2025/02/05 16:10] (Version actuelle) – [Thèmes] radeff
Ligne 1: Ligne 1:
 ====== geany ====== ====== geany ======
-{{tag>editor critical}} +{{tag>editor LaTeX geany}}
- +
 un éditeur php léger et pratique un éditeur php léger et pratique
  
-{{:info:geany.png|}} juste excellent, simple de lier des formats de fichiers ctp -> php, colorations syntaxique, repérage des classes et fonctions, ereg, many files ereg...+{{info:geany.png|}} juste excellent, simple de lier des formats de fichiers ctp -> php, colorations syntaxique, repérage des classes et fonctions, ereg, many files ereg...
  
 http://www.geany.org/ http://www.geany.org/
 +
 +[[info:latex:geany|Geany pour LaTeX]]
 ===== install ===== ===== install =====
  
 +  sudo apt-add-repository ppa:geany-dev/ppa
 +  sudo apt-get update
 +  sudo apt-get install geany 
  
-apt-get install geany +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, il y a pléthore de thèmes //dark mode//
 +
 +  * https://www.geany.org/download/themes/
 +  * https://github.com/geany/geany-themes
 +
 +Perso j'aime bien celui-ci
 +
 +https://raw.github.com/geany/geany-themes/master/colorschemes/abc-dark.conf
 +
 +et pour l'install:
 +<code bash>
 +cd ~/.config/geany
 +mkdir colorschemes
 +cd colorschemes
 +wget https://raw.github.com/geany/geany-themes/master/colorschemes/abc-dark.conf
 +</code>
 +
 +Sur une version francophone, menu "Affichage -> Changer le jeu de couleurs"
 +
 +==== Cacher l'horrible ligne verticale ====
 +Une fois passé sur un thème sombre, si vous avez ce truc moche
 +
 +{{:info:a2amu.png?nolink|}}
 +
 +Pour le cacher((doc originale en anglais: https://superuser.com/questions/692666/how-to-get-rid-of-this-vertical-line-in-geany)), menu
 +
 +Edition / Préférences / Editeur / Affichage -> décocher "Marqueur des longues lignes" (Activé)
 +
 +{{:info:ksnip_20240416-174910.jpg?nolink|}}
 +
  
 ===== 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, you can create a file ~/.config/geany/snippets.conf and add only these settings you want to change. All missing settings will be read from the global snippets file in $prefix/share/geany. 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, you can create a file ~/.config/geany/snippets.conf and add only these settings you want to change. All missing settings will be read from the global snippets file in $prefix/share/geany.
  
-[[..:intranet2:info:geanysnippets|Scrips snippets radeff]] (intranet)+[[intranet2:info:geanysnippets|Scrips snippets radeff]] (intranet)
  
 ===== Ereg / Regexp / Expressions régulières ===== ===== Ereg / Regexp / Expressions régulières =====
Ligne 48: Ligne 84:
 </code> </code>
  
-{{:info:geanyregex.jpg|}}+{{info:geanyregex.jpg|}}
  
 ===== 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 ~/.config/geany/ 
 +    sudo rm geany_socket_ubuntu__0
  • info/geany.1400745817.txt.gz
  • Dernière modification : 2014/05/22 10:03
  • de radeff