当任务完成运行时,eclipse可以通知我吗? [英] Can eclipse notify me when a task has finished running?

查看:27
本文介绍了当任务完成运行时,eclipse可以通知我吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在 eclipse 清理、构建或加载我的项目时,我经常会花上几分钟的时间来玩弄我的拇指.如果 Eclipse 可以在进度"视图中的最后一个任务完成运行时发出哔声通知我,那就太好了,这样我就可以停止阅读互联网并重新开始工作.有这样的设置或插件吗?

I am often stuck twiddling my thumbs for a couple minutes while eclipse cleans, builds, or loads my projects. It would be nice if eclipse could notify me with a beep when the last task in the Progress view has finished running, so I can stop reading the internet and get back to work. Is there a setting or plugin that does this?

我尝试调整下面提供的插件模板,它为 JobManager 添加了一个监听器.我尝试实现 done() 仅当作业更改事件的名称包含构建工作区"时才发出哔哔声,因为这通常是我设置中花费时间最长的任务.令人恼火的是,构建工作空间的任务从不发送 done() 调用,只发送 scheduled()aboutToRun() 调用.还有其他想法吗?

I tried adapting the plugin template that nonty provided below, which adds a listener to the JobManager. I tried implementing done() to beep only when the job change event's name contains "Building workspace," as that is the task that usually takes the longest in my setup. Exasperatingly, the task that builds the workspace never sends a done() call, just scheduled() and aboutToRun() calls. Any other ideas?

推荐答案

目前还没有偏好.

JobManager 具有支持此功能所需的 API...

The JobManager have the needed API to support this functionality...

编辑:我已经构建并附加了一个非常简单的插件,它会在每个作业终止时发出蜂鸣声.事实证明这是相当频繁的:-).您可以对其进行修改以过滤掉所有误报,例如通过 getPriority()getName().你也可以让听众演奏一首曲子,弹出一条消息(不要!)或其他任何东西......

EDIT: I have constructed and attached a very simple plug-in that will beep for every job that terminates. That turns out to be rather often :-) . You can modify it to filter out all the false positives, e.g. by getPriority() and getName(). Also you can make the listener play a tune, popup a message (don't!) or whatever...

请参阅 jobnotifier.zip.

更新上面的链接再次

这篇关于当任务完成运行时,eclipse可以通知我吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