Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

最新版sublime text支持中文GB18030,但汉化后找不到这个菜单 #54

Open
Richard-Cat opened this issue Dec 22, 2021 · 4 comments

Comments

@Richard-Cat
Copy link

image

@Richard-Cat
Copy link
Author

Richard-Cat commented Dec 22, 2021

暂时手动编辑了插件文件(Encoding.sublime-menu和Main.sublime-menu),并添加了设置字段"show_encoding": true, fallback_encoding": "Chinese (GB18030)",基本体验完美!

@Mrlihao
Copy link

Mrlihao commented Nov 21, 2022

同样遇到此问题

@Zs12358
Copy link

Zs12358 commented Jan 30, 2024

暂时手动编辑了插件文件(Encoding.sublime-menu和Main.sublime-menu),并添加了设置字段"show_encoding": true, fallback_encoding": "Chinese (GB18030)",基本体验完美!

老哥,具体怎么操作的

@yuxi1989
Copy link

暂时手动编辑了插件文件(Encoding.sublime-menu和Main.sublime-menu),并添加了设置字段"show_encoding": true, fallback_encoding": "Chinese (GB18030)",基本体验完美!

老哥,具体怎么操作的

安装汉化插件后
菜单:help-language-Edit
在menu文件里面加入
{ "caption": "Chinese (GB18030)", "command": "reopen", "args": { "encoding": "Chinese (GB18030)" } },

{ "caption": "Chinese (GB18030)", "command": "save", "args": { "encoding": "Chinese (GB18030)" } },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants