Page 1 of 1

Line number format in search list, use non-significant zeros

Posted: Tue Aug 09, 2005 11:51 am
by Peter van der Heij
Is it possible to use non-significant zeros in front of the line numbers displayed in the search list?

At the moment text pad displays the line numbers without leading zeros, for larger files this results in a shift which makes it more difficult to study the result:

Current Search for "my_complex" will report something like:

...\my_file.txt(2): my_complex([forgotten,bracket}]
...\my_file.txt(28): my_complex([forgotten,bracket}]
...\my_file.txt(208): my_complex(forgotten,bracket}]
...\my_file.txt(2308): my_complex([forgotten,bracket}]

Enhancement proposal:
...\my_file.txt(0002): my_complex([forgotten,bracket}]
...\my_file.txt(0028): my_complex([forgotten,bracket}]
...\my_file.txt(0208): my_complex(forgotten,bracket}]
...\my_file.txt(2308): my_complex([forgotten,bracket}]

In the enhanced propsal it is much more easy to find the typo.