Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/eclipse/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
GWT eclipse:错误/警告首选项_Eclipse_Gwt - Fatal编程技术网

GWT eclipse:错误/警告首选项

GWT eclipse:错误/警告首选项,eclipse,gwt,Eclipse,Gwt,是否有可能在不使用eclipse UI的情况下更改GWT错误/警告首选项?这些首选项是否存储在任何位置,或者我是否可以使用.settings目录中的首选项文件以某种方式覆盖它们 致以最良好的祝愿 Jake如果您指的是GWT编译器的日志级别设置,那么。幸运的是,我自己找到了设置。在全局eclipse首选项中有一个名为com.google.gdt.eclipse.suite/problemSeverities的属性。您可以通过在UI中进行一些更改后导出所有eclipse首选项来检查如何设置它。就我而

是否有可能在不使用eclipse UI的情况下更改GWT错误/警告首选项?这些首选项是否存储在任何位置,或者我是否可以使用.settings目录中的首选项文件以某种方式覆盖它们

致以最良好的祝愿


Jake

如果您指的是GWT编译器的日志级别设置,那么。

幸运的是,我自己找到了设置。在全局eclipse首选项中有一个名为com.google.gdt.eclipse.suite/problemSeverities的属性。您可以通过在UI中进行一些更改后导出所有eclipse首选项来检查如何设置它。就我而言,我需要将其更改为:

com.google.gdt.eclipse.suite/problemSeverities=com.google.gwt.eclipse.core.uibinder.problems.UiBinderTemplateProblemType#401\=1

谢谢你的回复


Jake

不幸的是,我指的不是GWT编译器日志级别,而是eclipse中的GWT错误/警告首选项-您可以通过窗口->首选项->谷歌->错误/警告来访问它们您可能会在Web上问这个问题。