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

added package structure & formatted via pep8 #22

Closed sadhasivam closed 9 years ago

sadhasivam commented 9 years ago
  1. added stringencode package and placed all escape variables into a separate file.
  2. run autopep8 on the python files.
colinta commented 9 years ago

Looks great! Thanks for the code cleanup!

colinta commented 9 years ago

@sadhasivam Are you using ST2? I'm fixing some bugs related to this PR, and I am looking for someone to make sure that it still works on ST2. (b1e93db)

sadhasivam commented 9 years ago

@colinta not at this moment. we upgraded ourselves to ST3. let me know if you need any help.