Jump to directory by clicking on it in the pathbar...

English support forum

Moderators: Hacker, petermad, Stefan2, white

superboy
Junior Member
Junior Member
Posts: 10
Joined: 2004-05-28, 00:52 UTC

Post by *superboy »

Thanks Lefteous, that's great. The other guys are right, I can't edit in place anymore with a mouse-click, but I didn't use that feature that much anyway. But it should probably be an option for those that do use it.

By the way, SanskritFritz, your face in your avatar is pretty dramatic. One of these days, I'm going to be reading these posts too much and get nightmares!
Cobras
Member
Member
Posts: 137
Joined: 2003-11-18, 22:27 UTC

Post by *Cobras »

Request from either Clo or SanskitFrtiz,

I like to lrearn your trick. For ordinary person, it is difficult to comprehend what you are talking about here. Please be kind to mentin how to create a button for CM_CopyFullNamesToClip. I use this operation almost everyday so I wish to learn how to do it in more plain language and step by step.

Clo, what does I.C. stands for?

Cobras
User avatar
Sheepdog
Power Member
Power Member
Posts: 5150
Joined: 2003-12-18, 21:44 UTC
Location: Berlin, Germany
Contact:

Post by *Sheepdog »

Cobras wrote:Please be kind to mentin how to create a button for CM_CopyFullNamesToClip.
I'm neither SanskritFritz nor Clo but hope you'll neverthless take my advice:

1. Just rightclick to the buttonbar where there is no button and it will appear a context menu "change.."
2. Click it and you get the "change button bar" menu.
3. Press the "Append" button and a new entry is created.
4. Type into the "Command"-field 'cm_copyfullnamestoclip' (you may only type 'cm_copyf' and then press [down] -and it will be completed automatically. This works for all internal commands. Or better for the first one that fits the typed letters.)
5. You may leave the "Parameters" and "Start Path" fields empty but browse to an icon you like in the "Icon file" field.

6. You can assign a tooltip text to this buttonat the "tooltip" field
7. At last you can move the new button to the desired position (in the button-bar) by drag & drop.

Then press okay and thats all.

Now each time you press this new button the filename under the cursor or the list of the selected filenames is copied to the Clipboard.

If there still is a question feel free to ask again.

Cobras wrote: Clo, what does I.C. stands for?

Cobras
I.C. is the abbrevation for Internal Commands - You can see all of them by viewing the totalcmd.inc file in the TC directory.


sheepdog
"A common mistake that people make when trying to design something
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
Cobras
Member
Member
Posts: 137
Joined: 2003-11-18, 22:27 UTC

Post by *Cobras »

Hi Shipdog,

Thanks for your post. I made it. The icon is working well for the function. The new icon/toolbar would allow me to save a lot of time. I have a related question for you. How to add new icons for TC? The icons avialble were very limited in the icon field (in fact, all of them were being used for other functions already). I need a new icon. Again, you are another Guru! Cobras
User avatar
Sheepdog
Power Member
Power Member
Posts: 5150
Joined: 2003-12-18, 21:44 UTC
Location: Berlin, Germany
Contact:

Post by *Sheepdog »

2Cobras

If I understand you right you want to change the icon for a button?

You have simply to declare another file that contains an icon, e.g. *.icl, *.dll, *.exe, *.ico. The location of this file you have to insert into the "icon file" field for the button (to get this field you may rightclick again on the button and choose 'change' in the context menu or choose in the main menu "configuration->change Button Bar")

Search your system for "shell32.dll" (use the new button and the path with [Ctrl]+[Ins]) ;) . That should be a start for some new icons (it is one of the windows inbuilt icon-libraries). You can find a lot of other icons here.

If you want to change the icons for the drivebuttons or the icons displayed in the filewindows you may use the forums search for detailed instructions.


Please be a bit more careful quoting members names - in doubt copy and paste it. Me and some other members are a bit particular with our names.

sheepdog
"A common mistake that people make when trying to design something
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
User avatar
van Dusen
Power Member
Power Member
Posts: 684
Joined: 2004-09-16, 19:30 UTC
Location: Sinzig (Rhein), Germany

Post by *van Dusen »

