https://github.com/exbin/bined-eclipse-plugin
Hex viewer/editor plugin for Eclipse platform
https://github.com/exbin/bined-eclipse-plugin
eclipse-plugin
Last synced: 11 months ago
JSON representation
Hex viewer/editor plugin for Eclipse platform
- Host: GitHub
- URL: https://github.com/exbin/bined-eclipse-plugin
- Owner: exbin
- License: apache-2.0
- Created: 2018-09-01T19:26:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-24T18:34:45.000Z (over 1 year ago)
- Last Synced: 2024-12-31T21:12:19.680Z (about 1 year ago)
- Topics: eclipse-plugin
- Language: Java
- Homepage: https://bined.exbin.org/eclipse-plugin
- Size: 11.1 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changes.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
BinEd - Binary/Hex Editor - Plugin for Eclipse Platform
=======================================================
Hex editor/viewer plugin module for Eclipse platform.
Homepage: https://bined.exbin.org/eclipse-plugin/
Published as: https://marketplace.eclipse.org/content/bined-binaryhexadecimal-editor
Screenshot
----------

Usage
-----
* Use "Open With/BinEd Binary/Hex Editor" action in project explorer context menu
* Use "View as Binary" in Variables window
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
Known issues
------------
Plugin uses Swing components wrapped in SWT dialogs - it doesn''t fit native look and feel and have various rendering issues depending on system / java version.
Compiling
---------
Java Development Kit (JDK) version 8 or later is required to build this project.
To compile open this project in Eclipse. See. https://eclipse.org
Install Eclipse Project SDK via Help/Install New Software.
Use "Eclipse Application" run configuration to run/execute.
License
-------
Apache License, Version 2.0 - see LICENSE.txt