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

Ideas for new features

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
Peter van der Heij
Posts: 1
Joined: Tue Feb 08, 2005 10:10 am

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

Post 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.
Post Reply