|
1 | | -Delta Hexadecimal Library |
2 | | -========================= |
3 | | - |
4 | | -Hexadecimal viewer/editor component library for Java / Swing. |
5 | | - |
6 | | -Homepage: http://deltahex.exbin.org |
7 | | - |
8 | | -Features |
9 | | --------- |
10 | | - |
11 | | -- Data as hexadecimal codes and text preview |
12 | | -- Insert and overwrite edit modes |
13 | | -- Support for selection and clipboard actions |
14 | | -- Scrollbars fixed or optional, character/line or pixel precision |
15 | | -- Support for showing unprintable/whitespace characters |
16 | | -- Support for undo/redo |
17 | | -- Support for charset/encoding selection |
18 | | -- Codes can be also binary, octal or decimal |
19 | | -- Support for code and matching highlighting |
20 | | -- Support for huge files |
21 | | - |
22 | | -Todo |
23 | | ----- |
24 | | - |
25 | | -- Delta mode - Only changes are stored in memory |
26 | | - |
27 | | -License |
28 | | -------- |
29 | | - |
30 | | -Apache License, Version 2.0 - see LICENSE-2.0.txt |
31 | | - |
32 | | -Usage |
33 | | ------ |
34 | | - |
35 | | -Please see deltahex-example application and sources. |
36 | | - |
| 1 | +Delta Hexadecimal Library |
| 2 | +========================= |
| 3 | + |
| 4 | +Hexadecimal viewer/editor component library for Java. |
| 5 | + |
| 6 | +Homepage: http://deltahex.exbin.org |
| 7 | + |
| 8 | +Features |
| 9 | +-------- |
| 10 | + |
| 11 | +- Data as hexadecimal codes and text preview |
| 12 | +- Insert and overwrite edit modes |
| 13 | +- Support for selection and clipboard actions |
| 14 | +- Scrollbars fixed or optional, character/line or pixel precision |
| 15 | +- Support for showing unprintable/whitespace characters |
| 16 | +- Support for undo/redo |
| 17 | +- Support for charset/encoding selection |
| 18 | +- Codes can be also binary, octal or decimal |
| 19 | +- Support for code and matching highlighting |
| 20 | +- Support for huge files |
| 21 | +- Delta mode - Only changes are stored in memory |
| 22 | + |
| 23 | +License |
| 24 | +------- |
| 25 | + |
| 26 | +Apache License, Version 2.0 - see LICENSE-2.0.txt |
| 27 | + |
| 28 | +Usage |
| 29 | +----- |
| 30 | + |
| 31 | +Please see deltahex-example application and sources. |
| 32 | + |
0 commit comments