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