quick_panel_handler.py 文件源码

python
阅读 20 收藏 0 点赞 0 评论 0

项目:EasyClangComplete 作者: niosus 项目源码 文件源码
def on_done(self, idx):
        """Pick this error to navigate to a file."""
        log.debug("Picked idx: %s", idx)
        if idx < 0:
            return
        picked_entry = self.errors[idx]
        file_str = "{file}:{row}:{col}".format(file=picked_entry['file'],
                                               row=picked_entry['row'],
                                               col=picked_entry['col'])
        self.view.window().open_file(file_str, sublime.ENCODED_POSITION)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号