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.
CHG: It should not happen, but if by an unexpected manipulation we would be able to access popup menu helper for path and target, it won't cause an exception error any more since the pop-up menu won't even be displayed in these circumstances.
ADD: In "Hot Directory", Previous modification now allow to have user stay with focus in the edit boxes of the "Name", "Path" and "Target" ready to type and still being able to use keyboard shortcut to move into the treelist. This speed up the periodic clean up we may do monthly for example without having to keep clicking in the treeview and going back and forth in the edit boxes at the bottom.
ADD: In "Hot Directory", Add many accelerator keys for accessing bottom edit boxes, to have the popup of the buttons in top right, etc. This way, user may access and do actions faster keeping his hands on the keyboard.
CHG: In "Hot Directory", When editing the name of a directory hotlist entry name, the name in the tree is updated as we type. No need any more to switch to a new entry to see the entry updated.
ADD: In "Hot Directory", after a scan to validate the existence of the pointed directories, the focus in the three will be move to the first unfound one, immediately ready to have the situation fixed.
ADD: In "Hot Directory", after importing entries from another .hotlist file for example, the focus at the end will be on the last imported entry.
CHG: In "Hot Directory", after inserting/adding a new branches, the focus is now on the node instead of the dummy new entry inside the node. It's more logical since we're ready to name the new wanted created branch.
FIX: In "Hot Directory", when inserting or adding a new entry based on the current path of panels, it will now include file source in the name. This will be mainly noticeable in Linux when using current panel location is "smb://tera-15/openshare01/Backup" for example.
ADD: "DCGetNewGUID" function in "uDCUtils" to get a unique ID number (used in "fOptionsToolbar" and "ufavoritetabs").
CHG: Languages files changed because of the addition of a forgotten message
FIX: In windows, the TC internal commands "cm_ShrinkSelection" and "cm_ClearAll" are not imported to a better equivalence since we may now set parameter for internal command "cm_MarkMinus" and "cm_MarkUnmarkAll".
ADD: In windows, we may now import correctly additional 22 TC internal commands. These TC internal commands are cm_SelectCurrentName, cm_UnselectCurrentName, cm_SelectCurrentNameExt, cm_UnselectCurrentNameExt, cm_SelectCurrentPath, cm_UnselectCurrentPath, cm_SelectBoth, cm_SelectFiles, cm_SelectFolders, cm_ClearFiles, cm_ClearFolders, cm_ClearSelCfg, cm_ClearAllFiles, cm_SelectAllFolders, cm_ClearAllCfg, cm_ExchangeSelBoth, cm_ExchangeSelFiles, cm_ExchangeSelFolders, cm_SelectAllBoth, cm_SelectAllFiles, cm_SelectAllFolders and cm_ConfigSaveSettings.
FIX: In Windows, fix a little display problem when we import tool bar from TC to a new created toolbar. This toolbar was not created but not displayed. Now it is.
DEL: Remove annoying "New Item1" from foptionshotkeysedithotkey's files and language files.
NEW: The internal commands "cm_MarkMarkAll", "cm_MarkUnmarkAll", "cm_MarkInvert" may now work with the parameter "attr" to determine what they will select/unselect/toggle.
UPD: The options "Default attribute mask value to use" and "Use an independent attribute filter in mask input dialog each time" are now in "File views" configuration page instead of "File operations".
UPD: All languages files have been updated AND this time, what could be preserved has been preserved! For example, the string for "tfrmoptionsfilesviews.chkmarkmaskfilterwindows.caption" has been taken from the "tfrmoptionsfileoperations.chkmarkmaskfilterwindows.caption" since the options moved from a place to another.
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.