def is_visible(self):
if not INFOS.addon or not INFOS.addon.media_path:
return False
flags = sublime.CLASS_WORD_START | sublime.CLASS_WORD_END
content = utils.get_node_content(self.view, flags)
return "/" in content or "\\" in content
评论列表
文章目录