SublimeText / CoffeeScript

Syntax highlighting and checking, commands, shortcuts, snippets, watched compilation and more.
439 stars 64 forks source link

Does not work in ST3 #195

Closed brandoncc closed 2 months ago

brandoncc commented 10 years ago

I have tried installing using package control but it doesn't show up in the list. Because of that, I have installed by cloning it. ST3 does not recognize that I have cloned it into my Packages directory. I have also tried putting it in my Packages/User directory.

Kamilius commented 9 years ago

Same problem for me. Just tried to install it via package control, but it simply doesn't show up in the list

flafla commented 9 years ago

You can add repo into PackageControl (Preferences -> Package Settings -> Package Control -> Settings - User) settings:

"cache_length": 30,
"repositories":
[
    "https://github.com/wbond/sublime_package_control.git",
    "https://github.com/aponxi/sublime-better-coffeescript"
]

and you'll see new package "sublime-better-coffeescript" in package installing list

brandoncc commented 9 years ago

I didn't know that. Thanks!

markalfred commented 9 years ago

Any chance it could have been marked as "Disabled" due to a Sublime issue when updating the package?

Maybe related to this?

Kamilius commented 9 years ago

Thanks. But I've solved it by downloading and installing manualy from Sublime text packages web-site