Okay, since there have been 15323893 comments about the new kpanel menu layout today it may be nice with something completely different :-) As usual, khexedit can be downloaded from http://home.sol.no/~espensa/khexedit/ I will upload to ftp.kde.org, but it may take some time before it becomes available there. It will only work for Qt-1.4.x (sorry, Qt-2.x not tested yet) Here are the changes: * Bugfix: Commandline file arguments was read but not used. * Bugfix: Incorrect redrawing of cursor if horizontal scrollbar was visible and the scrollbar was moved to the right. * The "Conversion Field" can now be displayed in its own window outside the editor window (floating display) * The "Binary" entry in "Conversion Field" can now display a window of bit values (window size 1-16 bits). Eg, if the cursor is located on bit 2 and the window size is 8, 3 bits (LSB) of the first byte is displayed and 5 bits (MSB) of the next. Hence the bit view is not constrained to the byte boundary. Idea: Craig Graham * Binary Filter: (new methods) 1) Bit swapping (eg, swap bit 0 and 5) Idea: Leon Lessing, 2) Bit reversal (eg, 00000011 transforms to 11000000) 3) Bit rotation (eg, 00001011 can be rotated to 01100001) 4) Bit shift (eg, 00001011 can be shifted to 00000001) * Command line option: "-offset ", moves the cursor in the displayed document on startup. can be hexadecimal or decimal. * Extended documentation. -- Espen Sand