RegEx Rename - Preview Window
-
Mesh
- Posts: 956
- Joined: 24 Mar 2008 21:22
RegEx Rename - Preview Window
As it stands right now, if you do a RegEx Rename, the preview window that comes up is small and not resizeable. So, working with longer filenames means that you always have to scroll to see the entire proposed new filename every time.
I would submit the suggestion that this be made into a resizeable window, and that XY remembers the last size (and perhaps position) used.
I would submit the suggestion that this be made into a resizeable window, and that XY remembers the last size (and perhaps position) used.
-
jacky
- XYwiki Master
- Posts: 3106
- Joined: 23 Aug 2005 22:25
- Location: France
- Contact:
-
Mesh
- Posts: 956
- Joined: 24 Mar 2008 21:22
-
admin
- Site Admin
- Posts: 66305
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
-
Mesh
- Posts: 956
- Joined: 24 Mar 2008 21:22
admin wrote:
Yep, did something about it.
Thanks, Don!
But I tested it out and while the new changes are an improvement, it doesn't do the trick for me. I'm still hitting the limits most of the time and need to scroll - both horizontally, as well as vertically (the list only shows 16 items).
If I could resize the window and have XY remember it, that would do the trick - but the current implementation only helps if I'm working with a short list of files with short-medium length filenames.
-
admin
- Site Admin
- Posts: 66305
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Really? I thought I made it to use the whole available screen width. Or are your new names much larger than your old names? I could optimize the algo then...Mesh wrote:admin wrote:
Yep, did something about it.
Thanks, Don!
But I tested it out and while the new changes are an improvement, it doesn't do the trick for me. I'm still hitting the limits most of the time and need to scroll - both horizontally, as well as vertically (the list only shows 16 items).
If I could resize the window and have XY remember it, that would do the trick - but the current implementation only helps if I'm working with a short list of files with short-medium length filenames.
About the height. Yep, I could also optimize that.
I want to avoid live-sizing because it's more troublesome to program plus adds another INI value.
FAQ | XY News RSS | XY X
-
j_c_hallgren
- XY Blog Master
- Posts: 5826
- Joined: 02 Jan 2006 19:34
- Location: So. Chatham MA/Clearwater FL
- Contact:
True, but one advantage of that would be users could then define a "standard" size that fits their needs, and know that it would be same size each time it's invoked, if I understand it correctly...just a thought.admin wrote:I want to avoid live-sizing because it's more troublesome to program plus adds another INI value.
Still spending WAY TOO much time here! But it's such a pleasure helping XY be a treasure!
(XP on laptop with touchpad and thus NO mouse!) Using latest beta vers when possible.
(XP on laptop with touchpad and thus NO mouse!) Using latest beta vers when possible.
-
admin
- Site Admin
- Posts: 66305
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Yes, but if your filenames are short you would not like 2 lists each 800 pixels wide -- hard to compare anything then...j_c_hallgren wrote:True, but one advantage of that would be users could then define a "standard" size that fits their needs, and know that it would be same size each time it's invoked, if I understand it correctly...just a thought.admin wrote:I want to avoid live-sizing because it's more troublesome to program plus adds another INI value.
FAQ | XY News RSS | XY X
-
Mesh
- Posts: 956
- Joined: 24 Mar 2008 21:22
admin wrote:Yes, but if your filenames are short you would not like 2 lists each 800 pixels wide -- hard to compare anything then...j_c_hallgren wrote:
True, but one advantage of that would be users could then define a "standard" size that fits their needs, and know that it would be same size each time it's invoked, if I understand it correctly...just a thought.
Honestly, I'd prefer that for the flexibility it gives. Personally, I like a little padding - it irks me when text runs right up against the edge of a panel. I'd rather have the ability to size it so that it looks comfortable for me.
If you think about it, it's not really any different than people who would use XY in non-maximized mode. Depending on the size of the directories and files, they'd need to resize XY's main window to suit them - but I haven't heard anyone complain about that. This would work similarly.
-
Mesh
- Posts: 956
- Joined: 24 Mar 2008 21:22
-
admin
- Site Admin
- Posts: 66305
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Mesh wrote:admin wrote:
Really? I thought I made it to use the whole available screen width. Or are your new names much larger than your old names? I could optimize the algo then...
It's not the difference between the two - the window seems to not want to expand beyond 43 characters for each pane.
Hold it, not necessary -- it's a bug!
FAQ | XY News RSS | XY X
-
Mesh
- Posts: 956
- Joined: 24 Mar 2008 21:22
I just tried out 7.40.0006, and it still doesn't cut it, I'm afraid.
The height of the window is still limited to 16 items, and the width of each pane is limited to filenames of 64 characters.
I apologize for saying this again, but I still believe that making the window resizeable (with XY remembering the size) is the best option.
Perhaps an INI compromise is the best solution? Have the line in there to hold the size (if not the position) of the window - but if the value is set to "-1" (for example), then the window autosizes as it does now. Then make that the default for XY. That way, power users who want this can go into the INI file and delete the "-1" value, which would cause XY to allow and remember the manual modification.
Is that something that's workable?
The height of the window is still limited to 16 items, and the width of each pane is limited to filenames of 64 characters.
I apologize for saying this again, but I still believe that making the window resizeable (with XY remembering the size) is the best option.
Perhaps an INI compromise is the best solution? Have the line in there to hold the size (if not the position) of the window - but if the value is set to "-1" (for example), then the window autosizes as it does now. Then make that the default for XY. That way, power users who want this can go into the INI file and delete the "-1" value, which would cause XY to allow and remember the manual modification.
Is that something that's workable?
-
admin
- Site Admin
- Posts: 66305
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Let me first try to understand - maybe there is still a bug.Mesh wrote:I just tried out 7.40.0006, and it still doesn't cut it, I'm afraid.
The height of the window is still limited to 16 items, and the width of each pane is limited to filenames of 64 characters.
I did not work on the height. But the width of the preview window should be almost screen width -- is that right?? And if that's so, how could/would you manually resize it to larger than screen width -- you cannot see beyond your monitor...
FAQ | XY News RSS | XY X
-
Mesh
- Posts: 956
- Joined: 24 Mar 2008 21:22
admin wrote:
Let me first try to understand - maybe there is still a bug.
I did not work on the height. But the width of the preview window should be almost screen width -- is that right?? And if that's so, how could/would you manually resize it to larger than screen width -- you cannot see beyond your monitor...
The width of the total window is less than half of my screen width. So there's plenty of room for me to resize it at the moment.
-
admin
- Site Admin
- Posts: 66305
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Mesh wrote:admin wrote:
Let me first try to understand - maybe there is still a bug.
I did not work on the height. But the width of the preview window should be almost screen width -- is that right?? And if that's so, how could/would you manually resize it to larger than screen width -- you cannot see beyond your monitor...
The width of the total window is less than half of my screen width. So there's plenty of room for me to resize it at the moment.
FAQ | XY News RSS | XY X
XYplorer Beta Club