关于怎么配置工具更详细的介绍,请上google搜editplus使用技巧。
我配置了几个工具。
edit_php.ini
edit_httpd.conf
delete_current_file 有时写测试文件,写完决定删除,ok。这个命令将此测试文件移动到指定目录,(定期清理,手工来做了)
copy_template。有时候写了一个文件,想把它加到模板里去。这个命令将此文件拷贝到editplus的目录下。
edit_template.ini。编辑模板配置文件。
-----------
delete.bat
move %1 d:\web\delete\%1
其他脚本类似写就好了。
我配置了几个工具。
edit_php.ini
edit_httpd.conf
delete_current_file 有时写测试文件,写完决定删除,ok。这个命令将此测试文件移动到指定目录,(定期清理,手工来做了)
copy_template。有时候写了一个文件,想把它加到模板里去。这个命令将此文件拷贝到editplus的目录下。
edit_template.ini。编辑模板配置文件。
-----------
delete.bat
move %1 d:\web\delete\%1
其他脚本类似写就好了。