For PHP
- Code: Select all
php -l -f "%f"
For PERL
- Code: Select all
perl -MO=Lint "%f"
For RUBY
- Code: Select all
ruby -c "%f"
Make sure you set each one to send to OUTPUT WINDOW.... and syntax check your code from within UEM!
Welcome to the IDM Forum. This forum is meant as a user-to-user support mechanism where users can share knowledge and tips for all IDM software.
Since these forums are user-to-user based, IDM does not regularly read or reply to the posts in this forum. For problem reports, suggestions, or feature requests, you must email us directly. Our trained technical support staff answers most inquiries within 30 minutes.
php -l -f "%f"perl -MO=Lint "%f"ruby -c "%f"
