• 大小: 9.01MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-10-17
  • 语言: 其他
  • 标签: Sublime  Text3  

资源简介

Sublime Text3绿色版,版本为3059,无需安装注册,解压即用

资源截图

代码片段和文件信息

import sublime_api
import sys

class _LogWriter:
    def flush(self):
        pass

    def write(self s):
        sublime_api.log_message(s)

sys.stdout = _LogWriter()
sys.stderr = _LogWriter()

ENCODED_POSITION = 1
TRANSIENT = 4
FORCE_GROUP = 8
IGNORECASE = 2
LITERAL = 1
MONOSPACE_FONT = 1

DRAW_EMPTY = 1
HIDE_ON_MINIMAP = 2
DRAW_EMPTY_AS_OVERWRITE = 4
PERSISTENT = 16
# Deprecated use DRAW_NO_FILL instead
DRAW_OUTLINED = 32
DRAW_NO_FILL = 32
DRAW_NO_OUTLINE = 256
DRAW_SOLID_UNDERLINE = 512
DRAW_STIPPLED_UNDERLINE = 1024
DRAW_SQUIGGLY_UNDERLINE = 2048
HIDDEN = 128

OP_EQUAL = 0
OP_NOT_EQUAL = 1
OP_REGEX_MATCH = 2
OP_NOT_REGEX_MATCH = 3
OP_REGEX_CONTAINS = 4
OP_NOT_REGEX_CONTAINS = 5
CLASS_WORD_START = 1
CLASS_WORD_END = 2
CLASS_PUNCTUATION_START = 4
CLASS_PUNCTUATION_END = 8
CLASS_SUB_WORD_START = 16
CLASS_SUB_WORD_END = 32
CLASS_LINE_START = 64
CLASS_LINE_END = 128
CLASS_EMPTY_LINE = 256
INHIBIT_WORD_COMPLETIONS = 8
INHIBIT_EXPLICIT_COMPLETIONS = 16

def version():
    return sublime_api.version()

def platform():
    return sublime_api.platform()

def arch():
    return sublime_api.architecture()

def channel():
    return sublime_api.channel()

def executable_path():
    return sublime_api.executable_path()

def executable_hash():
    import hashlib
    return (version() platform() + ‘_‘ + arch()
        hashlib.md5(open(executable_path() ‘rb‘).read()).hexdigest())

def packages_path():
    return sublime_api.packages_path()

def installed_packages_path():
    return sublime_api.installed_packages_path()

def cache_path():
    “““ Returns the path where Sublime Text stores cache files “““
    return sublime_api.cache_path()

def status_message(msg):
    sublime_api.status_message(msg)

def error_message(msg):
    sublime_api.error_message(msg)

def message_dialog(msg):
    sublime_api.message_dialog(msg)

def ok_cancel_dialog(msg ok_title = ““):
    return sublime_api.ok_cancel_dialog(msg ok_title)

def run_command(cmd args = None):
    sublime_api.run_command(cmd args)

def get_clipboard(size_limit = 16777216):
    “““ Returns the content of the clipboard for performance reason if the size
    of the clipboard content is bigger than size_limit empty string will be returned
    “““
    return sublime_api.get_clipboard(size_limit)

def set_clipboard(text):
    return sublime_api.set_clipboard(text)

def log_commands(flag):
    sublime_api.log_commands(flag)

def log_input(flag):
    “““ Enables or disables input logging. This is useful to find the names of certain keys on the keyboard “““
    sublime_api.log_input(flag)

def log_result_regex(flag):
    “““ Enables or disables result regex logging. This is useful when trying to debug file_regex and line_regex in build systems “““
    sublime_api.log_result_regex(flag)

def log_indexing(flag):
    sublime_api.log_indexing(flag)

def score_selector(scope_name selector):
    return sublime_api.score_selector(scope_name selector)

def load_resource(name):
    s = sublime_api.load_resou

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件      454144  2013-12-17 14:23  plugin_host.exe
     文件      132096  2013-02-18 16:59  pyexpat.pyd
     文件     2582934  2013-02-18 16:59  python3.3.zip
     文件     2641408  2013-02-18 16:59  python33.dll
     文件          57  2013-12-19 17:18  readme.txt
     文件        9728  2013-02-18 16:59  select.pyd
     文件       30672  2013-11-19 12:11  sublime.py
     文件       18883  2013-06-26 17:00  sublime_plugin.py
     文件     3952528  2013-12-19 17:08  sublime_text.exe
     文件      758784  2013-02-18 16:59  unicodedata.pyd
     文件       96656  2013-12-17 14:24  update_installer.exe
     文件        9216  2013-02-18 16:59  winsound.pyd
     目录           0  2013-12-19 20:46  Data\
     目录           0  2013-12-19 20:46  Data\Cache\
     目录           0  2013-12-19 20:46  Data\Cache\Actionscript\
     文件        6953  2013-12-19 10:00  Data\Cache\Actionscript\Actionscript.tmLanguage.cache
     目录           0  2013-12-19 20:46  Data\Cache\Applescript\
     文件        7676  2013-12-19 10:00  Data\Cache\Applescript\Applescript.tmLanguage.cache
     目录           0  2013-12-19 20:46  Data\Cache\ASP\
     文件        2270  2013-12-19 10:00  Data\Cache\ASP\ASP.tmLanguage.cache
     文件         459  2013-12-19 10:00  Data\Cache\ASP\HTML-ASP.tmLanguage.cache
     目录           0  2013-12-19 20:46  Data\Cache\Batch File\
     文件         817  2013-12-19 10:00  Data\Cache\Batch File\Batch File.tmLanguage.cache
     目录           0  2013-12-19 20:46  Data\Cache\C#\
     文件         583  2013-12-19 10:00  Data\Cache\C#\Build.tmLanguage.cache
     文件        2368  2013-12-19 10:00  Data\Cache\C#\C#.tmLanguage.cache
     文件         228  2013-12-19 10:00  Data\Cache\C#\Comments.tmPreferences.cache
     文件         456  2013-12-19 10:00  Data\Cache\C#\Indentation.tmPreferences.cache
     文件         172  2013-12-19 10:00  Data\Cache\C#\Symbol List Classes.tmPreferences.cache
     文件         212  2013-12-19 10:00  Data\Cache\C#\Symbol List Inner Classes.tmPreferences.cache
     文件         224  2013-12-19 10:00  Data\Cache\C#\Symbol List Inner Function.tmPreferences.cache
............此处省略328个文件信息

评论

共有 条评论