Skip to content

sublime-china/cndict

 
 

Repository files navigation

CNDict

forked from https://github.com/divinites/cndict
感谢@divinites
在此基础上, 做了优化和新的功能.

安装

快捷键

  • Ctrl+Alt+C: 腾讯文本翻译
  • Ctrl+Alt+Y: 有道词典 Youdao
  • Ctrl+Alt+J: 金山词典 Jinshan

设置

{
    // There are three options here:
    // "popup" is the default, the dictionary will show a pop-up when queried.
    // "phantom" will show the query result as a phantom
    // "pannel" will show the query result in an output pannel
    "format": "popup"
}
  • "popup": 弹出框形式展示.
    ESC Crtl+Shift+D 取消.

  • "phantom": 在当前单词下一行, 以"幽灵方块"的形式展示.
    Crtl+Shift+D 清除所有展示.

  • "pannel": 以传统的调度框展示在Sublime底部.

Change Log

  • 新增:

    • 腾讯智能文本翻译
    • 复制翻译内容到剪贴板
  • Bug:

    • popup显示格式上的调整
    • 金山词霸返回报错
    • 选词的Bug(选区长度不为0时, 'find_under_expand'会多选一个单词)
    • 单词有大写字母时, 查询不到结果的Bug.

About

一个非常好用的Sublime翻译插件

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 52.6%
  • CSS 47.4%