<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hello Nick,<br>
<br>
I didn't give feedback yet, but your answer was fine, it works. I can
get the messages of PHP in the messages tab. <br>
Unfortunately Geany does not recognize them. A typical example is :<br>
<br>
Parse error: syntax error, unexpected T_VARIABLE in E:\Mes documents\en
cours\gui\eclipse PDT\ad-libros\sans titre.php on line 15<br>
<br>
I have not yet tried the suggestion about regex. But the main point was
having the messages, and it works, thanks. <br>
<br>
Dysmas<br>
<br>
<blockquote type="cite">
  <blockquote type="cite">
    <pre wrap=""><span class="moz-txt-citetags">> </span>Does anyone knows what I have to do to get the messages from PHP in the 
<span class="moz-txt-citetags">> </span>message window of Geany ?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
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</pre>
</blockquote>
<br>
</body>
</html>