Closed GoogleCodeExporter closed 9 years ago
The rename dialog already provides that information:
the affected files are listed in the list control (which has two columns btw).
The first column shows the original filename, the second column the filename
how it
will look after the rename.
Files which were selected but not affected by the rename are shown in gray
instead of
black.
Original comment by tortoisesvn
on 13 Oct 2008 at 6:30
oh.
The filenames I am having were too long so they were filling the entire width
of the
small window and I could never find that there are two more columns.
Now I can see those columns and it is what I was asking for.
Still, I think that the rename window is not having any option to go full
screen, so
seeing all three columns in such a small space would still hide a lot of
meaningful
information.
Please consider giving option to make the rename window larger size, even full
screen, and it would also be helpful if three columns are always shown, even if
in
parts so that new users can know that it is there and they can increase the
width of
columns.
Thanks.
Original comment by vsrawat
on 13 Oct 2008 at 9:25
You can already resize the rename dialog. Move your mousepointer over the bottom
right corner, then drag that corner around.
Original comment by tortoisesvn
on 13 Oct 2008 at 9:29
I gave
regex: (.*)-B(.*)
rename: $1-B$2
and then
regex: (.*)-b(.*)
rename: $1-B$2
it is always showing the same files, and always showing all the files, without
any
color difference.
Whatever files are not selected by our regex, what is the point in showing those
files? Please consider showing only those files which got selected by our regex.
Original comment by vsrawat
on 13 Oct 2008 at 9:56
rename window doesn't remember its column width. We laboriously bring the two
columns
to some width suitable to us and as soon as we press a character in regex or in
rename, it goes ahead undoing that width selection and shows columns in full
width
that it finds suitable.
Also, in the next call to rename window, it has again forgotten the column
width.
Thanks.
Original comment by vsrawat
on 13 Oct 2008 at 9:59
> You can already resize the rename dialog. Move your mousepointer over the
bottom
right corner, then drag that corner around.
That is not convenient. The window is always appearing as centered. If we have
a long
of files and files are having long names, we would even find it convenient that
rename window itself can zoom to full screen on the click of a button and then
come
back to original smaller size on the click of a button.
Thanks.
Original comment by vsrawat
on 13 Oct 2008 at 10:07
Original issue reported on code.google.com by
vsrawat
on 12 Oct 2008 at 6:04