SciTE 中的 Python 退出代码 -1073741819

发布于 2024-09-29 14:40:20 字数 98 浏览 4 评论 0原文

SciTE 中的一小段 Python 代码以 -1073741819 中断/退出。

有没有办法附加系统声音或任何东西来提醒我退出。 到目前为止,这是一个无声的休息。

A small piece of python code breaks/exits with -1073741819 within SciTE.

Is there a way to attach a system sound or anything to alert me on exit.
So far, its a silent break.

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

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

发布评论

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

评论(1

你是年少的欢喜 2024-10-06 14:40:20

Scite 可以通过属性文件配置编辑器的各个方面。

为系统声音配置以下事件时,您感兴趣的一些属性:

warning.findwrapped
warning.notfound
warning.wrongfile
warning.executeok
warning.executeko
warning.nootherbookmark

请参阅 Scite 文档:http://www. scintilla.org/SciTEDoc.html

Scite has way of configuring various aspects of the editor via properties file.

Some of the properties of interest to you configuring following events for system sound:

warning.findwrapped
warning.notfound
warning.wrongfile
warning.executeok
warning.executeko
warning.nootherbookmark

See Scite doc: http://www.scintilla.org/SciTEDoc.html

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