Aquileo | Recent changes to feature-requestshttps://sourceforge.net/p/hexplorer/feature-requests/2012-07-20T13:58:40ZRecent changes to feature-requestsAquileo | byte offset display: radix, # of digits2012-07-20T13:58:40Z2012-07-20T13:58:40ZEdward Stauffhttps://sourceforge.net/u/edstauff/https://sourceforge.nete1e81108f728e85d8508d51968e65b69efcda6a1<div class="markdown_content"><p>Add an option for selecting the radix of the byte offset display (that appears to the left of the data). Put it in both the Options dialog and the context menu for the byte offset display.<br /> Add an option for selecting the number of digits in the byte offset display, including a selection for "automatic", which would use only as many digits as necessary (based on the length of the file).</p></div>Aquileo | improve font support2012-07-20T13:48:58Z2012-07-20T13:48:58ZEdward Stauffhttps://sourceforge.net/u/edstauff/https://sourceforge.net762192afe20a3bf93edf64113cc5190bf05b175b<div class="markdown_content"><p>Options should allow the use of any fixed-pitch font that's available. Even more important: allow the user to select the font size (independent of the font). Ideally, put a slider on the main window for quickly adjusting the font size.</p></div>Aquileo | Set Unicode encoding name for view2011-10-13T19:56:03Z2011-10-13T19:56:03ZGary Gregoryhttps://sourceforge.net/u/garydgregory/https://sourceforge.net74a8f594b0c7f7284920f200b561f5c2b4878229<div class="markdown_content"><p>Add the ability to set the set the Unicode encoding name for the view. I am working with non-ASCII documents and being able to set the encoding name would help, for example "enc-jp" for a Japanese code page.</p></div>Aquileo | 16 bit checksum2009-11-28T22:14:04Z2009-11-28T22:14:04ZAnonymoushttps://sourceforge.net/u/userid-None/https://sourceforge.net09bc6ec51304558eee11d1fb64464592633c455d<div class="markdown_content"><p>The 16 bit checksum should be calculated by taking the sum of the bytes. Hexplorer does this wrong. It flips the first 2 bytes, then it flips the next 2 bytes, then it either adds or subtracts them based on what the outcome will be. This may be a good type of encryption, but it is not the proper way to calculate the checksum.</p></div>Aquileo | Extensions to Structures2007-08-27T06:42:43Z2007-08-27T06:42:43ZMatthias Scheriauhttps://sourceforge.net/u/cyberbrain/https://sourceforge.netefdf773389a0e6c25cd8603b4d6362cc09c6027a<div class="markdown_content"><p>In the structures, also data types with a number of bytes that is not "usual" should be usable - e.g. a three-byte integer. (of course, LSB or MSB first has to be specified there too)</p> <p>It also would be nice to have structs with variable length: especially for strings more flexibility would be nice. (C strings with 0 (zero) termination AND pascal strings with the length specified in another integer of any length at the beginning of the string.)</p></div>Aquileo | JPG in Pixel View2007-08-16T10:46:29Z2007-08-16T10:46:29Zsfsthttps://sourceforge.net/u/sfst/https://sourceforge.neta3269b22df109610cbc74e7c462866c6dc985633<div class="markdown_content"><p>If this project isn't dead it would be great if in Pixel View the JPG format could be implemented.</p> <p>BTW: The Pixel View is an extremely interesting feature. I once had to help somebody getting pictures out of a damaged WinWord document (she didn't keep the original ones). I wish I had Hexplorer at that time.</p></div>Aquileo | Horizontial Scroll Bar2007-02-09T17:56:56Z2007-02-09T17:56:56ZAnonymoushttps://sourceforge.net/u/userid-None/https://sourceforge.net4b76642438ba34c71ab3d6f92c44ca959a79beb6<div class="markdown_content"><p>I use this wonderful program to view saved Continuous bitstream files. The bitstream is really a collection utime interval scans of user defined data points. This program works great for this purpose. Its ability to adjust the number of displayed colums along with color adjusted value display, allows direct scan to scan field comparison and the ability to detect trends by setting one scan per line. Sometimes the length of an individual scan can be over 256 bytes. In these cases the only way to see all the data means wrapping the lines or changing the font to size where it becomes unreadable.</p> <p>Thanks again for a great program.</p> <p>greg.</p></div>Aquileo | Pixelview extension2006-05-15T04:59:22Z2006-05-15T04:59:22ZAnonymoushttps://sourceforge.net/u/userid-None/https://sourceforge.net6849898dc5b71d3d4c503ba3daf1e3a06dde6d05<div class="markdown_content"><p>Opening a BMP file and using Pixel View (a very <br /> interesting feature BTW) doesn't show the picture - <br /> just a mess of pixels (even if the correct number of <br /> columns is set and the correct anmount of bits per <br /> pixel).<br /> My guess is that the way the data is interleaved is <br /> important too: e.g. either it is rrrrrgggggbbbbb or <br /> rgbrgbrgbrgbrgb<br /> So maybe there must be more options for this feature.</p></div>Aquileo | A "binary" display option?2004-11-17T00:52:30Z2004-11-17T00:52:30ZSole Architecthttps://sourceforge.net/u/yoitsmeremember/https://sourceforge.netff56ca305bfaf75c8b8c3853f867a7da9d3b1f7d<div class="markdown_content"><p>First of all, let me say thanks for the great program!</p> <p>One feature I would be interested in would be the<br /> option to display "binary" data as well as it's built<br /> in hex display. While I do realize this is a "hex"<br /> editor, and that you can lookup the binary value of the<br /> hex digit very easily (under "Simple data types") I<br /> find it more convenient sometimes to edit the binary<br /> directly from the 1's an 0's. True, it would take up a<br /> lot of space on the screen, but the convenience of it<br /> would be more than worth the cost of displaying less<br /> data on the screen.</p> <p>Again, thanks for the hex editor. I use it all the<br /> time. :D</p></div>Aquileo | shift-page down2004-09-22T09:03:45Z2004-09-22T09:03:45ZTomDeManhttps://sourceforge.net/u/tomdeman/https://sourceforge.netf3de45a47a2df6b470bf15865c4fbf771cac8dcf<div class="markdown_content"><p>shift down adds another line to the selection = OK<br /> shift pagedown should add another page to the selection <br /> (handy for selecting larger portions of data)</p> <p>Love your hexplorer. I was a bit reluctant because of <br /> the name (made me think of M$ explorer) and I was <br /> afraid it would be a windows explorer plugin or <br /> something, but it's a standalone nice looking program !</p></div>