[Wish] Improved renaming of files

Here you can propose new features, make suggestions etc.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
stanis
New Member
New Member
Posts: 1
Joined: 2007-02-21, 15:23 UTC
Contact:

[Wish] Improved renaming of files

Post by *stanis »

In standard rename/move dialog in can jump with cursor over words in path/filename when I press Ctrl + left/right. But in Shift + F6 rename function Ctrl + left/right makes only that the cursor jumps to start or end of the filename.

Please, is it possible to make it same as in rename/move dialog - jumps with Ctrl + l/r over words? Thanks a lot :-)
User avatar
SanskritFritz
Power Member
Power Member
Posts: 3693
Joined: 2003-07-24, 09:25 UTC
Location: Budapest, Hungary

Post by *SanskritFritz »

2stanis
As a workaround, you can use this method:
http://www.ghisler.ch/wiki/index.php/AutoHotkey:_Inplace_rename_with_dialog
I switched to Linux, bye and thanks for all the fish!
User avatar
StickyNomad
Power Member
Power Member
Posts: 1933
Joined: 2004-01-10, 00:15 UTC
Location: Germany

Post by *StickyNomad »

I also miss the improved 'character stopping' with inplace rename _very_ often.
At least the often used filename-separators underscore and minus ( _ , -) should act as stop-characters here in addition to whitespaces.

And when inplace-rename a file in branch view, one should be able to CTRL-jump to the first backslash in the shown path, thus easily reaching the beginning of the filename. To make it short: inplace rename should accept the same stop-characters than the copy/move dialog IMO.

As this was already requested a while ago, I hope it is still on the Authors wishlist. If not: Christian, please? :)
hambaba
Junior Member
Junior Member
Posts: 23
Joined: 2004-01-25, 20:26 UTC

Post by *hambaba »

support
User avatar
WatchUer
Senior Member
Senior Member
Posts: 243
Joined: 2003-02-22, 10:46 UTC
Location: China

Post by *WatchUer »

Support too!
User avatar
wanderer
Power Member
Power Member
Posts: 1640
Joined: 2003-03-28, 14:35 UTC
Location: Sol

Post by *wanderer »

Fully agree, especially with the "branch-view" wish.
- Wanderer -

¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
Normally using latest TC on:
x32: WinXPx32 SP3 (very rarely nowadays).
x64: Clients/Servers - Win10/Win11 and Win2K16 to Win2K22, mainly Win10 though.
capebio
New Member
New Member
Posts: 1
Joined: 2007-03-08, 13:20 UTC
Location: South Africa

renaming / synchro request: Synchronise name but not file...

Post by *capebio »

Hi - had quick look on forum and couldn't find anything on this topic
- could it be an original thought? ;-)

TC seems to have missed out a fairly obvious function for synchronising, namely to compare to directories with different / changed filenames, and to update the one name based on the old file, without updating the file itself. Why?
Scenario:
You have a laptop you take with you everywhere, but it has limited hard drive space. You therefore backup your images to an external harddisk. After this you resize the images on your laptop so they fit on your meagre 100gb harddrive. Subsequently you update the image names on your laptop, but not your external. Now you have a problem... if you synchronise with the external, you will either make your backups much smaller with an updated name :( or make your laptop images much bigger with the outdated name :(

Would something like this be possible?
I see that the files would be different, so comparing file contents would be out. Is there any way to do it based on exif info (I don't suppose TC can deal with exif?)
Any helpful suggestions?
Shot
Dave
StatusQuo
Power Member
Power Member
Posts: 1524
Joined: 2007-01-17, 21:36 UTC
Location: Germany

Post by *StatusQuo »

Who the hell is General Failure, and why is he reading my disk?
-- TC starter menu: Fast yet descriptive command access!
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

Why hasn't this been implemented in TC 7?
Explorer has no problems with inline renaming and support of stopper chars.

Icfu
This account is for sale
User avatar
sas2000
Power Member
Power Member
Posts: 682
Joined: 2003-02-07, 04:32 UTC
Location: Galiza

Post by *sas2000 »

Support ++
StatusQuo
Power Member
Power Member
Posts: 1524
Joined: 2007-01-17, 21:36 UTC
Location: Germany

Post by *StatusQuo »

StickyNomad wrote:At least the often used filename-separators underscore and minus ( _ , -) should act as stop-characters here in addition to whitespaces.
Please avoid this "feature" (at least optionally) wherever possible.
This can be a real torture with file names like
c:\path\host_10-0-0-1_255-255-0-0.cfg
or
c:\path\http-www-host-com-pub-tools-packer-somename-versions-1-1-2.html
related thread
Who the hell is General Failure, and why is he reading my disk?
-- TC starter menu: Fast yet descriptive command access!
User avatar
fenix_productions
Power Member
Power Member
Posts: 1979
Joined: 2005-08-07, 13:23 UTC
Location: Poland
Contact:

Post by *fenix_productions »

As StatusQuo wrote: it could be optional.

Code: Select all

EditMovement=X
where:
0 - old method (default),
1 - new method.

Currently I am thinking about next step:
- if user points to "1" TC could search for

Code: Select all

EditMovementChars=XYZ
where:
XYZ - whatever characters you like.
It the case "EditMovementChars" would not be specified, every special character should be important (as described above).
"When we created the poke, we thought it would be cool to have a feature without any specific purpose." Facebook...

#128099
StatusQuo
Power Member
Power Member
Posts: 1524
Joined: 2007-01-17, 21:36 UTC
Location: Germany

Post by *StatusQuo »

2fenix_productions
EditMovementChars=XYZ
That sounds like a great solution, satisfying all needs. Support+++
Who the hell is General Failure, and why is he reading my disk?
-- TC starter menu: Fast yet descriptive command access!
User avatar
leopoldus
Senior Member
Senior Member
Posts: 221
Joined: 2004-11-21, 09:47 UTC

Post by *leopoldus »

Support+++++

P.S.
StatusQuo, you can find a solution for your objection at the related thread
StatusQuo
Power Member
Power Member
Posts: 1524
Joined: 2007-01-17, 21:36 UTC
Location: Germany

Post by *StatusQuo »

2leopoldus
StatusQuo, you can find a solution for your objection at the related thread
Not really, but thanks anyway.
Who the hell is General Failure, and why is he reading my disk?
-- TC starter menu: Fast yet descriptive command access!
Post Reply