OK, I tried reinstalling Sublime. It didn't change anything, but I then went in and deleted the Sublime Text 3 folder, which contained package manager files and package files. This file wasn't changed during the reinstall. I then was able to start from scratch, reinstall package manager and can now...
sublimetext2,sublimetext3,sublime-text-plugin,package-control
In the command palette search for "Package Control: List Package" There you will see v<version number> under the package name.
Open a .coffee file, then go to View -> Syntax -> Open all with current extension as... -> CoffeeScript. Now, any time you open a CoffeeScript file it should have the correct syntax highlighting.
sublimetext,sublimetext3,package-control
The most likely explanation is that you already installed ColorPicker at some point, and this is the reason it's not showing up in the searches you do via the Command Palette, such as using Package Control: Install Package. Go to Preferences -> Package Settings -> Package Control -> Settings-User and...
python,sublimetext2,virtualenv,pylint,package-control
If you have installed pylint into your virtualenv, editing the project-file like this should fix it "settings": { "pylinter": { "python_bin": "path/to/your/virtualenv" } } See: https://github.com/biermeester/Pylinter#project-settings and https://github.com/biermeester/Pylinter/issues/4...