在SciTE中,有一小段python代码使用-1073741819中断/退出。
有没有办法在退出时附加一个系统声音或任何东西来提醒我。到目前为止,这是一个静默的休息。
发布于 2010-10-27 04:52:04
Scite可以通过属性文件配置编辑器的各个方面。
为系统声音配置以下事件的一些您感兴趣的属性:
warning.findwrapped
warning.notfound
warning.wrongfile
warning.executeok
warning.executeko
warning.nootherbookmark请参阅Scite文档:http://www.scintilla.org/SciTEDoc.html
https://stackoverflow.com/questions/4027709
复制相似问题