Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/junichi11/netbeans-encoding-plugin

Encoding Support
https://github.com/junichi11/netbeans-encoding-plugin

encoding netbeans netbeans-plugin

Last synced: about 2 months ago
JSON representation

Encoding Support

Awesome Lists containing this project

README

        

# 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](screenshots/nb-encoding-statusline.png)

## 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

- https://github.com/junichi11/netbeans-encoding-plugin/releases
- https://plugins.netbeans.apache.org/catalogue/?id=32

## Donation

- https://github.com/sponsors/junichi11

## Translations

- [README_es.md](README_es.md) - Español ([@javatlacati](https://github.com/javatlacati))

## License

[Common Development and Distribution License (CDDL) v1.0 and GNU General Public License (GPL) v2](http://netbeans.org/cddl-gplv2.html)

----
Cloned from `encoding module` of `main/contrib` repository. ([Tomas Zezula](https://github.com/tzezula))

Also see [https://netbeans.org/bugzilla/show_bug.cgi?id=114123](https://netbeans.org/bugzilla/show_bug.cgi?id=114123)