Show file information for the active editor in the status bar.
github.com/cypher256
☕Buy me a coffee
Features
Show file encoding and line ending
Line ending (separator) support showing CRLF, CR, LF and Mixed, can also be converted.
Change "Text File Encoding" setting by file property
To add the encoding, use Preference > General > Workspace > Text File Encoding > Other.
- Autodetect: Automatic detection by juniversalchardet and ICU4J
- Inheritance: Inherited from folder or project properties, workspace preferences
- Content Type: Determined from content type setting
'Autodetect: Set Automatically'
This only applies if the file properties encoding is not specified.
An automatically set is not enabled by default.
Add/Remove BOM is disable on Windows.
Changes
1.8.4 - 2017.08.05
- Add ICU4J support (juniversalchardet switchable)
- Disable BOM operations on Windows
1.8.0 - 2016.08.13
- Add folder properties hierarchy menu
- Add 'Oepn Setting File in Project' action
- Fix not shown encoding when editor all closed
- Improve handle resource in jar
- Improve charset label in menu
- Rename plugin name 'Encoding StatusBar' to 'Autodetct Encoding'
1.7.0 - 2016.07.28
- Add 'Add/Remove BOM' action
- Add file creation preferences shortcut
- Improve autodetect
- Improve determined from content
1.6.0 - 2016.07.18
- Add autodetect behavior option
- Add set automatically or show warning by autodetect
- Add pom editor Effective pom tab support
1.5.0 - 2016.07.03
- Add multi page editor support
- Add class editor support
- Add encoding label to menu
- Add package root properties menu
Original source: File Encoding Info
Tags: autodetect, automatic, detection, guess, encoding, change encoding, character set, status, line ending, line separator, line break, editor, file, show, display, BOM, UTF-8, MS932, BIG5
Additional Details
Eclipse Versions: Oxygen (4.7), Neon (4.6), Mars (4.5), Luna (4.4), Kepler (4.3), Juno (4.2, 3.8), Photon (4.8), 2018-09 (4.9), 2018-12 (4.10), 2019-03 (4.11), 2019-06 (4.12), 2019-09 (4.13), 2019-12 (4.14), 2020-03 (4.15), 2020-06 (4.16), 2020-09 (4.17), 2020-12 (4.18), 2021-03 (4.19)
Platform Support: Windows, Mac, Linux/GTK
Organization Name: Shinji Kashihara
Development Status: Production/Stable
Date Created: Saturday, June 11, 2016 - 21:10
License: EPL
Date Updated: Tuesday, June 4, 2024 - 21:44
Submitted by: Shinji Kashihara
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
December 2024 | 0/0 | 0 | 0 |
November 2024 | 205/658 | 83 | 16 |
October 2024 | 188/663 | 102 | 6 |
September 2024 | 182/642 | 118 | 13 |
August 2024 | 191/641 | 90 | 19 |
July 2024 | 192/663 | 96 | 15 |
June 2024 | 176/681 | 131 | 17 |
May 2024 | 188/682 | 120 | 17 |
April 2024 | 178/687 | 138 | 15 |
March 2024 | 188/694 | 144 | 11 |
February 2024 | 180/687 | 134 | 12 |
January 2024 | 215/691 | 97 | 14 |
Reviews Add new review
4K screen display is incomplete
Submitted by Drlux Drlux on Thu, 09/09/2021 - 20:53
Autodetect encoding is not fully displayed on the 4K (3840 x2160) screen, and the whole display is hidden a little lower. I hope to adjust it. Thank you
Re: 4K screen display is incomplete
Submitted by Shinji Kashihara on Wed, 09/22/2021 - 02:14
In reply to 4K screen display is incomplete by Drlux Drlux
Please vote for the Eclipse bug.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=471313
[Bug] Labels are cut off in Windows when at 200% scale on HiDPI.
Submitted by Shinji Kashihara on Sat, 02/03/2018 - 02:15
Please vote for the Eclipse bug.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=471313
I fixed this problem by Comment 12 workaround, but a problem also occurred in Comment 18.
> [github: Issue#10] Labels are cut off in Windows when at 200% scale on HiDPI.
> https://github.com/cypher256/eclipse-encoding-plugin/issues/10
Doesn't work reliably
Submitted by tom el on Mon, 07/31/2017 - 05:48
It's probably because of juniversalchardet, but this plugin doen't correctly distinguish between utf-8 and latin-1. File Encoding Info, which uses ICU, works more relyably for me.
Re: Doesn't work reliably
Submitted by Shinji Kashihara on Sat, 08/05/2017 - 08:24
In reply to Doesn't work reliably by tom el
1.8.4 - 2017.08.05
Add ICU4J support (juniversalchardet switchable)
I escaped from 'determine by contents' hell. thanks!
Submitted by Youngbae Jo on Mon, 05/15/2017 - 05:36
I escaped from 'determine by contents' hell. thanks!