• 大小: 8.91MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-10-05
  • 语言: 其他
  • 标签: 程序员  神器  

资源简介

Sublime Text3软件 破解版 ublime Text 3 is currently in beta. The latest build is 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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2013-12-25 14:03  SublimeText\
     目录           0  2013-12-25 14:03  SublimeText\Data\
     目录           0  2013-12-25 14:03  SublimeText\Data\Cache\
     目录           0  2013-12-25 14:03  SublimeText\Data\Cache\ASP\
     文件        2270  2013-12-19 10:00  SublimeText\Data\Cache\ASP\ASP.tmLanguage.cache
     文件         459  2013-12-19 10:00  SublimeText\Data\Cache\ASP\HTML-ASP.tmLanguage.cache
     目录           0  2013-12-25 14:03  SublimeText\Data\Cache\Actionscript\
     文件        6953  2013-12-19 10:00  SublimeText\Data\Cache\Actionscript\Actionscript.tmLanguage.cache
     目录           0  2013-12-25 14:03  SublimeText\Data\Cache\Applescript\
     文件        7676  2013-12-19 10:00  SublimeText\Data\Cache\Applescript\Applescript.tmLanguage.cache
     目录           0  2013-12-25 14:03  SublimeText\Data\Cache\Batch File\
     文件         817  2013-12-19 10:00  SublimeText\Data\Cache\Batch File\Batch File.tmLanguage.cache
     目录           0  2013-12-25 14:03  SublimeText\Data\Cache\C#\
     文件         583  2013-12-19 10:00  SublimeText\Data\Cache\C#\Build.tmLanguage.cache
     文件        2368  2013-12-19 10:00  SublimeText\Data\Cache\C#\C#.tmLanguage.cache
     文件         228  2013-12-19 10:00  SublimeText\Data\Cache\C#\Comments.tmPreferences.cache
     文件         456  2013-12-19 10:00  SublimeText\Data\Cache\C#\Indentation.tmPreferences.cache
     文件         172  2013-12-19 10:00  SublimeText\Data\Cache\C#\Symbol List Classes.tmPreferences.cache
     文件         212  2013-12-19 10:00  SublimeText\Data\Cache\C#\Symbol List Inner Classes.tmPreferences.cache
     文件         224  2013-12-19 10:00  SublimeText\Data\Cache\C#\Symbol List Inner Function.tmPreferences.cache
     文件         213  2013-12-19 10:00  SublimeText\Data\Cache\C#\Symbol List Inner Inner Classes.tmPreferences.cache
     文件         239  2013-12-19 10:00  SublimeText\Data\Cache\C#\Symbol List Inner Inner Inner Region.tmPreferences.cache
     文件         239  2013-12-19 10:00  SublimeText\Data\Cache\C#\Symbol List Inner Inner Method.tmPreferences.cache
     文件         236  2013-12-19 10:00  SublimeText\Data\Cache\C#\Symbol List Inner Inner Region.tmPreferences.cache
     文件         237  2013-12-19 10:00  SublimeText\Data\Cache\C#\Symbol List Inner Method.tmPreferences.cache
     文件         233  2013-12-19 10:00  SublimeText\Data\Cache\C#\Symbol List Inner Region.tmPreferences.cache
     文件         206  2013-12-19 10:00  SublimeText\Data\Cache\C#\Symbol List Namespace.tmPreferences.cache
     文件         217  2013-12-19 10:00  SublimeText\Data\Cache\C#\Symbol List Region.tmPreferences.cache
     目录           0  2013-12-25 14:03  SublimeText\Data\Cache\C++\
     文件        1876  2013-12-19 10:00  SublimeText\Data\Cache\C++\C++.tmLanguage.cache
     文件        4898  2013-12-19 10:00  SublimeText\Data\Cache\C++\C.tmLanguage.cache
............此处省略329个文件信息

评论

共有 条评论