un éditeur php léger et pratique
juste excellent, simple de lier des formats de fichiers ctp → php, colorations syntaxique, repérage des classes et fonctions, ereg, many files ereg…
apt-get install geany geany-plugin-addons geany-plugin-gdb geany-plugin-latex geany-plugin-lipsum geany-plugin-lua geany-plugin-sendmail geany-plugin-shiftcolumn geany-plugin-spellcheck geany-plugin-vc geany-plugins geany-plugins-common
http://www.geany.org/manual/current/#user-definable-snippets
Snippets are small strings or code constructs which can be replaced or completed to a more complex string. So you can save a lot of time by not typing often used strings and letting Geany do the work for you. To know what to complete or replace Geany reads a configuration file called snippets.conf at startup.
The system-wide configuration file can be found in $prefix/share/geany, where $prefix is the path where Geany is installed (see Installation prefix). It is not recommended to edit the system-wide file, because it will be overridden when Geany is updated.
To change the settings, copy the file from $prefix/share/geany in your configuration directory (usually ~/.config/geany/).
For example:
% cp /usr/local/share/geany/snippets.conf /home/username/.config/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.
Scrips snippets radeff (intranet)