On Fri, 02 Jan 2009 18:45:55 +0100 Dysmas de Lassus dy2@chartreuse.info wrote:
Does anyone knows what I have to do to get the messages from PHP in the message window of Geany ?
The messages tab is currently only used for find usage/find in files.
You might be able to do it by setting the Compile command in the 'Build->Set Includes & Arguments' to: php "%f"
Then when running Build->Compile, Geany will pipe output from PHP back to the Compiler window. If the runtime PHP messages are like the PHP compile messages, Geany will highlight them and you can click on them. If not you could try using a filetype error regex, check the manual for details.
Regards, Nick