What I want is a auto-syntax checker which will show the error during typing the source code. Just like typing java code in Eclipse, it will mark the syntax error.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Can anyone write a PHP syntax checker plugin?
I love PHP!~ hoho~~~lol~
I love php too~
Yes all very funny but is there someone that can give a serious reply?
What's wrong with PHP itself? If you run PHP as a command line utility with -l (letter L), it will run as PHP lint and check for syntax errors. e.g.
php -l broken.php
Hook it up as an external tool, perhaps through a batch file.
What I want is a auto-syntax checker which will show the error during typing the source code. Just like typing java code in Eclipse, it will mark the syntax error.
You just have to write a Scintilla plugin.
abet....