Community

    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Feature request: convert radix of a number on each line

    General Discussion
    3
    5
    281
    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.
    • Adam Yik
      Adam Yik last edited by

      Say I want to convert multiple numbers, in this example, convert hex to binary:

      0
      A
      F
      2
      7
      

      When doing that, they will be replaced with:

      0
      1010
      1111
      10
      111
      

      When googling to convert radix, they list only the ASCII or other character encoding, and I hate having to manuelly convert one number at a time.

      Alan Kilborn 1 Reply Last reply Reply Quote 0
      • Alan Kilborn
        Alan Kilborn @Adam Yik last edited by

        @Adam-Yik

        Sounds like a job for a scripting plugin, not Notepad++ itself.

        1 Reply Last reply Reply Quote 1
        • rinku singh
          rinku singh last edited by rinku singh

          Npp_Hex_2_binary_x86_plugin

          Npp_Hex_2_binary_x64_plugin

          1 Reply Last reply Reply Quote 3
          • Adam Yik
            Adam Yik last edited by Adam Yik

            Thanks. Really hope someone take this, add more features (like you have two boxes, the “from” and the “two”, which only accepts a decimal integer ranging from 2-36, this is the radix, similar to javascript’s [parseInt(string, radix)] and [number.toString(radix)]), and post this to a “submission section” (as in, a public place containing lots of plugins for notepad++, and/or also available on the menubar -> Plugins -> Plugins Admin -> Available tab).

            rinku singh 1 Reply Last reply Reply Quote 0
            • rinku singh
              rinku singh @Adam Yik last edited by rinku singh

              @Adam-Yik said:

              Thanks. Really hope someone take this, add more features (like you have two boxes, the “from” and the “two”, which only accepts a decimal integer ranging from 2-36, this is the radix, similar to javascript’s [parseInt(string, radix)] and [number.toString(radix)]), and post this to a “submission section” (as in, a public place containing lots of plugins for notepad++, and/or also available on the menubar -> Plugins -> Plugins Admin -> Available tab).

              this Hex_2_binary plugin not really very useful . i’m author of remove duplicate lines plugin already. if you should Hex_2_binary plugin make better then explain me .actually i’m week in english.

              1 Reply Last reply Reply Quote 0
              • First post
                Last post
              Copyright © 2014 NodeBB Forums | Contributors