Re: Hex mode and how key END works

Re: Hex mode and how key END works

48
Basic UserBasic User
48

    May 19, 2005#1

    Two weeks ago, I've noticed a possible minor bug in UE hex mode.
    After two hotfixes isn't fixed yet, so I suspect that either IDM developers forgot my bug report, or they weren't able to reproduce it.

    Steps to reproduce...

    Open any file in hex mode.
    Just press END key

    Cursor should move to the last byte of current line. Instead that, it moves to the first column of next line.

    Could you please confirm that ?

    20
    Basic UserBasic User
    20

      May 19, 2005#2

      Confirmed. Same problem here.

      6
      NewbieNewbie
      6

        May 20, 2005#3

        I have the same problem with Version 10.20d+.
        You should it report again to IDM.

        48
        Basic UserBasic User
        48

          May 20, 2005#4

          So this small problem was in v10.xx too. I was not able to test this, I only use 11.xx now.

          I will report that again, thank you folks

          6,604548
          Grand MasterGrand Master
          6,604548

            May 20, 2005#5

            Is it really a bug? Although it is strange, it looks like on purpose.

            Home sets the cursor to first character of the current line in hex area.

            End sets the cursor to first character of the next line in ascii area.

            That End goes to next line is definitivly not OK.

            But the idea with Home to first character in hex area and End to first character in ascii area make sense.
            Best regards from an UC/UE/UES for Windows user from Austria

            48
            Basic UserBasic User
            48

              May 20, 2005#6

              Mofi wrote:That End goes to next line is definitivly not OK.
              But the idea with Home to first character in hex area and End to first character in ascii area make sense.
              That's right Mofi, Home to first hex byte and End to last ascii char, is the preferable behavior.

              The problem is line advance. If you keep pressing End, cursor jumps to next line up to EOF.

              2
              NewbieNewbie
              2

                May 26, 2005#7

                Hello,

                another question related to hex mode. The Offsets of the first byte (Menubar, Search, Character Properties) is displayed as 0xB / 11dec?

                Christian

                48
                Basic UserBasic User
                48

                  May 26, 2005#8

                  Chrisi, it looks that you've just found another issue.