自定义 PyCharm 外部工具通知

发布于 2024-12-08 23:19:05 字数 159 浏览 0 评论 0原文

我在 PyCharm 中创建了一个自定义工具,并将其控制台隐藏在设置中,因为该工具很小并且不显示很多信息。当我运行它时,结束后,左下角的状态栏中会出现一条通知,显示“外部工具已完成,代码为 0”。我想知道是否可以自定义此通知。理想情况下,我想读取该工具的输出并显示一个,例如带有一些信息的气球。这可能吗?

I have created a custom tool in PyCharm and hid its console in settings because the tool is small and doesn't show a lot of info. When I run it, after it ends, there is a notification appears in the status bar on the left bottom saying 'External tool completed with code 0'. What I wonder about is if it's possible to customize this notification. Ideally I would like to read output from the tool and show a, e.g. balloon with some info. Is that possible to do?

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

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

发布评论

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

评论(1

放我走吧 2024-12-15 23:19:05

PyCharm 无法做到这一点,但是您可以使用 Growl 来发出通知,它在所有平台上都可用。安装它并调用其命令行工具,以便在工具完成后立即显示来自批处理脚本的弹出通知。

It's not possible with PyCharm, however you can use Growl for notifications, it's available on all platforms. Install it and call its command line tool to display pop-up notification from a batch script just after your tool finishes.

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