js-beautify-sublime icon indicating copy to clipboard operation
js-beautify-sublime copied to clipboard

Repo is alive ?

Open thaiat opened this issue 10 years ago • 4 comments

Is this repo still alive ?

thaiat avatar Jul 06 '15 07:07 thaiat

Doesn't look like it. Plugin on package manager stopped working as well.

'Traceback (most recent call last): File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 74, in reload_plugin m = importlib.import_module(modulename) File "./importlib/init.py", line 90, in import_module File "", line 1584, in _gcd_import File "", line 1565, in _find_and_load File "", line 1532, in _find_and_load_unlocked File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 678, in load_module exec(compile(source, source_path, 'exec'), mod.dict) File "jsbeautify in /Users/admin.jbyrd/Library/Application Support/Sublime Text 3/Installed Packages/Javascript Beautify.sublime-package", line 72 print "hello" ^ SyntaxError: invalid syntax '

jabyrd3 avatar Jul 22 '15 17:07 jabyrd3

That should be an easy fix - just need to change the line print "hello" to use print("hello"). The line without parens is invalid Python 3 syntax.

larryprice avatar Jul 23 '15 12:07 larryprice

sorry to reply delay

yes , it is alive , but currently I am busy with another project , so it is a bit delay update , but it is very welcome anyone pull request

Thanks.

enginespot avatar Jul 23 '15 12:07 enginespot

It doesn't seems like it. There's a PR from last year with no activity https://github.com/enginespot/js-beautify-sublime/pull/12.

a0viedo avatar Aug 07 '15 15:08 a0viedo