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: We may now use percent variables for the default parameter of the percent variable %[ . The included percent variable will be parsed and it is its value that will be display to the user to confirm.
UPD: Update the languages file for the recent modification in FindDialog window and a new string regarding the user confirmation message of the percent variable %[
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.
FIX: All the language files has been corrected as well since the reference string to translate has change and the translation use is also the same one that was used prior the modifiction that made us lose these accelerator character.
FIX: The new string resources to translate for the "fFindDlg" window were not exported into the language file. This has been fixed.
UPD: Still the "fFindDlg" window, the button to abort the search has been renamed back "Cancel" like it was for years. Also, the text for the caption remain the same as what it was in previous language file.
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: In the "File Operation" option page, we may now enter an attribute filter to use when marking/unmarking entries. This way, we may set for example "d-" so directories won't be selected when doing a mark with mask equals "*".
ADD: Still in the "File Operation" option page, we may check an option so in the input mask selector when doing a select group that will allow user to enter an attribute filter. This was, we may set each time an attribute filter to indicate what we want like having only files, only directory, only hidden entries, etc. The filter will be remembered during the session from an invocation to another.
UPD: Move the option "Windows style filter when marking files" from the "Miscellaneous" options page to the "File Operation" option page.
UPD: Languages files have been updated related with these changes. It should have been regenerated also anyway since a few commits.