Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sublime Text 3 support #14

Open
simonexmachina opened this issue Oct 27, 2013 · 14 comments
Open

Sublime Text 3 support #14

simonexmachina opened this issue Oct 27, 2013 · 14 comments

Comments

@simonexmachina
Copy link

This package is not listed in Package Control in Sublime Text 3. Is ST3 supported?

@andrewmartin
Copy link

I'm having issues getting it to work in ST3, and not seeing anything in the Console.

Any chance we could get this rolling for ST3? I love this package.

@andrewmartin
Copy link

Here's what I'm seeing now in ST3 Console:

Traceback (most recent call last):
  File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 524, in run_
    return self.run(**args)
  File "/Users/andrewmartin/Library/Application Support/Sublime Text 3/Packages/JS2Coffee/JS2Coffee.py", line 13, in run
    output = self.js2coffee(contents)
  File "/Users/andrewmartin/Library/Application Support/Sublime Text 3/Packages/JS2Coffee/JS2Coffee.py", line 40, in js2coffee
    output, error = js2coffee.communicate(contents)
  File "X/subprocess.py", line 906, in communicate
  File "X/subprocess.py", line 1513, in _communicate
  File "X/subprocess.py", line 1608, in _communicate_with_poll
TypeError: 'str' does not support the buffer interface

@andrewmartin
Copy link

👍 for this 😄 I keep swapping over to ST2 on a daily basis to do simple things like convert a Gruntfile.js over to Coffee. Would love to have this work in ST3 if possible!

Thanks again for this awesome plugin.

@noctivityinc
Copy link

+1

2 similar comments
@willhoag
Copy link

+1

@miketucker
Copy link

+1

@mdtjr
Copy link

mdtjr commented Jul 12, 2014

  • 1,000

If my python were up to the challenge, I'd put in the debugging time myself. The plugin is just so damn useful.

@liverbool
Copy link

+2

@berkaytheunicorn
Copy link

+1

3 similar comments
@CurtisHumphrey
Copy link

+1

@TangMonk
Copy link

+1

@tsktsktsky
Copy link

+1

@kostasx
Copy link

kostasx commented Mar 1, 2016

The Sublime Text 3 version of the plugin can be found here

@voltechs
Copy link

For the record, to install the plugin @kostasx mentioned,

Command + Shift + P => Add Repository
enter the GitHub url... https://github.com/aziz/sublime-js2coffee
Then proceed to install it via package control.

BTW, I've made a PR to get this into the main package control repo: wbond/package_control_channel#6041

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests