Skip to content

junichi11/netbeans-encoding-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9cdbe72 · Sep 27, 2022

History

98 Commits
Jun 20, 2020
Feb 17, 2019
Sep 15, 2017
Sep 27, 2022
Sep 5, 2017
Jun 20, 2020
Sep 27, 2022
Dec 10, 2015
Sep 27, 2022
Sep 27, 2022
Sep 27, 2022

Repository files navigation

NetBeans Encoding Plugin

This plugin opens/saves a file with a specified encoding.

Requirements

  • NetBeans8.2+

Open/Save in Encoding

File > Open/Save in Encoding...

Show encoding on the status line

Current file encoding will be shown on the status line. If you want to change encoding, Please click the encoding label. (Note: Then, file is closed once and opened again. i.e. File is reopened.)

screenshot

Search encodings

To search encodings, you can type something when the encoding list is shown. You can use and key to change the selected encoding. You can use Enter key to decide the encoding.

Hide the encoding list

Just type ESC key or click other than the encoding list.

Downloads

Donation

Translations

License

Common Development and Distribution License (CDDL) v1.0 and GNU General Public License (GPL) v2


Cloned from encoding module of main/contrib repository. (Tomas Zezula)

Also see https://netbeans.org/bugzilla/show_bug.cgi?id=114123