• Login
Community
  • Login

Display a Binary file in Column format

Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
8 Posts 4 Posters 12.4k Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • ?
    A Former User
    last edited by Sep 6, 2020, 5:59 PM

    Can a Binary file be Displayed in Column format?

    A 1 Reply Last reply Sep 6, 2020, 6:16 PM Reply Quote 0
    • A
      Alan Kilborn @A Former User
      last edited by Sep 6, 2020, 6:16 PM

      @Leroy-Hindman

      This is so wrong of a question to ask about a text editor, that I’m not surprised you asked it twice in two threads.

      ANSWER: Don’t use a text editor to edit binary files.

      Given that you are going to continue using a text editor to edit binary files, what do you mean by “column format”?

      1 Reply Last reply Reply Quote 0
      • ?
        A Former User
        last edited by Sep 6, 2020, 6:45 PM

        Not going to edit the file just want to look at it.
        What I mean by column format is for every record in the
        file it has 2 columns. NotePad++ is putting the entire file on
        one line.

        A 1 Reply Last reply Sep 6, 2020, 7:25 PM Reply Quote 0
        • ?
          A Former User
          last edited by Sep 6, 2020, 6:50 PM

          Never mind I got.

          1 Reply Last reply Reply Quote 0
          • A
            Alan Kilborn @A Former User
            last edited by Sep 6, 2020, 7:25 PM

            @A-Former-User said in Display a Binary file in Column format:

            NotePad++ is putting the entire file on
            one line.

            Well, that’s because it is a text editor.
            And text editors consider a line to be something that ends with a carriage-return + line-feed, or just a line-feed, or just a carriage-return.
            Thus Notepad++ isn’t wrapping any lines in your file because it is not of text format, so there is nothing to wrap.
            You need to adjust your thinking to what you are trying to do with what tools/data, and not think that Notepad++ should adapt itself to what you are attempting.

            1 Reply Last reply Reply Quote 0
            • D
              Daniel Fuchs
              last edited by Sep 8, 2020, 7:14 AM

              I can only think of using the Hex-Editor plug-in.

              1 Reply Last reply Reply Quote 3
              • K
                KnIfER
                last edited by Sep 17, 2020, 10:57 AM

                This post is deleted!
                1 Reply Last reply Reply Quote 0
                • K
                  KnIfER
                  last edited by Sep 17, 2020, 11:02 AM

                  I implemented step#1 : Display a Binary file.

                  The Next Goal : Column Mode

                  The binary mode will fix all ‘incorrect data’ issues of the HexEditor Plugin

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post
                  The Community of users of the Notepad++ text editor.
                  Powered by NodeBB | Contributors