-
大小: 26.79MB文件類(lèi)型: .zip金幣: 1下載: 0 次發(fā)布日期: 2023-07-28
- 語(yǔ)言: 其他
- 標(biāo)簽: Sublime_Text??中文??
資源簡(jiǎn)介
sublime_text3中文版本,直接下載即可。
代碼片段和文件信息
import?sys
import?sublime_api
class?_LogWriter:
????def?flush(self):
????????pass
????def?write(self?s):
????????sublime_api.log_message(s)
sys.stdout?=?_LogWriter()
sys.stderr?=?_LogWriter()
HOVER_TEXT?=?1
HOVER_GUTTER?=?2
HOVER_MARGIN?=?3
ENCODED_POSITION?=?1
TRANSIENT?=?4
FORCE_GROUP?=?8
IGNORECASE?=?2
LITERAL?=?1
MONOSPACE_FONT?=?1
KEEP_OPEN_ON_FOCUS_LOST?=?2
HTML?=?1
COOPERATE_WITH_AUTO_COMPLETE?=?2
HIDE_ON_MOUSE_MOVE?=?4
HIDE_ON_MOUSE_MOVE_AWAY?=?8
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
DIALOG_CANCEL?=?0
DIALOG_YES?=?1
DIALOG_NO?=?2
UI_ELEMENT_SIDE_BAR?=?1
UI_ELEMENT_MINIMAP?=?2
UI_ELEMENT_TABS?=?4
UI_ELEMENT_STATUS_BAR?=?8
UI_ELEMENT_MENU?=?16
UI_ELEMENT_OPEN_FILES?=?32
LAYOUT_INLINE?=?0
LAYOUT_BELOW?=?1
LAYOUT_BLOCK?=?2
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?yes_no_cancel_dialog(msg?yes_title=““?no_title=““):
????return?sublime_api.yes_no_cancel_dialog(msg?yes_title?no_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?an?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?lo
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-05-24?19:42??Sublime_Text3_x64\
?????目錄???????????0??2018-05-24?20:23??Sublime_Text3_x64\Sublime?Text\
?????文件?????????851??2018-05-14?12:40??Sublime_Text3_x64\Sublime?Text\!添加∕刪除右鍵菜單.bat
?????文件???????47997??2018-05-14?09:18??Sublime_Text3_x64\Sublime?Text\changelog.txt
?????文件??????224880??2018-05-14?09:32??Sublime_Text3_x64\Sublime?Text\crash_reporter.exe
?????目錄???????????0??2018-05-24?20:02??Sublime_Text3_x64\Sublime?Text\Data\
?????目錄???????????0??2018-05-24?19:56??Sublime_Text3_x64\Sublime?Text\Data\Cache\
?????目錄???????????0??2018-05-24?19:44??Sublime_Text3_x64\Sublime?Text\Data\Cache\Actionsc
?????文件????????7046??2018-05-24?19:44??Sublime_Text3_x64\Sublime?Text\Data\Cache\Actionsc
?????目錄???????????0??2018-05-24?19:44??Sublime_Text3_x64\Sublime?Text\Data\Cache\Applesc
?????文件????????8934??2018-05-24?19:44??Sublime_Text3_x64\Sublime?Text\Data\Cache\Applesc
?????目錄???????????0??2018-05-24?19:44??Sublime_Text3_x64\Sublime?Text\Data\Cache\ASP\
?????文件????????7254??2018-05-24?19:44??Sublime_Text3_x64\Sublime?Text\Data\Cache\ASP\ASP.sublime-syntax.cache
?????文件?????????640??2018-05-24?19:44??Sublime_Text3_x64\Sublime?Text\Data\Cache\ASP\HTML-ASP.sublime-syntax.cache
?????目錄???????????0??2018-05-24?19:44??Sublime_Text3_x64\Sublime?Text\Data\Cache\Batch?File\
?????文件????????4850??2018-05-24?19:44??Sublime_Text3_x64\Sublime?Text\Data\Cache\Batch?File\Batch?File.sublime-syntax.cache
?????目錄???????????0??2018-05-24?20:01??Sublime_Text3_x64\Sublime?Text\Data\Cache\Boxy?Theme\
?????目錄???????????0??2018-05-24?20:04??Sublime_Text3_x64\Sublime?Text\Data\Cache\Boxy?Theme\schemes\
?????文件????????4393??2018-05-24?19:50??Sublime_Text3_x64\Sublime?Text\Data\Cache\Boxy?Theme\schemes\Boxy?Monokai.tmTheme.cache
?????文件????????4385??2018-05-24?19:50??Sublime_Text3_x64\Sublime?Text\Data\Cache\Boxy?Theme\schemes\Boxy?Nova.tmTheme.cache
?????文件????????4384??2018-05-24?20:04??Sublime_Text3_x64\Sublime?Text\Data\Cache\Boxy?Theme\schemes\Boxy?Ocean.tmTheme.cache
?????文件????????4416??2018-05-24?19:51??Sublime_Text3_x64\Sublime?Text\Data\Cache\Boxy?Theme\schemes\Boxy?Yesterday.tmTheme.cache
?????目錄???????????0??2018-05-24?20:04??Sublime_Text3_x64\Sublime?Text\Data\Cache\Boxy?Theme\widgets\
?????文件?????????452??2018-05-24?20:01??Sublime_Text3_x64\Sublime?Text\Data\Cache\Boxy?Theme\widgets\Widget?-?Boxy?Monokai.stTheme.cache
?????文件?????????455??2018-05-24?20:03??Sublime_Text3_x64\Sublime?Text\Data\Cache\Boxy?Theme\widgets\Widget?-?Boxy?Nova.stTheme.cache
?????文件?????????452??2018-05-24?20:04??Sublime_Text3_x64\Sublime?Text\Data\Cache\Boxy?Theme\widgets\Widget?-?Boxy?Ocean.stTheme.cache
?????目錄???????????0??2018-05-24?19:44??Sublime_Text3_x64\Sublime?Text\Data\Cache\C#\
?????文件?????????604??2018-05-24?19:44??Sublime_Text3_x64\Sublime?Text\Data\Cache\C#\Build.sublime-syntax.cache
?????文件???????16288??2018-05-24?19:44??Sublime_Text3_x64\Sublime?Text\Data\Cache\C#\C#.sublime-syntax.cache
?????目錄???????????0??2018-05-24?19:44??Sublime_Text3_x64\Sublime?Text\Data\Cache\C++\
?????文件???????14681??2018-05-24?19:44??Sublime_Text3_x64\Sublime?Text\Data\Cache\C++\C++.sublime-syntax.cache
............此處省略2474個(gè)文件信息
評(píng)論
共有 條評(píng)論