mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 08:59:13 +02:00
IDE: Add ".lpr" extension to the default file mask in FindInFiles. Issue #40896, patch by n7800.
This commit is contained in:
parent
cc14d44191
commit
12af15e8ef
@ -187,7 +187,7 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
|||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
ItemHeight = 24
|
ItemHeight = 24
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
Text = '*.pas;*.pp;*.inc'
|
Text = '*.pas;*.pp;*.inc;*.lpr'
|
||||||
end
|
end
|
||||||
object IncludeSubDirsCheckBox: TCheckBox
|
object IncludeSubDirsCheckBox: TCheckBox
|
||||||
AnchorSideLeft.Control = DirectoriesOptionsGroupBox
|
AnchorSideLeft.Control = DirectoriesOptionsGroupBox
|
||||||
|
Loading…
Reference in New Issue
Block a user