資源簡介
IMESupport-master插件,解決IMESupport在win10系統下仍然不能在當前的Sublime Text3界面下跟隨光標移動的情況。解壓插件,放入Sublime Text3解壓安裝路徑下的Data\Packages里面,重啟Sublime Text3即可
代碼片段和文件信息
#?-*-?coding:?utf-8?-*-
import?sublime
import?sublime_plugin
import?math
try:
????from?imesupport.sublime_utility?import?fix_cloned_view
except?ImportError:
????from?.imesupport.sublime_utility?import?fix_cloned_view
import?ctypes
from?ctypes?import?windll?byref
from?ctypes?import?Structure?c_ulong
from?ctypes.wintypes?import?RECT?POINT
from?ctypes.wintypes?import?BYTE?LONG
WM_IME_STARTCOMPOSITION?=?269
WM_IME_ENDCOMPOSITION?=?270
WM_IME_COMPOSITION?=?271
GWL_style?=?(-16)
WS_OVERLAPPED?=?0
WS_POPUP?=?-2147483648
WS_CHILD?=?1073741824
WS_MINIMIZE?=?536870912
WS_VISIBLE?=?268435456
WS_DISABLED?=?134217728
WS_CLIPSIBLINGS?=?67108864
WS_CLIPCHILDREN?=?33554432
WS_MAXIMIZE?=?16777216
WS_CAPTION?=?12582912
WS_BORDER?=?8388608
WS_DLGframe?=?4194304
WS_V
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-03-04?08:07??IMESupport-master\
?????文件??????????57??2017-03-04?08:07??IMESupport-master\.gitignore
?????文件???????????0??2017-03-04?08:07??IMESupport-master\.no-sublime-package
?????文件?????????297??2017-03-04?08:07??IMESupport-master\IMESupport.sublime-settings
?????文件????????1087??2017-03-04?08:07??IMESupport-master\README.md
?????文件?????????770??2017-03-04?08:07??IMESupport-master\README_en.org
?????文件????????5495??2017-03-04?08:07??IMESupport-master\README_jp.org
?????目錄???????????0??2017-03-04?08:07??IMESupport-master\hook\
?????文件????????3738??2017-03-04?08:07??IMESupport-master\hook\imesupport_hook.c
?????文件?????????390??2017-03-04?08:07??IMESupport-master\hook\imesupport_hook.h
?????文件?????????301??2017-03-04?08:07??IMESupport-master\hook\make_mingw32.mak
?????文件?????????301??2017-03-04?08:07??IMESupport-master\hook\make_mingw64.mak
?????文件?????????425??2017-03-04?08:07??IMESupport-master\hook\make_msvc32.mak
?????文件?????????425??2017-03-04?08:07??IMESupport-master\hook\make_msvc64.mak
?????目錄???????????0??2017-03-04?08:07??IMESupport-master\imesupport\
?????文件???????????0??2017-03-04?08:07??IMESupport-master\imesupport\__init__.py
?????文件????????3567??2017-03-04?08:07??IMESupport-master\imesupport\globalhook.py
?????文件????????3233??2017-03-04?08:07??IMESupport-master\imesupport\messagehook.py
?????文件?????????480??2017-03-04?08:07??IMESupport-master\imesupport\sublime_utility.py
?????文件???????86528??2017-03-04?08:07??IMESupport-master\imesupport_hook_x64.dll
?????文件???????86528??2017-03-04?08:07??IMESupport-master\imesupport_hook_x86.dll
?????文件???????19744??2017-03-04?08:07??IMESupport-master\imesupportplugin.py
?????目錄???????????0??2017-03-04?08:07??IMESupport-master\img\
?????文件???????67632??2017-03-04?08:07??IMESupport-master\img\inline1.png
?????文件???????35251??2017-03-04?08:07??IMESupport-master\img\inline2.png
?????文件???????39242??2017-03-04?08:07??IMESupport-master\img\sublime.png
?????文件?????????413??2017-03-04?08:07??IMESupport-master\packages.json
?????目錄???????????0??2017-03-04?08:07??IMESupport-master\test\
?????文件???????11006??2017-03-04?08:07??IMESupport-master\test\example-1000lines.txt
?????文件????????1106??2017-03-04?08:07??IMESupport-master\test\example-100lines.txt
?????文件?????????116??2017-03-04?08:07??IMESupport-master\test\example-10lines.txt
............此處省略1個文件信息
評論
共有 條評論