https://github.com/exbin/bined-netbeans-plugin
Hex viewer/editor plugin for NetBeans platform
https://github.com/exbin/bined-netbeans-plugin
netbeans-plugin
Last synced: 11 months ago
JSON representation
Hex viewer/editor plugin for NetBeans platform
- Host: GitHub
- URL: https://github.com/exbin/bined-netbeans-plugin
- Owner: exbin
- License: apache-2.0
- Created: 2016-05-28T21:36:50.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-07-28T20:51:19.000Z (11 months ago)
- Last Synced: 2025-07-28T22:29:46.448Z (11 months ago)
- Topics: netbeans-plugin
- Language: Java
- Homepage: https://bined.exbin.org/netbeans-plugin
- Size: 7.57 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: changes.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
BinEd - Binary/Hex Editor - NetBeans Plugin
===========================================
Hex viewer/editor plugin module for NetBeans platform.
Homepage: https://bined.exbin.org/netbeans-plugin
Published as: https://plugins.netbeans.apache.org/catalogue/?id=59
Screenshot
----------

Features
--------
* Visualize data as numerical (hexadecimal) codes and text representation
* Codes can be also binary, octal or decimal
* Support for Unicode, UTF-8 and other charsets
* Insert and overwrite edit modes
* Searching for text / hexadecimal code with found matches highlighting
* Support for undo/redo
* Support for files with size up to exabytes
* Show debug variables as binary data
Compiling
---------
Java Development Kit (JDK) version 8 or later is required to build this project.
For project compiling Gradle build system is used: https://gradle.org
You can either download and install gradle or use gradlew or gradlew.bat scripts to download separate copy of gradle to perform the project build.
Build command: "gradle build nbm"
Current deployment version is built with Java 8 and Gradle 4.6.
License
-------
Apache License, Version 2.0 - see LICENSE.txt