Feature request: convert radix of a number on each line
-
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.
-
Sounds like a job for a scripting plugin, not Notepad++ itself.
-
-
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).
-
@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.