Governance-com / gearbox-sublime-sencha

Gearbox Sublime Gear - ExtJS and Sencha Touch plugin for Sublime Text
Other
31 stars 4 forks source link

Doesn't seem to work in Sublime Text 2.0.2 on Windows 7 #2

Open Asuza opened 9 years ago

Asuza commented 9 years ago

I was excited to give this plugin a try, but after I installed it through Package Control, it appears that all of its package settings just loaded empty files.

Additionally, it took over my Command Palette shortcut, so I couldn't access that as I normally would anymore.

What versions of Sublime Text does this plugin work on? Does it work at all on Windows?

Thanks.

Meaglin commented 9 years ago

Are you sure you have jsduck installed and is available in path?

The plugin should work on both s2 and s3 and on either windows or mac.

Asuza commented 9 years ago

I didn't realize that was a requirement. I'll see if I have permissions to set it up next week.

SAnDAnGE commented 9 years ago

I am using Sublime Text 3.

These are the contents of Default (Windows).sublime-keymap

[
  { "keys": ["ctrl+shift+p"], "command": "related_files"},
  { "keys": ["ctrl+shift+alt+p"], "command": "related_files_lucky"},
  { "keys": ["super+alt+p"], "command": "class_related_classes"},

  { "keys": ["ctrl+alt+r"], "command": "class_functions"},
  { "keys": ["ctrl+alt+shift+r"], "command": "class_functions_insert"},

  { "keys": ["ctrl+alt+y"], "command": "class_properties"},
  { "keys": ["ctrl+alt+shift+y"], "command": "class_properties_insert"},

  { "keys": ["f5"], "command": "restart_sublime"}
]

This would explain why command palette is not working anymore after installing this plugin, as for the empty config files... it seems to set something wrong in the path where sublime tries to open them.

Found this:

Unable to open /C/Users/User/AppData/Roaming/Sublime Text 3/Packages/gearbox-sublime-sencha/Default (Windows).sublime-keymap

the correct path for windows seems to be:

c:\Users\User\AppData\Roaming\Sublime Text 3\Packages\GearboxSencha\