atom / encoding-selector

Pick an encoding for the current editor
MIT License
21 stars 26 forks source link

Encoding stop working when u open 2 files #12

Closed Azakur4 closed 9 years ago

Azakur4 commented 9 years ago

To reproduce do this steps:

  1. open a file and change the encoding to window 1252.
  2. open a second file and try to change the encoding.

when u open the second file the encoding stop work and u cant change anymore the encoding on any file that u open after.

kevinsawicki commented 9 years ago

Sorry about this, it regressed as part of the migration away from deprecated APIs in #11, it will be fixed in the next Atom release, 0.156

Azakur4 commented 9 years ago

thanks for the fast reply im working with files with windows 1252 encoding and i have to install sublime again to work with this but is good to know this gonna be fixed in next version.

Great job and thanks.

kevinsawicki commented 9 years ago

0.156 is now out with this fix in it, thanks again for reporting it