chinakids / atom-simplified-chinese-menu

Atom 的简体中文汉化扩展,目前最全的汉化包。包含菜单汉化、右键菜单汉化以及设置汉化
MIT License
1.33k stars 141 forks source link

Uncaught TypeError: settingsTab.attribute is not a function #15

Closed luciferwoo closed 7 years ago

luciferwoo commented 8 years ago

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 1.4.0 System: Mac OS X 10.11.2 Thrown From: simplified-chinese-menu package, v3.4.4

Stack Trace

Uncaught TypeError: settingsTab.attribute is not a function

At /Users/Lucifer/.atom/packages/simplified-chinese-menu/lib/main.coffee:31

TypeError: settingsTab.attribute is not a function
    at ChineseSetting.delay (/Users/Lucifer/.atom/packages/simplified-chinese-menu/lib/main.coffee:31:19)
    at /Users/Lucifer/.atom/packages/simplified-chinese-menu/lib/main.coffee:1:1

Commands

Config

{
  "core": {
    "disabledPackages": [
      "markdown-preview"
    ],
    "openEmptyEditorOnStart": false,
    "themes": [
      "one-dark-ui",
      "chester-atom-syntax"
    ]
  }
}

Installed Packages

# User
atom-django, v0.3.2
autocomplete-paths, v1.0.2
autocomplete-python, v1.5.1
chester-atom-syntax, v0.1.1
color-picker, v2.1.0
django-templates, v0.5.0
docblockr, v0.7.3
emmet, v2.4.1
file-icons, v1.6.14
header-42, v0.3.0
highlight-column, v0.5.0
highlight-line, v0.11.0
highlight-selected, v0.11.1
language-arduino, v0.4.1
language-docker, v1.1.6
markdown-preview-plus, v2.2.2
pigments, v0.20.0
project-manager, v2.7.5
python-tools, v0.6.7
simplified-chinese-menu, v3.4.4
symbols-tree-view, v0.11.0
travis-ci-status, v1.0.0

# Dev
No dev packages
chinakids commented 8 years ago

请使用3.2.6版本,已经修复此问题