def __scan(self):
if _wrap("Abc") == _wrap("abc"):
self.verify_name = True
pkg_filename = "%s.sublime-package" % self.name
pkg_path = os.path.join(sublime.packages_path(), self.name)
# Scan for the shipped package so we can collect the proper case on
# case insensitive systems.
self._add_package(_pkg_scan(self.shipped_packages_path, pkg_filename), True)
self._add_package(_pkg_scan(sublime.installed_packages_path(), pkg_filename, True))
self._add_path(pkg_path)
评论列表
文章目录