wok diff ghex/description.txt @ rev 22583
updated cc65 (2.13.3 -> 2.18)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jan 07 14:14:48 2020 +0100 (2020-01-07) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ghex/description.txt Tue Jan 07 14:14:48 2020 +0100 1.3 @@ -0,0 +1,5 @@ 1.4 +GHex is a simple binary editor. It lets users view and edit a binary file in 1.5 +both hex and ascii with a multiple level undo/redo mechanism. Features include 1.6 +find and replace functions, conversion between binary, octal, decimal and 1.7 +hexadecimal values, and use of an alternative, user-configurable MDI concept 1.8 +that lets users edit multiple documents with multiple views of each.