Does Geany have any kind of syntax error awareness? For php specifically? If I leave out a ; or something, it would be awesome if I could get a little red squiggle line or something.
Le 29/01/2014 18:13, Ramsey Darling a écrit :
Does Geany have any kind of syntax error awareness? For php specifically? If I leave out a ; or something, it would be awesome if I could get a little red squiggle line or something.
Build->Compile (F8 by default) executes `php -l` and will do what you want.
Cheers, Colomban
ahh!! ok thanks :)
On 14-01-29 12:36 PM, Colomban Wendling wrote:
Le 29/01/2014 18:13, Ramsey Darling a écrit :
Does Geany have any kind of syntax error awareness? For php specifically? If I leave out a ; or something, it would be awesome if I could get a little red squiggle line or something.
Build->Compile (F8 by default) executes `php -l` and will do what you want.
Cheers, Colomban _______________________________________________ Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users