Skip to content

Tags: jriy/ConvertToUTF8

Tags

1.2.11

Toggle 1.2.11's commit message
- Save the cache contents only when necessary

- Handle the unload event to avoid AttributeError (seanliang#68, thanks to @Timandes)

1.2.10

Toggle 1.2.10's commit message
- Add a new option "confidence" (seanliang#66, thanks to @doraemoncyx)

- A better handle for restoring selections (seanliang#67, thanks to @tianjun9)

1.2.9

Toggle 1.2.9's commit message
Restore folded regions after reloading (seanliang#49, thanks to @tiny…

…mins)

1.2.8

Toggle 1.2.8's commit message
- Added "convert_on_find" setting for converting the text in Find Res…

…ults view (defaults to false). (seanliang#39, thanks to @songenhin)

- A better handle on Codecs plugin
- Change all setting options to boolean type (true or false)
- Encode selection for empty file (seanliang#44 and seanliang#45, thanks to @knight9999 and @fyears)
- Sync chardet to version 2.3.0

1.2.7

Toggle 1.2.7's commit message
Merge pull request seanliang#41 from yoonian/master

Prevent warning message during converting cp949 file

1.2.6

Toggle 1.2.6's commit message
- Let user choose the encoding for possible UTF-8 files (seanliang#38,…

… thanks to @pierrewrs)

- Update outdated links

1.2.5

Toggle 1.2.5's commit message

1.2.4

Toggle 1.2.4's commit message
- Default value of "lazy_reload" option is changed to false

- If detected encoding is not suitable, its superset will be used

1.2.3

Toggle 1.2.3's commit message
Added "lazy_reload" setting. File will be saved to a temporary locati…

…on and be reloaded when its view loses focus.

1.2.2

Toggle 1.2.2's commit message
ConvertToUTF8 1.2.2 Changelog

New Features
- Added "Reload with Encoding" menu items and command (Thanks to @ArieShout)

Enhancements
- [ST3] Perform detection for file(s) opened before plugin is ready

Fixed
- [ST3] File remains in dirty after being saved