COPY FILES - COPY LIST: Wait until previous copy ends !.

Here you can propose new features, make suggestions etc.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
VincHUZI
New Member
New Member
Posts: 1
Joined: 2009-10-22, 10:57 UTC

COPY FILES - COPY LIST: Wait until previous copy ends !.

Post by *VincHUZI »

I won to copy big files. I dont won to do it all in one time.
In COPY add new option: Add to copy process list.
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

Discussed many times. Use F2 instead of Enter in copy dialog, or make using background transfer manager by default. You should add this to your wincmd.ini:

Code: Select all

[Configuration]
AlwaysCopyInBackground=2
TorstenF76
Junior Member
Junior Member
Posts: 5
Joined: 2006-04-04, 07:09 UTC

Post by *TorstenF76 »

MVV wrote:You should add this to your wincmd.ini:

Code: Select all

[Configuration]
AlwaysCopyInBackground=2
Why don't you add such an important and "many times discussed" choice as a checkbox into the configuration dialog under "Operation, copy/delete"?
I was looking for it and found this article as I wanted to make a feature request about that configuration option...
User avatar
sqa_wizard
Power Member
Power Member
Posts: 3893
Joined: 2003-02-06, 11:41 UTC
Location: Germany

Post by *sqa_wizard »

Well, this option is important for you and for me, but unimportant for others.

Adding all available options to the settings dialog will end up in a dialog with 90 % unimportant options, requiring a 60 " monitor, hard to find the personal favorites.

You can find almost all settings at TC help: Ini-File Settings wincmd.ini
#5767 Personal license
User avatar
karlchen
Power Member
Power Member
Posts: 4605
Joined: 2003-02-06, 22:23 UTC
Location: Germany

Post by *karlchen »

Disagree.

There are too many options which can only be changed by editing the wincmd.ini directly. AlwaysCopyInBackground is one of them.

Hope that one fine day Christian will take the time to re-organize the structure of the configuration dialogues and add such options as well.

Karl
User avatar
Balderstrom
Power Member
Power Member
Posts: 2148
Joined: 2005-10-11, 10:10 UTC

Post by *Balderstrom »

It would be nice to have ALL options configurable from the Config. TC is the only program I use that I have to manually hack the .ini file : which is nothing short of a PITA since it (TC) needs to be closed when you do so, which means you have to go to explorer and find the file :P
*BLINK* TC9 Added WM_COPYDATA and WM_USER queries for scripting.
User avatar
Hacker
Moderator
Moderator
Posts: 13142
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

Balderstrom,
since it (TC) needs to be closed when you do so
Actually it doesn't.

Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
User avatar
Balderstrom
Power Member
Power Member
Posts: 2148
Joined: 2005-10-11, 10:10 UTC

Post by *Balderstrom »

Perhaps, Hacker, but since TC doesn't have a Re-read .ini many changes you try to make to the wincmd.ini while TC is running wont take effect.

Now if TC doesn't actually overwrite those changed settings when you close it down, then that's cool. So then it's just a matter of reorganizing everything on the taskbar so TC is back where it's supposed to be ;)
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

I think that it would be great if TC will have some admin parameter window like in Unreal ('99) (when you type preferences in console, see sample): a simple dialog window with just parameter tree (or maybe placed into separate tab in Configuration) - each INI section as tree entry, with all parameters inside with change and add new parameter ability (here all groups should be present, even absent in INI).
Last edited by MVV on 2009-12-04, 14:41 UTC, edited 2 times in total.
User avatar
Balderstrom
Power Member
Power Member
Posts: 2148
Joined: 2005-10-11, 10:10 UTC

Post by *Balderstrom »

Awesome idea, like a "RegEdit" of the .ini file. Each item could even have a CommentStyle tooltip and/or TabStop that displays the comment -- which would contain a blurb from the helpfile as to what the setting is for.
*BLINK* TC9 Added WM_COPYDATA and WM_USER queries for scripting.
User avatar
solid
Power Member
Power Member
Posts: 749
Joined: 2004-08-09, 11:20 UTC

Post by *solid »

Balderstrom wrote:Now if TC doesn't actually overwrite those changed settings when you close it down, then that's cool. So then it's just a matter of reorganizing everything on the taskbar so TC is back where it's supposed to be ;)
Make your changes to .ini, close TC, and save changes to .ini. That's how i do, no problem. And for rearraging the buttons, i use TaskArrange, although there are many others progs which can rearrange the buttons on taskbar.
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

solid wrote:And for rearraging the buttons, i use TaskArrange, although there are many others progs which can rearrange the buttons on taskbar.
Nice tool, and size is good:) I knew that it is possible to rearrange buttons by hiding/showing windows in some order (starting from first to last of desired order - sometimes I did it in this way) but I didn't search for special tool. BTW, Windows 7 has internal possibility to drag taskbar buttons to rearrange them, but unfortunately it always shows windows of similar process (e.g. two instances of TC or Notepad) one near another and doesn't allow to insert some window between them at all.
User avatar
Hacker
Moderator
Moderator
Posts: 13142
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

MVV,
Well, Taskbar Shuffle FTW. ;)

Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
User avatar
Balderstrom
Power Member
Power Member
Posts: 2148
Joined: 2005-10-11, 10:10 UTC

Post by *Balderstrom »

Cool stuff, I had been using TrayMenu by Iglyph for many years (will continue as it's a convenient tool/location to hide taskBar program windows) -- but those are much more useful for quickly changing a few TaskBar positions without having to hide-all and restore one at a time.
*BLINK* TC9 Added WM_COPYDATA and WM_USER queries for scripting.
TorstenF76
Junior Member
Junior Member
Posts: 5
Joined: 2006-04-04, 07:09 UTC

Post by *TorstenF76 »

sqa_wizard wrote:Adding all available options to the settings dialog will end up in a dialog with 90 % unimportant options, requiring a 60 " monitor, hard to find the personal favorites.
this "problem" has already been solved so many times...

my two favorite ways:

1) there are many programs in which you can choose the detail level of the configuration options (I think, Firefox TabMixPlus and Azureus Vuze are two of them, but without any warranty). There you can choose between "Beginner", "Advanced", "Expert".
When you choose "Beginner", only the most common options are visible, e.g. Mouse-Selection-Mode (right or left button, explorer-delete-method and so on).
"Advanced" could map the current configuration dialog.
"Expert" should include every feature of wincmd.ini as disussed above.

2) Could also be combined with 1)
Simply add a "Search"-Field on top of the configuration dialog as Eclipse does in the upper left corner or Windows 7 does in the upper right corner.
In both mentioned examples, it works very well!
Post Reply