摘要: 写几个简单的例子详解下 import sublime import sublime_plugin class ExampleCommand(sublime_plugin.TextCommand): def run(self, edit): sels = self.view.sel(); for se 阅读全文
posted @ 2019-12-01 14:58 newmiracle宇宙 阅读(280) 评论(0) 推荐(0) 编辑
摘要: 今天就看下api的使用方法 中文的api文档 https://mux.alimama.com/posts/549.html#sublime.View sublime模块 方法返回值描述 set_timeout(callback, delay) None 延时调用 (毫秒). 回调的顺序会按添加的顺序 阅读全文
posted @ 2019-12-01 10:42 newmiracle宇宙 阅读(733) 评论(0) 推荐(0) 编辑