实例介绍
sublime Text3【最简单的汉化+支持UTF-8】方式,压缩包内有插件,替换到Preference-->Browse packages里面即可完成.里面也有一个简单的word教程
【实例截图】
【核心代码】
b92879b9-efb7-49db-868b-6f0ac90ba12c
└── 代码编辑器sublime Text3
├── Sublime Text Build 3126 x64 Setup.exe
├── sublime安装文档.docx
└── 插件
├── ConvertToUTF8
│ ├── chardet
│ │ ├── big5freq.py
│ │ ├── big5prober.py
│ │ ├── chardistribution.py
│ │ ├── charsetgroupprober.py
│ │ ├── charsetprober.py
│ │ ├── codingstatemachine.py
│ │ ├── compat.py
│ │ ├── constants.py
│ │ ├── cp949prober.py
│ │ ├── escprober.py
│ │ ├── escsm.py
│ │ ├── eucjpprober.py
│ │ ├── euckrfreq.py
│ │ ├── euckrprober.py
│ │ ├── euctwfreq.py
│ │ ├── euctwprober.py
│ │ ├── gb2312freq.py
│ │ ├── gb2312prober.py
│ │ ├── hebrewprober.py
│ │ ├── __init__.py
│ │ ├── jisfreq.py
│ │ ├── jpcntx.py
│ │ ├── langbulgarianmodel.py
│ │ ├── langcyrillicmodel.py
│ │ ├── langgreekmodel.py
│ │ ├── langhebrewmodel.py
│ │ ├── langhungarianmodel.py
│ │ ├── langthaimodel.py
│ │ ├── latin1prober.py
│ │ ├── mbcharsetprober.py
│ │ ├── mbcsgroupprober.py
│ │ ├── mbcssm.py
│ │ ├── sbcharsetprober.py
│ │ ├── sbcsgroupprober.py
│ │ ├── sjisprober.py
│ │ ├── universaldetector.py
│ │ └── utf8prober.py
│ ├── ConvertToUTF8.py
│ ├── ConvertToUTF8.sublime-settings
│ ├── Default (Linux).sublime-keymap
│ ├── Default (OSX).sublime-keymap
│ ├── Default.sublime-commands
│ ├── Default (Windows).sublime-keymap
│ ├── Main.sublime-menu
│ ├── messages
│ │ ├── 1.1.0.txt
│ │ ├── 1.1.1.txt
│ │ ├── 1.1.2.txt
│ │ ├── 1.1.3.txt
│ │ ├── 1.1.4.txt
│ │ ├── 1.1.5.txt
│ │ ├── 1.2.0.txt
│ │ ├── 1.2.10.txt
│ │ ├── 1.2.11.txt
│ │ ├── 1.2.1.txt
│ │ ├── 1.2.2.txt
│ │ ├── 1.2.3.txt
│ │ ├── 1.2.4.txt
│ │ ├── 1.2.5.txt
│ │ ├── 1.2.6.txt
│ │ ├── 1.2.8.txt
│ │ ├── 1.2.9.txt
│ │ └── install.txt
│ ├── messages.json
│ ├── package-metadata.json
│ ├── packages.json
│ ├── README.md
│ └── README.zh_CN.md
├── Default
│ ├── Add Line Before.sublime-macro
│ ├── Add Line in Braces.sublime-macro
│ ├── Add Line.sublime-macro
│ ├── auto_indent_tag.py
│ ├── block.py
│ ├── comment.py
│ ├── Context.sublime-menu
│ ├── convert_syntax.py
│ ├── copy_path.py
│ ├── Default (Linux).sublime-keymap
│ ├── Default (Linux).sublime-mousemap
│ ├── Default (OSX).sublime-keymap
│ ├── Default (OSX).sublime-mousemap
│ ├── Default.sublime-commands
│ ├── Default (Windows).sublime-keymap
│ ├── Default (Windows).sublime-mousemap
│ ├── Delete Left Right.sublime-macro
│ ├── Delete Line.sublime-macro
│ ├── Delete to BOL.sublime-macro
│ ├── Delete to EOL.sublime-macro
│ ├── Delete to Hard BOL.sublime-macro
│ ├── Delete to Hard EOL.sublime-macro
│ ├── delete_word.py
│ ├── detect_indentation.py
│ ├── Distraction Free.sublime-settings
│ ├── duplicate_line.py
│ ├── echo.py
│ ├── Encoding.sublime-menu
│ ├── exec.py
│ ├── Find in Files.sublime-menu
│ ├── Find Results.hidden-tmLanguage
│ ├── fold.py
│ ├── font.py
│ ├── goto_line.py
│ ├── history_list.py
│ ├── Icon (Markup).tmPreferences
│ ├── Icon.png
│ ├── Icon (Source).tmPreferences
│ ├── Icon (Text).tmPreferences
│ ├── indentation.py
│ ├── Indentation Rules - Comments.tmPreferences
│ ├── Indentation Rules.tmPreferences
│ ├── Indentation.sublime-menu
│ ├── Indexed Symbol List.tmPreferences
│ ├── install_package_control.py
│ ├── kill_ring.py
│ ├── Line Endings.sublime-menu
│ ├── Main.sublime-menu
│ ├── mark.py
│ ├── Minimap.sublime-settings
│ ├── new_templates.py
│ ├── open_context_url.py
│ ├── open_in_browser.py
│ ├── pane.py
│ ├── paragraph.py
│ ├── paste_from_history.py
│ ├── Preferences (Linux).sublime-settings
│ ├── Preferences (OSX).sublime-settings
│ ├── Preferences.sublime-settings
│ ├── Preferences (Windows).sublime-settings
│ ├── profile.py
│ ├── quick_panel.py
│ ├── Regex Format Widget.sublime-settings
│ ├── Regex Widget.sublime-settings
│ ├── run_syntax_tests.py
│ ├── save_on_focus_lost.py
│ ├── scroll.py
│ ├── send2trash
│ │ ├── __init__.py
│ │ ├── plat_osx.py
│ │ ├── plat_other.py
│ │ └── plat_win.py
│ ├── settings.py
│ ├── set_unsaved_view_name.py
│ ├── show_scope_name.py
│ ├── Side Bar Mount Point.sublime-menu
│ ├── side_bar.py
│ ├── Side Bar.sublime-menu
│ ├── sort.py
│ ├── swap_line.py
│ ├── switch_file.py
│ ├── Symbol List.tmPreferences
│ ├── symbol.py
│ ├── Syntax.sublime-menu
│ ├── Syntax Tests.sublime-build
│ ├── Tab Context.sublime-menu
│ ├── transform.py
│ ├── transpose.py
│ ├── trim_trailing_white_space.py
│ ├── Widget Context.sublime-menu
│ └── Widget.sublime-settings
├── User
│ ├── encoding_cache.json
│ ├── Localization.sublime-settings
│ ├── oscrypto-ca-bundle.crt
│ ├── Package Control.last-run
│ ├── Package Control.merged-ca-bundle
│ ├── Package Control.sublime-settings
│ ├── Package Control.user-ca-bundle
│ └── Preferences.sublime-settings
└── ZZZZZZZZ-Localization
└── Main.sublime-menu
9 directories, 168 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论