ADD: When attempting to quit configuration of archivers with unsaved modification, we're now prompt to save or not.
ADD: When disabling an archiver configuration, the whole setting turn gray.
ADD: We may now start a new archiver configuration by copying an existing one.
ADD: We may now import/export configuration or archivers.
ADD: We may now sort the archivers in the configuration.
ADD: Function enable/disable all the archivers at once.
ADD: New internal command "cm_ConfigArchivers".
ADD: When importing/export toolbar to TC, there is now an translation between "cm_ConfigArchivers" and "cm_PackerConfig".
ADD: Little variable reminder helper in popup menu for commands and parameters.
UPD: Language file regenerated. Minimal impact with above modification since existing translation have been re-used, with no additional "Fuzzy".
UPD: French language translation back 100% done.
ADD: When closing any "Find files" dialog window, if at least one search has been done, that window will remain in memory. If no search has been done, it will be cleared from memory.
ADD: New internal command "cm_ViewSearches" to show a list of "Find files" dialog window and select one of them to activate it. This way, it possible to do a second search without losing the first one and to be able to reactive it.
ADD: New internal command "cm_DeleteSearches" to delete all the "Find files" dialog windows we may have in memory. If you want to delete just one, activate it via the "cm_ViewSearches" internal command and then clear it from memory from there.
ADD: New internal command "cm_ConfigSearches" to jump directly to the configuration of options related with searches.
ADD: New 32x32 icons for the new internal commands "cm_AddNewSearch", "cm_ViewSearches", "cm_DeleteSearches" and "cm_ConfigSearches". For the 16x16, the last three mentionned were added since for the "cm_AddNewSearch" it was already there, added by mistake too early but now it's used.
ADD: There is now a dedicated page for the option of the search instead of being inside the "File operations" page.
UPD: On new installation, in the "Find files" dialog window, the "ENTER" key is not a shortcut anymore to launch a search. Too many persons get used that pressing enter in the result page was making us to jump to the file location. Code were already in place to have pertinent action on default button so pressing "ENTER" do the pertinent expected job.
ADD: Possibility to have a menu bar in the "Find files" dialog window. This is mainly to help the user at first to see all the possibility. There is an option to hide it and probably experienced user after a while will hide it to gain some 20 extra pixels vertically.
ADD: Reserve, if not already used, the keyboard shortcut "Ctrl+Shift+F7" for the new internal command "cm_AddNewSearch".
UPD: Inside the "Find files" unit, re-arrange the code so the buttons will use TAction to do something instead of the opposite where the TAction were pressing button.
UPD: Language files have been updated.
ADD: Internal command "cm_ConfigHotKeys" to jump directly to hotkey configuration page.
UPD: In the "TfrmEditHotkey", there is now an option to make the "Enter" key not used for a shortcut but reserve it instead to confirm the shortcut key we may have set just before. This way, user will intuitively press the wanted shortcut key and press "Enter" to accept and close window instead of having the use the mouse to close it like before.
ADD: Still in the "TfrmEditHotkey", we now have a button "F1" we may click to get a popup menu to help us to quickly choose the shortcut we want to use by offering us the choice between the remaining availble shortcut keys not used yet.
ADD: In the "fOptionsHotkeys", new functions to better deal with various setup files of hotkeys definition (remame, copy, delete, etc.)
UPD: In the "fOptionsHotkeys", the search filter is now on left so people will view it and think more to use it instead of having it far right.
ADD: In the "fOptionsHotkeys", we may sort our table of shortcut per three ways: by command, by shortcut keys grouped and by separate hotkey, one per line. This will help to better view and arrange our shortcuts.
ADD: In the "fOptionsHotkeys", we may restore the default DC hotkeys.
UPD: Modify slightly 10 of the 16x16 icons of some internal commands to be consistent between themselves. The commands are the ones where they are picking up complete or part of current selected files. The little letters shown inside the icons now all follow the pattern "c:\f.x" where "c" is the path, "f" the file name (excluding the extension) and ".x" is the extension. These commands are cm_addfilenametocmdline, cm_addpathandfilenametocmdline, cm_markcurrentextension, cm_markcurrentname, cm_markcurrentnameext, cm_markcurrentpath, cm_unmarkcurrentextension, cm_unmarkcurrentname, cm_unmarkcurrentnameext and cm_unmarkcurrentpath.
-These includes cm_rename, cm_renamenoask, cm_togglefullscreenconsole, cm_universalsingledirectsort, cm_showbuttonmenu, cm_previousfavoritetabs and cm_savefavoritetabsoverlastloaded.
-Set its tag to appropriate category number. This way, when invoking the "fmaincommandsdlg", the "cm_ConfigSaveSettings" command is in the correct "configuration" category instead of being "All". Also, when invoking the function "Add toolbar with ALL DC commands" in the toolbar configuration, the "cm_ConfigSaveSettings" won't be alone in its category and be in the correct "configuration" category.
-Add an icon for the "cm_ConfigSaveSettings".