With the new usertool feature in UEM v2.2.0.5 and later create yourself some simple command line tools to check syntax for PHP, RUBY and PERL scripts.
For PHP
For PERL
For RUBY
Make sure you set each one to send to OUTPUT WINDOW.... and syntax check your code from within UEM!
For PHP
Code: Select all
php -l -f "%f"
Code: Select all
perl -MO=Lint "%f"
Code: Select all
ruby -c "%f"