Hi,
PHP Errors don't always follow this pattern:
// Parse error: parse error, unexpected T_CASE in brace_bug.php on line 3
Sometimes they are a bit more complicated: // Parse error: syntax error, unexpected T_LNUMBER, expecting T_FUNCTION in bob.php on line 16
The attached patch fixes this.
PS.. Was anyone planning on doing version control integration. At the very least it would be handy to get diff's in geany.
Cheers,
- Bob