在 Eclipse 的 Project Explorer 中对文件进行分组

发布于 2024-08-13 03:43:21 字数 327 浏览 3 评论 0原文

我是 Eclipse 的新手,我计划使用它通过 WinAVR 和 gcc 进行 AVR 开发。 我正在寻找的功能是将项目中的不同文件分组,例如所有标头在一起、所有源文件在一起以及从构建中排除的所有文件一起等。

我尝试了 Atmel 的 AVR Studio,它具有此分组功能,但缺乏Eclipse 支持的其他几个功能。任何有关配置 Eclipse Project explorer 以这种方式显示项目文件的帮助将不胜感激,并且有助于我决定要使用的 IDE。

注意:我知道我可以为每个组手动添加不同的文件夹并移动文件,但这会移动物理文件,并破坏代码和其他编译器/IDE 中的相对路径。我正在寻找文件的逻辑分组。

I am newbie to Eclipse, I am planning to use it for AVR development with WinAVR and gcc.
The feature I am looking for is the grouping of different files in the project, like all headers together, all source files together and all files excluded from the build together etc.

I tried AVR Studio from Atmel, it has this grouping feature but it lacks several other features which Eclipse supports. Any help to configure Eclipse Project explorer to display the project files in this way would be appreciated and helpful for me to decide the IDE to use.

Note: I know that I can manually add different folders for each of these groups and move the files, but that moves the physical files, and breaks the relative path in the code, and other comilers/IDE's. I am looking for logical grouping of files.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

帅冕 2024-08-20 03:43:21

不幸的是,用户没有通用的方法在项目资源管理器中配置分组,分组是根据控制内容的代码(即 CDT、JDT 等)设置的。我认为拥有此功能会很有趣,但尚不清楚可用于指定它的 UI。欢迎您提交增强请求以将其添加到 Eclipse Platform UI 项目中。举例说明如何在其他产品中完成此操作会很有帮助。

Unfortunately there is no general way for a user to configure the grouping in the Project Explorer, the grouping is setup based on the code that controls the content (i.e. CDT, JDT, etc). I think it would be interesting to have this feature, but it's not clear the UI that can be used to specify it. You are welcome to submit an enhancement request to add this to the Eclipse Platform UI project. And giving an example of how it's done in another product would be helpful.

顾铮苏瑾 2024-08-20 03:43:21

谢谢弗朗西斯,看了你的个人资料,我想我找到了解决我的问题的合适人选:)
我已将其作为错误打开(因为我在 bugzila 中找不到功能请求) Bug 296514 - Eclipse 中的项目资源管理器中的逻辑分组文件

我已经附加了 AVR Studio 和 Eclipse 项目资源管理器的屏幕截图。这应该能让您了解我需要什么样的 UI 功能。如果您愿意,我可以提供更多信息。

Thanks Francis, looking at your profile I think I found the right person to solve my issue :)
I have opened it as a bug (as I could not find a feature request in bugzila) Bug 296514 - Logical Grouping Files in Project Explorer in Eclipse

I have attcahed screenshots of both AVR Studio and Eclipse project explorer. That should give you an idea of what kind of UI features I am requesting. I can difinetely provide more information if you want.

2024-08-20 03:43:21

我认为您正在寻找的内容可以通过工作集来完成。

I think what you are looking for can be done with Working Sets.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文