def _open_file(self, window, file):
self.log('rui => ' + str(file.to_args()))
path_row_col = '{path}:{row}:{col}'.format(
path=file.local_path(),
row=file.row,
col=file.col)
view = window.open_file(path_row_col, sublime.ENCODED_POSITION)
评论列表
文章目录