如何让eclipse插件监听新编译的项目?

发布于 2024-12-06 14:15:22 字数 108 浏览 1 评论 0原文

每当您在 eclipse 上按 CRTL+S 时,它都会自动编译该项目。我想知道你们是否知道如何让插件监听任何编译更改。编译器或 IDE 究竟如何触发新编译单元的 AST 树解析?任何想法都将不胜感激。

Whenever you hit CRTL+S on eclipse it automatically compiles the project. I was wondering if you guys have any idea on how I can make a plugin listen to any compilation change. How exactly the compiler or the IDE could trigger the parsing of an AST tree for new compilation unit? Any idea is greatly appreciated.

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

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

发布评论

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

评论(1

桃扇骨 2024-12-13 14:15:22

Eclipse 中的构建过程由 Builders 处理。

这篇文章中,有一些注释解释了如何与后台自动交互建造

the building process in Eclipse is handled by Builders.

In this article there are some notes explaining how ti interact with background auto-build

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