2Cobras
I've uploaded 4 icons (as BMP and as ICO), which I'm using for
* cm_CopyFullNamesToClip
* cm_CopyNamesToClip
* cm_CopyNetNamesToClip
* cm_CopySrcPathToClip
here:

http://rapidshare.de/files/2207111/cm_CopyXXXToClip.zip.html

(click the "Free"-Button at the bottom of the page to get the download link)

They aren't pretty, but perhaps you'll like to use them anyway.
User avatar
Clo
Moderator
Moderator
Posts: 5731
Joined: 2003-12-02, 19:01 UTC
Location: Bordeaux, France
Contact:

A lot of icons…

Post by *Clo »

2Cobras
:) Hello !
- You can get too a free pack of icons (including the nedded ones here) from THIS PAGE >> My goodies

:mrgreen: Kind regards,
Claude
Clo
#31505 Traducteur Français de TC French translator Aide en Français Tutoriels Français English Tutorials
Cobras
Member
Member
Posts: 137
Joined: 2003-11-18, 22:27 UTC

Post by *Cobras »

Thanks a lot.
I downloaded them all.

Cobras
Cobras
Member
Member
Posts: 137
Joined: 2003-11-18, 22:27 UTC

Post by *Cobras »

I wish to create buttons for "\My Documents" and "\Program Files\, which I use a lot. Could someone tell me what I should type in "Command-field"? TIA. Cobras
User avatar
Sir_SiLvA
Power Member
Power Member
Posts: 3378
Joined: 2003-05-06, 11:46 UTC

Post by *Sir_SiLvA »

Cobras wrote:I wish to create buttons for "\My Documents" and "\Program Files\, which I use a lot. Could someone tell me what I should type in "Command-field"? TIA. Cobras
1. create a button with command: cd %$Personal%
2. create a button with command: cd %PROGRAMFILES%
Hoecker sie sind raus!
User avatar
franck8244
Power Member
Power Member
Posts: 704
Joined: 2003-03-06, 17:37 UTC
Location: Geneva...

Post by *franck8244 »

2Cobras
Try cd %var%
where %var% is one from this list :
%$APPDATA%, %$DESKTOP%, %$PERSONAL% (My Documents), %$PROGRAMS%, %$STARTMENU%, %$FONTS%, %$STARTUP% (use lowercase to access env vars with these names)

you can also use "true" environnement variables. (%TMP%, %PATH%,etc...)
TC#88260 -
Cobras
Member
Member
Posts: 137
Joined: 2003-11-18, 22:27 UTC

Post by *Cobras »

Thanks a lot.
It worked pefrect. These two buttons save me a lot of my time.
Thank you again. Cobras
User avatar
gbo
Senior Member
Senior Member
Posts: 329
Joined: 2005-03-31, 19:58 UTC
Location: Lausanne (Switzerland)

Post by *gbo »

Hi,
van Dusen wrote: I've uploaded 4 icons (as BMP and as ICO), which I'm using for
* cm_CopyFullNamesToClip
* cm_CopyNamesToClip
* cm_CopyNetNamesToClip
* cm_CopySrcPathToClip
here:

http://rapidshare.de/files/2207111/cm_CopyXXXToClip.zip.html
Thanks for the icons, I still used http://www.ghisler.ch/board/viewtopic.php?p=51993#51993 (vicons2_buttonbar.icl nb 73) for cm_CopyFullNamesToClip because I am used to it but I adopted yours for cm_CopyNamesToClip and cm_CopySrcPathToClip 8)
Gil
Licence #17346

90% of coding is debugging. The other 10% is writing bugs.
Cobras
Member
Member
Posts: 137
Joined: 2003-11-18, 22:27 UTC

Post by *Cobras »

I find that button bars on TC are extremely handy.
I wish to have another bar for "Add or Remove Programs".
Could somone kindly suggest a command line for Command-field?
I hope you don't mind about this request. Thanks. Cobras
User avatar
ado
Senior Member
Senior Member
Posts: 445
Joined: 2003-02-18, 13:22 UTC
Location: Slovakia, Pezinok

Post by *ado »

Cobras wrote:I wish to have another bar for "Add or Remove Programs".
you mean button..not bar..correct?
then that magic command is
%WINDIR%\system32\appwiz.cpl for Win XP or 2k

ado
Post Reply