FIX: The WDX plugin made in LUA were not working if configured path was something else than absolute format since [r8390] on november 3rd 2018. This has been fixed.
ADD: The strings "contains" and "(case)" used in file search with WDX content plugin are now translatable.
UPD: Because of the above mentionned modification, there are new language files. The French file is completely translated.
CHG: For the "fFindDlg", switch the .lrt file for the newer .lrj
RMV: In the "fFindDlg", set "NullInputAllowed" to False for the date requester so the "TextForNullDate" could be remove from translatable files.
REG: Strangely, "fFindDlg" form was with LCL version 1.9.0.0... Now fall back to 1.8.4.0.
ADD: In the find file dialog, in the tab of plugins, the column of the unit was the only one with no caption. Added the name "Unit" to it.
CHG: Replace the .lrt file of fsearchplugin by the newer .lrj file.
UPD: For the three above forms, replace the .lrt files with newer .lrj files.
CHG: Obviously, new language files because of that. French language file fully updated.
ADD: The width of the drop box for the above mentionned drawing tool is now auto-sizing to accomodate tool name that will probably be larger in some langages.
UPD: Obviously languages files have been updated. French language is up to date.
UPD: Because of that, all new language files with that new string. French language is completely translated.
UPD: Still with the "Archivers" configuration page, the .lrt file was removed and replace by the newer .lrj file.
UPD: To accomodate the above mention modification, language files were adapted and existing strings were re-used. No new string and no fuzzy string created.
UPD: The unit "uhotdir" was not included in the project. It is now included. (BIS)
ADD: Still in internal editor, add "Alt+X" and "Ctrl+G" as default shortuts for "cm_FileExit" and "cm_EditGotoLine" respectively as they were the shortcut coded directly with the TAction directly in the form. The other shortcuts were already there.
RMV: Some images for TMenuItem were saved in the form itself. These have been removed since anyway we're referring to a TAction which has an index for a TImageList. It removed few lines from the form.
UPD: Dropped .lrt file for the internal editor form and replaced by new ".lrj" file.
ADD: Still in the "File associations" configuration window, we may navigate better through the group boxes and functions (Alt+dgt to go directory to a box and TAB cycle better to a place to another).
ADD: Still in the "File associations" configuration window, change color of item selected in list to help user seeing quickly the focus moving from a place to another.
RMV: Remove the colon from the fifth group box title since the four others don't have that.
UPD: Language files adapted to make sure there is no new "fuzzy" expression created.
UPD: Dropped .lrt file for the "File associations" configuration page and replace by new ".lrj" file. This removed two annoying menu items with single hyphen.
RGR: Modifications in two expressions in "File associations" long time ago have not been notified in .lrt file but are now updated via the .lrj file... So now there are two "fuzzy" string in language files.
UPD: French language file up to date.
FIX: Add a little fix/patch for the "hpg_ed" old plugin so it invoke a resize just when we launch it. Through 27 plugins tried, was the only one required that. :-(