开发者

How to make an eclipse plugin listen to a newly compiled project?

开发者 https://www.devze.com 2023-04-07 11:33 出处:网络
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 compile

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.


the building process in Eclipse is handled by Builders.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消