Hi guys,
I would like to see an option to align renumbered values with leading zeros, depending on the width of the selection. I need this very often when editing data tables or constants to maintain the clarity of a file.
Example:
CUSTOM_CALL_122 = 1,
CUSTOM_CALL_002 = 2,
CUSTOM_CALL_620 = 3,
Here I want ro replace the numbers 122, 002 and 620 by auto renumbering to 0, 5 and 10, but maintain the width of 3 digits, which is currently not possible in EmEditor. At the moment I switch to notepad++ for doing this operation, but this is something I want to avoid.
Thanks for reading and considering this.
Kind regards,
Marcus