mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 14:49:28 +02:00
LazUtils: Improve naming of types and variables in Masks. Follow naming conventions of other code.
This commit is contained in:
parent
c3f0740005
commit
964d5f4d69
File diff suppressed because it is too large
Load Diff
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user