It's my first post, so please let me say thanks a lot, Geany is awesome. I've been looking for a decent php ide or editor for linux for the past two years - one day with Geany and I think I don't have to look anymore :)
I have a tiny problem - I spend a lot of time working on modules for drupal. They're pretty much regular php files, only they're named in a modulename.module convention. Every time I open those files, I need to manually set filetype.
Is there any way to set default filetype? I haven't found anything in preferences. If not, please consider it a feature request.
I'm using Geany 0.10.2 on Ubuntu 6.10 (Edgy).
On 3/23/07, Mateusz Mucha muszek@gmail.com wrote:
I have a tiny problem - I spend a lot of time working on modules for drupal.
Hm. Thanks for the tip. I'll have to remember to stay away from drupal...
Ba-dum ching! ;)
They're pretty much regular php files, only they're named in a modulename.module convention. Every time I open those files, I need to manually set filetype.
Is there any way to set default filetype? I haven't found anything in preferences. If not, please consider it a feature request.
I'm using Geany 0.10.2 on Ubuntu 6.10 (Edgy).
You need to edit a config file to do this. The process is described here:
http://geany.uvena.de/manual/ch04s02.html
---John
Hm. Thanks for the tip. I'll have to remember to stay away from drupal...
Drupal is awesome! I've used several other CMSes and this one is by far the coolest one. It's very flexible.
You need to edit a config file to do this. The process is described here:
Done. Thank you very much :). Now I'm a little ashamed that it actually was in the help files...