开发者

How to force SciTE to reload a file automatically?

开发者 https://www.devze.com 2022-12-17 00:51 出处:网络
I think that SciTE can do it but it doesn开发者_StackOverflow中文版\'t work for me. Is there any option to setup?I have set load.on.activate=1 in my SciTEUser.properties which works like a charm.

I think that SciTE can do it but it doesn开发者_StackOverflow中文版't work for me. Is there any option to setup?


I have set load.on.activate=1 in my SciTEUser.properties which works like a charm.

EDIT:

Use it in combination with save.on.deactivate=1 and reload.preserves.undo=1. The SciTEDocs will tell you more.


Add this line on the SciTEUser.properties file:

save.session=1 
0

精彩评论

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