Menu

[r50]: / trunk / javahexeditor / ReleaseNotes.txt  Maximize  Restore  History

Download this file

183 lines (139 with data), 6.1 kB

  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
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
javahexeditor, a java hex editor
Copyright (C) 2006, 2009 Jordi Bergenthal, pestatije(-at_)users.sourceforge.net
The official javahexeditor site is sourceforge.net/projects/javahexeditor
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
javahexeditor installation notes
--------------------------------
See http://javahexeditor.sourceforge.net/userGuide.html or
alternatively, the userGuide.html file in the source code
release.
javahexeditor change log
------------------------
28/6/2009 version 0.3.1.
Added replace option in Find dialog.
User guide available in plugin.
25/1/2009 version 0.3.0.
Bugfix: precompiled saving files bigger than 2 megs error.
Bugfix: undo restores unchanged text to black color.
Bugfix: plugin doesn't activate menu options after "Select All".
Added user guide in standalone.
16/9/2008, version 0.2.9.
Enable [Alt Gr] input.
Bugfix: ensure whole screen has data after undo/redo.
1/8/2008, version 0.2.8.
Bugfixes for SWT 3.4: re-setting font crash; lost overwrite caret.
Bugfix: plugin recognises text editor location provider input.
9/7/2008, version 0.2.7.
Bugfix: scrolling up freezes editor in SWT 3.4.
Bugfix: lost selection when scrolling.
5/7/2008, version 0.2.6.
Bugfix(1990431): in plugin, Eclipse 3.3, external file open error.
Bugfix: crash when opening a file with no read access.
Enabled drag-select.
Precompiled accepts command parameter in the same way as
standalone.
11/6/2008, version 0.2.5.
Bugfix: searching for a new literal leaks previous Finder object.
Added win32 precompiled release.
27/5/2008, version 0.2.4.
Bugfix: close unreferenced files before saving.
20/3/2008, version 0.2.3.
Added overwrite and unfocused carets.
Added undo/redo inserts/overwrites.
10/2/2008, version 0.2.2.
Preferences dialog: font list loaded asynchronously.
Bugfix: empty font list in ubuntu.
Bugfix: saving new file crash.
19/1/2008, version 0.2.1.
Bugfix: plugin could not open external files.
Bugfix: undo/redo: single deletes merging not working.
Bugfix: undo/redo: insert then delete not working.
Bugfix: font sizes 1 and 2 not used anymore.
Bugfix: file drop-open not working in linux.
1/1/2008, version 0.2.0.
Added file drop-open to standalone.
Bugfix: clear finder cache if user modifies data.
Added undo/redo deletes.
Bugfix: plugin actions were enabled/disabled when showing menu
only.
27/5/2007, version 0.1.9.
Bugfix: some scrolls were shuffling lines at the top or bottom
of the screen.
18/4/2007, version 0.1.8.
Bugfix for File->New crash.
24/3/2007, version 0.1.7.
Bugfix: save-as or save-selection-as won't overwrite files used
for reading.
Added optional command parameter: file to edit.
25/1/2007, version 0.1.6.
Bugfix: javahexeditor crashed when re-finding after a save.
16/10/2006, version 0.1.5.
Bugfix: javahexeditor crashed when combining a large shell with
very small fonts.
Bugfix: preferences dialog was showing error messages in linux.
Bugfix: caret position and caret line color unsincronized,
sometimes causing crashes.
8/10/2006, version 0.1.4.
Added font preferences.
Bugfix: selection was not shown after pasting or trimming.
15/9/2006, version 0.1.3.
Enabled editing in text area.
10/9/2006, version 0.1.2.
'Go to' highlights location position.
Bugfix: text area is now updated when overwriting.
25/8/2006, version 0.1.1.
Added 'new file' and trim options.
5/8/2006, version 0.1.0.
Added 'go to' shortcut key in plugin.
Previous input is now selected when reopening find and 'go to'
dialogs.
28/7/2006, version 0.0.9.
Added 'go to' option.
Bugfix: in Eclipse, an error was shown when javahexeditor was the
first editor being opened.
Bugfix: standalone crashed when clicking inside the text area and
dragging the mouse past the bottom.
Defined default button for find dialog.
23/7/2006, version 0.0.8.
Added 'save as' and 'save selection as' options.
Bugfix, now can correctly insert at end of file.
User interface response optimized (event queue emptied before
redraw).
30/6/2006, version 0.0.7.
Added binary cut copy and paste, and text cut and copy.
Bugfix, shift + mouse click now correctly selects data.
Finished rendering of background vertical hint lines.
18/6/2006, version 0.0.6.
Added pasting of text and files.
Added standalone release.
11/6/2006, version 0.0.5.
Added single and block delete.
Bugfix, now multiple open files share the same status display.
Code rearranged: added Manager class to decouple javahexeditor from
Eclipse.
5/6/2006, version 0.0.4.
Added insert mode.
14/5/2006, version 0.0.3.
Small bugfix, now can handle files of size 21 Gbytes+
13/5/2006, version 0.0.2.
Find functionality revamped: forward/backwards, ignore case, only one find
dialog open at a time, find dialog reopened restores previous status, only
one text box for hex/text, dynamic update of related controls after user
interaction, plus, now when finding, a reposition in the editor does
reposition find start.
6/5/2006, version 0.0.1. First beta release.
First version that can be called a java hex editor. Released as an Eclipse
plugin.
Basic file viewing/browsing, hex unicode and ascii find, hex overwriting,
and file saving.
Support for very big files.
MongoDB Logo MongoDB