2008
Geany plugins and snippets like Textmate
I worked with CodeIgniter and Ubuntu as my Operating System. As a coder, geany is really helping me to full fill my project and its fascinating me. Friend of mine using Textmate and its nice looking and quite fast when I look and try it at his Mac Book Pro. Is geany could do that like Textmate ? So, Geany vs Textmate after I wrote about Textmate vs E-Text Editor when I use Windows as my Operating System.
Why not :), today I found Dark Color Scheme like textmate and also I’ve found HTML and PHP Snippets. How to make this happened, here’s I give you how to do it :
Dark Color Scheme
Download Dark Color Scheme and extracted into /usr/share/geany (overwrite all files)
Open your geany application and you have change into the Dark Color Scheme.
HTML Snippets
Tomasz Karbownicki has written some nice snippets for use in HTML files and even made a great video demonstrating them.
The snippets file: http://citizen.ovh.org/stuff/snippets.conf
The video: http://www.youtube.com/watch?v=1xCGqOt4C4I
The related blog post (in Polish): http://karbownicki.com/2008/05/07/snippety-w-geany/
PHP Snippets
Atanas Beloborodov has written some nice snippets for use in PHP files.
http://www.geany.org/files/contrib/php_snippets.conf
Copy snippets.conf and php_snippets.conf into /usr/share/geany (overwrite all files).
All you have to do is write your code and pres TAB at you keyboard then you will have your code instantly.
Example :
HTML : just type input then press TAB, you will have
<code><input type=”text” name=”" /></code>
PHP : when you tipe for then press TAB, you will have
<code>for ($i = 0; $i < ; $i++)
{
}
</code>
Notes: This action can be use on the following extension files, so if you file .php you can only use php_snippets.conf also if you use .html files you can only use snippest.conf














Upgrading
English
Indonesian
