zendstdio fail to output messages
Brought to you by:
hkodungallur,
tchule
Originally created by: bupt...@gmail.com
config phpcheckstyle in zendstdio(the ide based on eclips)
1.preference--dynamic language--validator--add, the same steps as with eclips
2.right click a file--DLTK validators--validate with phpcheckstyle
3.the console output nothing
I use php run.php xx in cmd, it can work
Can you help me?
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: tch...@hotmail.com
Hello, I have never tried with Zend Studio, I will do as soon as possible and will keep you informed.
Can you send me some screenshots of your config (tchule at hotmail dot com) ?
Thanks,
Status: Accepted
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: tch...@hotmail.com
I have just tried with the demo version of Zend Studio 10 and it works fine.
I have followed the wiki procedure :
https://code.google.com/p/phpcheckstyle/wiki/UsingWithEclipse
When I right-click on the "run.php" file of PHPCheckstyle I have the following console log (One warning to correct) :
"C:\Program Files\Zend\Zend Studio 10.0.1\plugins\com.zend.php.debug.debugger.win32.x86_5.3.21.v20130406\resources\php54\php.exe" -c C:\DOCUME~1\LOCALS~1\Temp\zend_debug\session6412628269945797123.tmp -d asp_tags=off -d short_open_tag=on "C:\workspace\PhpCheckstyle\run.php" --src C:\Documents and Settings\Zend\workspaces\DefaultWorkspace\PhpCheckstyle\run.php --config default.cfg.xml --format console
C:\Documents and Settings\Zend\workspaces\DefaultWorkspace\PhpCheckstyle\run.php warning Line:94 - Whitespace must follow ,.
Reporting Completed.