Hints and Tips (History Editor)

TipHistory sections list


The following table describe Total Commander history sections in Wincmd.ini file and their display name in the program left panel.

Nr. Display Name Wincdm.ini Name
1 section icon Command Line [Command line history]
2 section icon Selection [Selection]
3 section icon Search for: [SearchName]
4 section icon Search in: [SearchIn]
5 section icon Find text: [SearchText]
6 section icon Load/Save [Searches]
7 section icon Rename mask: [RenameTemplates]
8 section icon Rename Search for: [RenameSearchFind]
9 section icon Rename Replace with: [RenameSearchReplace]
10 section icon F2 Load/Save [Rename]
11 section icon Left Tabs [LeftTabs]
12 section icon Right Tabs [RightTabs]
13 section icon Left history [LeftHistory]
14 section icon Right history [RightHistory]
15 section icon New Directory [MkDirHistory]
16 section icon Synchronize Options [SyncOptions]
17 section icon Plugin Attributes [AttrPlugin]
18 section icon Split Sizes [SplitPerFile]

TipCommand Line Parameters:


Use command line parameters to clean Wincmd.ini silently without showing the program interface
History Editor.exe [/i=name.ini] [/s={all | number; number; number}] [/b= name.ini] [/r] [/o]

  • /i Specify another Wincmd.ini file instead of the default one.
  • /s Specify the section number that you want to delete, this number refer to the section number as it is appear in the program left panel. (see above table)
    To delete all history sections at once use /s=all
  • /b Specify a file to backup history sections before deleting.
  • /o Overwrite the old history.
  • /r Restart Total Commander if it is running.

Example:

  • History Editor.exe /s= 1;2;4;7;11;12

Run silently and delete [Command line history]; [Selection]; [SearchIn]; [RenameTemplates]; [LeftTabs] and [RightTabs] sections in the default Wincmd.ini file.

  • History Editor.exe /i=C:\Wincmd.ini /s= 1;2;4;7;11;12 /b= C:\TC_history_backup.ini

Run silently and delete [Command line history]; [Selection]; [SearchIn]; [RenameTemplates]; [LeftTabs] and [RightTabs] sections in C:\Wincmd.ini file and backup them to C:\TC_history_backup.ini file before deleting.

TipYou don't have to restart Total Commander to apply changes you did it in all sections except for the following sections:

  • section icon Command Line
  • section icon Left Tabs
  • section icon Right Tabs

Tip You cannot arrange items in the following two sections:


  • section icon Load/Save
  • section icon F2 Load/Save

This is because Total Commander show the contents of these two sections as sorted list.

Tip You cannot add new items to the following four sections:


  • section icon Load/Save
  • section icon F2 Load/Save
  • section icon Left Tabs
  • section icon Right Tabs

This is because there are many properties for each item under these sections you must set them using Total Commander.

Alert Be sure that Total Commander is not running while saving changes you did in the following three sections, otherwise you will lose these changes when you close Total Commander.

  • section icon Command Line
  • section icon Left Tabs
  • section icon Right Tabs

Tip The program will use a section icon for its contents, if you dislike this and want back to the old look:

  1. Run any text editor program (e.g. Notepad) and open the program INI file "ultra tc editors.ini"
  2. Create the key UseSectionIcon under [HistoryEditor] section.
  3. Set the key UseSectionIcon value to 0

Tip The program will accept to add up to only 20 items under a history section, to change this limit:

  1. Run any text editor program (e.g. Notepad) and open the program INI file "ultra tc editors.ini"
  2. Create the key MaxItems under [HistoryEditor] section.
  3. Set the key MaxItems value to your desired number.
Note: Total Commander will read the first 20 items only.

Tip The icon of the active tab will be dummy. If you delete the active tab, the first item will be set as active tab. (Active tab is the selected tab when you close Total Commander).

Tip Press Enter key after changing a tab caption to switch to the next tab.

Tip In the right panel, if you cannot see the whole item text, you can press Ctrl + Num+

Tip You can arrange the items in section by drag and drop or by toolbar buttons Up and Down.