colinta / SublimeStringEncode

Converts characters from one "encoding" to another using a transformation (think HTML entities, not character encodings)
Other
150 stars 22 forks source link

ST3 branch not working in ST3 3030 #5

Closed smlombardi closed 11 years ago

smlombardi commented 11 years ago

Downloaded the zip, installed in packages directory.

Run plugin command "url encode". Nothing happens. In the console, I get this:

Traceback (most recent call last):
  File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 549, in run_
    return self.run(edit)
  File "/Users/stevelombardi/Library/Application Support/Sublime Text 3/Packages/SublimeStringEncode/string_encode.py", line 17, in run
    replacement = self.encode(text)
  File "/Users/stevelombardi/Library/Application Support/Sublime Text 3/Packages/SublimeStringEncode/string_encode.py", line 119, in encode
    return urllib.quote(text)
AttributeError: 'module' object has no attribute 'quote'
colinta commented 11 years ago

I'm not supporting ST3 until Package Control launches support for both ST2 and ST3. I am accepting pull requests, though (FileDiffs and others are working, I'm pretty sure)

colinta commented 11 years ago

I should explain a little more: the st3 branches are experimental. I did what I could in a vague-hand-waving kind of way, but I'm way too swamped to take the time right now to install ST3 and get all my settings and plugins imported. Once Package Control adds support for multiple platforms it should be much easier. Until then, this branch is not really supported... :frowning: