Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/eclipse/9.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
Eclipse performApply不保存在BinaryParsTab类中_Eclipse_Eclipse Plugin_Eclipse Rcp_Eclipse Cdt - Fatal编程技术网

Eclipse performApply不保存在BinaryParsTab类中

Eclipse performApply不保存在BinaryParsTab类中,eclipse,eclipse-plugin,eclipse-rcp,eclipse-cdt,Eclipse,Eclipse Plugin,Eclipse Rcp,Eclipse Cdt,我在C build-Settings-Binary解析器中通过 二进制解析器选项作为命令 但无法保存这些选定的值 在BinaryPars选项卡上有一条注释。因此,这些二进制ParserPage可以 现在也不能得救 /** * @noextend This class is not intended to be subclassed by clients. */ public class BinaryParsTab extends AbstractCPropertyTab { /* Setting

我在C build-Settings-Binary解析器中通过 二进制解析器选项作为命令

但无法保存这些选定的值

在BinaryPars选项卡上有一条注释。因此,这些二进制ParserPage可以 现在也不能得救

/**
* @noextend This class is not intended to be subclassed by clients.
*/
public class BinaryParsTab extends AbstractCPropertyTab {
/* Settings from binary parser pages are NOT saved by prior CDT version.
* So existing binary parsers _always_ use default values.
* Moreover, obsolete interface is used while attempting to save.
*
* We have to affect both parsers and pages
* to teach them to save data really.
*
* It will be done in next versions. Currently pages are disabled.
*/

你想干什么?简单解释一下,还要检查BinaryParsePage值是否根本无法保存?我错了吗?您正在开发扩展cdt的应用程序吗?或者只是使用cdt并挖掘源代码?你的座右铭是什么?第一,我们扩展CDT。