Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cypher256/eclipse-encoding-plugin
Show file encoding and line ending for the active editor in the eclipse status bar. Encoding can be changed by right click. Line ending support showing CRLF, CR, LF and Mixed.
https://github.com/cypher256/eclipse-encoding-plugin
Last synced: about 2 months ago
JSON representation
Show file encoding and line ending for the active editor in the eclipse status bar. Encoding can be changed by right click. Line ending support showing CRLF, CR, LF and Mixed.
- Host: GitHub
- URL: https://github.com/cypher256/eclipse-encoding-plugin
- Owner: cypher256
- License: epl-1.0
- Created: 2016-06-11T08:20:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-05T06:37:57.000Z (7 months ago)
- Last Synced: 2024-06-05T07:46:37.912Z (7 months ago)
- Language: Java
- Homepage: https://marketplace.eclipse.org/content/autodetect-encoding
- Size: 11.3 MB
- Stars: 46
- Watchers: 5
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Autodetect Encoding Eclipse Plugin
[![GitHub Sponsor](https://img.shields.io/static/v1?label=Buy%20me%20a%20coffee&message=%E2%9D%A4&logo=coffeescript&color=orange&style=for-the-badge)](https://github.com/sponsors/cypher256)Show file information for the active editor in the Eclipse status bar.
## Install
**First way**
Eclipse > Help > Eclipse Marketplace... > Search "Autodetect Encoding"
https://marketplace.eclipse.org/content/autodetect-encoding**Second way**
[Marketplace Web Page](https://marketplace.eclipse.org/content/autodetect-encoding)## Features
**Show file encoding and line ending**
Line ending support showing CRLF, CR, LF and Mixed, can also be converted.
![](image/ending_select.jpg)**Change "Text File Encoding" setting by file property**
To add the encoding, use Preference > General > Workspace > Text File Encoding > Other.
![](image/encoding_select.jpg)
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.
## License
[Eclipse Public License - v 1.0](https://www.eclipse.org/legal/epl-v10.html)
Copyright (c) 2016- Shinji Kashihara and others. All rights reserved.
Original source: [ystsoi/eclipse-fileencodinginfo](https://github.com/ystsoi/eclipse-fileencodinginfo)