Bug reports will be moved here when the described bug has been fixed
Moderators: Hacker , petermad , Stefan2 , white
wanderer
Power Member
Posts: 1640 Joined: 2003-03-28, 14:35 UTC
Location: Sol
Post
by *wanderer » 2017-09-22, 10:19 UTC
Nice!
- W a n d e r e r -
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
Normally using latest TC on:
x32: WinXPx32 SP3 (very rarely nowadays).
x64: Clients/Servers - Win10/Win11 and Win2K16 to Win2K22, mainly Win10 though.
ghisler(Author)
Site Admin
Posts: 50550 Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:
Post
by *ghisler(Author) » 2017-09-27, 16:11 UTC
This has been added TC 9.10 beta 2, please test it!
There are multiple variations:
<[%temp%] -> c:\path\temp
<[%temp%\] -> temp
<[%temp%_] -> c_path_temp
wanderer
Power Member
Posts: 1640 Joined: 2003-03-28, 14:35 UTC
Location: Sol
Post
by *wanderer » 2017-09-27, 17:03 UTC
ghisler(Author) wrote: This has been added TC 9.10 beta 2, please test it!
There are multiple variations:
<[%temp%] -> c:\path\temp
<[%temp%\] -> temp
<[%temp%_] -> c_path_temp
<[%TEMP%1-8] -> C:\Users (! - nice touch).
Yes, it seems to work fine (in F7 at least). Nicely done.
- W a n d e r e r -
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
Normally using latest TC on:
x32: WinXPx32 SP3 (very rarely nowadays).
x64: Clients/Servers - Win10/Win11 and Win2K16 to Win2K22, mainly Win10 though.
wanderer
Power Member
Posts: 1640 Joined: 2003-03-28, 14:35 UTC
Location: Sol
Post
by *wanderer » 2017-09-28, 06:51 UTC
Hmmm. Seems to be OK. The text which (i think) you're referring to, seems to be wrapped.
- W a n d e r e r -
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
Normally using latest TC on:
x32: WinXPx32 SP3 (very rarely nowadays).
x64: Clients/Servers - Win10/Win11 and Win2K16 to Win2K22, mainly Win10 though.
Flint
Power Member
Posts: 3506 Joined: 2003-10-27, 09:25 UTC
Location: Belgrade, Serbia
Contact:
Post
by *Flint » 2017-09-28, 10:19 UTC
wanderer
Wrapped text should be in the second column.
Flint's Homepage : Full TC Russification Package , VirtualDisk , NTFS Links , NoClose Replacer , and other stuff!
Using TC 11.03 / Win10 x64
wanderer
Power Member
Posts: 1640 Joined: 2003-03-28, 14:35 UTC
Location: Sol
Post
by *wanderer » 2017-09-28, 10:35 UTC
Flint wrote: wanderer
Wrapped text should be in the second column.
Ah, OK, now i get it. It will be interesting to hear from Christian if this
can be done.
P.S. Maybe a separate bug post should be created for this.
- W a n d e r e r -
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
Normally using latest TC on:
x32: WinXPx32 SP3 (very rarely nowadays).
x64: Clients/Servers - Win10/Win11 and Win2K16 to Win2K22, mainly Win10 though.
Flint
Power Member
Posts: 3506 Joined: 2003-10-27, 09:25 UTC
Location: Belgrade, Serbia
Contact:
Post
by *Flint » 2017-09-28, 11:20 UTC
wanderer
Of course it can. There are many pages where this is implemented. See "Configuration - Change button bar", for example.
Flint's Homepage : Full TC Russification Package , VirtualDisk , NTFS Links , NoClose Replacer , and other stuff!
Using TC 11.03 / Win10 x64
wanderer
Power Member
Posts: 1640 Joined: 2003-03-28, 14:35 UTC
Location: Sol
Post
by *wanderer » 2017-09-28, 11:30 UTC
OK then, to be more clear and visible, i created
here a new bug with petermad's info.
- W a n d e r e r -
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
Normally using latest TC on:
x32: WinXPx32 SP3 (very rarely nowadays).
x64: Clients/Servers - Win10/Win11 and Win2K16 to Win2K22, mainly Win10 though.
ghisler(Author)
Site Admin
Posts: 50550 Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:
Post
by *ghisler(Author) » 2017-09-28, 14:27 UTC
petermad wrote: Maybe this option should be mentioned in the help file.
What do you mean? It's mentioned both in the help for the multi-rename tool and for F7 and Shift+F4.
About the line break, I can fix that, no problem.
petermad
Power Member
Posts: 16032 Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:
Post
by *petermad » 2017-09-28, 17:06 UTC
What do you mean? It's mentioned both in the help for the multi-rename tool and for F7 and Shift+F4.
I dont see this in the Help for Shift+F4 and F7:
There are multiple variations:
<[%temp%] -> c:\path\temp
<[%temp%\] -> temp
<[%temp%_] -> c_path_temp
But maybe it is obvious enough once you use it - and it is in the help for the multi-rename tool, so I guess that's enough...
ghisler(Author)
Site Admin
Posts: 50550 Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:
Post
by *ghisler(Author) » 2017-09-29, 10:18 UTC
They are in the help for the multi-rename tool, they aren't specific to F7 or Shift+F4:
[%x%] Insert value of environment variable "x". Also supports ranges like [%x%1-5]
[%x%\] Same as [%x%], but only the last part of a path (e.g. c:\temp -> temp)
[%x%_] Same as [%x%], but replace all backslashes in paths by the provided character (here: "_") and remove the ":"