Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/junichi11/netbeans-encoding-plugin
- Owner: junichi11
- Created: 2013-11-15T12:05:53.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-09-27T14:01:49.000Z (about 2 years ago)
- Last Synced: 2024-10-04T16:15:53.839Z (2 months ago)
- Topics: encoding, netbeans, netbeans-plugin
- Language: Java
- Homepage: http://plugins.netbeans.org/plugin/60487/encoding-support
- Size: 125 KB
- Stars: 27
- Watchers: 7
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- awesome-netbeans - NetBeans Encoding Plugin - Encoding support. (:electric_plug: Plugins <a name="plugins"></a> / Development)
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)