-
Notifications
You must be signed in to change notification settings - Fork 5
/
khexeditor_readme.txt
72 lines (57 loc) · 1.67 KB
/
khexeditor_readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Software: KhexEditor component for Delphi and Lazarus
Original authorship: Tomas Krysl (tk@tkweb.eu)
-------------------
NOTE:
-------------------
This readme only covers the KHexEditor component.
Refer to kcontrols_readme.txt for installation requirements and other information.
PLANNED:
-------------------
- improve performance for non-Win32 widget sets in Lazarus
- byte swaps (Little and Big Endian)
- considering: visual control of modified text
KNOWN PROBLEMS:
-------------------
Delphi common:
-none, best performance
Lazarus common:
-slow performance on non-Win32 widget sets
VERSION HISTORY - NEW KCONTROLS PACKAGE
-------------------
VERSION HISTORY - OLD KHEXEDITOR PACKAGE ONLY
-------------------
Version 1.5 (November 2010)
Added:
-Append method to append data at a position
Modified:
-packages for Delphi XE
Version 1.4 (October 2009)
Modified:
-printing and previewing to comply with kcontrols.pas
-update to Delphi 2010
-port to Lazarus
Version 1.3 (October 2008)
Modified:
-update to Delphi 2009
Version 1.22 (January 2008)
Modified:
-packages included for newer Delphi
Version 1.21 (June 2006)
Modified:
-bugs fixed when no printer installed
Version 1.2 (June 2006):
Added:
-runtime package
-UpdateCharMetrics method
-keyboard features into TKHexEditorPrintPreview
Modified:
-UpdateScrollRange modified to avoid
design-time exceptions in the IDE
-minor bugfixes
Version 1.1 (May 2006):
Added:
-print preview - new component (KHexEditorPreview.pas)
-PaintTo method to paint the outline to another canvas
Modified:
-little modifications
Version 1.0 (April 2006): Initial release