I want to validate the format (syntax check) of an INI file with Eclipse. I'd prefer the DLTK validator using a PHP script (just checking @parse_ini_file for the return value).
我想用Eclipse验证INI文件的格式(语法检查)。我更喜欢使用PHP脚本的DLTK验证器(只需检查@parse_ini_file的返回值)。
How can I setup this in Eclipse?
我怎样才能在Eclipse中设置它?
When I try to setup a script, it ignores my INI files, only checking *.php files on change.
当我尝试设置脚本时,它会忽略我的INI文件,只检查更改时的* .php文件。
1 个解决方案
#1
1
In the menu Window/Preferences, General/Content Types, Test/Configutation files, in the box "File associations:"
在菜单窗口/首选项,常规/内容类型,测试/配置文件中,在“文件关联:”框中
Check: *.ini (locked)
Is present or not? If not add it in.
检查:* .ini(已锁定)是否存在?如果没有添加。
Then Add DLTK validator for PHP INI file.
然后为PHP INI文件添加DLTK验证器。
#1
1
In the menu Window/Preferences, General/Content Types, Test/Configutation files, in the box "File associations:"
在菜单窗口/首选项,常规/内容类型,测试/配置文件中,在“文件关联:”框中
Check: *.ini (locked)
Is present or not? If not add it in.
检查:* .ini(已锁定)是否存在?如果没有添加。
Then Add DLTK validator for PHP INI file.
然后为PHP INI文件添加DLTK验证器。