简体   繁体   English

不适用于继承的Eclipse CDT 8.2的组织包括

[英]Organize Includes of Eclipse CDT 8.2 not working with inheritance

I recently switched to Eclipse Kepler with CDT 8.2 for my C++ development in order to use the new "Organize Includes" feature which is already a huge relief. 最近,为了进行C ++开发,我切换到了带有CDT 8.2的Eclipse Kepler,以便使用新的“组织包含”功能已经很轻松了。

I experienced problems when using it with inheritance though. 但是在将其与继承一起使用时遇到了问题。 The command always removes the header of the base class. 该命令始终删除基类的头。 I assume this is a bug because my indexer settings seem to be correct as everything else works fine. 我认为这是一个错误,因为我的索引器设置似乎正确,因为其他所有功能都正常。

Anyone else experienced this behavior and knows a was around it? 其他任何人都经历过这种行为,并且知道周围存在吗?

best regards Alex 最好的问候亚历克斯

Ok I understand that the bug was fixed with this commit: https://bugs.eclipse.org/bugs/show_bug.cgi?id=421398 好的,我知道此提交已修复了该错误: https : //bugs.eclipse.org/bugs/show_bug.cgi?id=421398

Does anyone know how to build and install CDT from source or do I have to wait until a package is provided via the eclipse update mechanism? 有谁知道如何从源代码构建和安装CDT,还是我必须等到通过Eclipse更新机制提供软件包后才开始?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM