loading...

scite运行php一法

发布时间:June 12, 2010

为方便在scite中调试php,需要修改一下html.properties。

打开html.properties,最后两行是

command.go.$(file.patterns.php)=php -f "$(FileNameExt)"
command.compile.$(file.patterns.php)=php -l "$(FileNameExt)"

command.go.$(file.patterns.php)=php -f "$(FileNameExt)"
改成
command.go.$(file.patterns.php)=E:\php-5.2.5-Win32\php.exe -f "$(FileNameExt)"
注意php.exe在机器上的路径。

command.compile.$(file.patterns.php)=php -l "$(FileNameExt)"
这一行是管php编译的,可以根据需要修改。

标签: php, scite


添加新评论 »