LazUtils: Improve naming of types and variables in Masks. Follow naming conventions of other code.

This commit is contained in:
Juha 2021-10-23 23:25:27 +03:00
parent c3f0740005
commit 964d5f4d69
2 changed files with 341 additions and 345 deletions

File diff suppressed because it is too large Load Diff

View File

@ -717,10 +717,10 @@ begin
; ;
if UseMaskList then if UseMaskList then
begin begin
// Disable ranges in the MaskList. [...] is interpreted as literal chars. // Disable sets and ranges in the MaskList. [...] is interpreted as literal chars.
// Otherwise this would be incompatible with the situation if no MaskList was used // Otherwise this would be incompatible with the situation if no MaskList was used
// and would break backwards compatibilty and could raise unexpected EConvertError. // and would break backwards compatibilty and could raise unexpected EConvertError.
// If you need ranges in the MaskList, use the OnAddItem event for that. (BB) // If you need sets/ranges in the MaskList, use the OnAddItem event for that. (BB)
{$ifdef NotLiteralFilenames} {$ifdef NotLiteralFilenames}
CaseSens := ACaseSensitivity = mcsCaseSensitive; CaseSens := ACaseSensitivity = mcsCaseSensitive;
{$else} {$else}