mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 21:50:05 +02:00
IDEIntf: comment
git-svn-id: branches/fixes_1_6@53408 -
This commit is contained in:
parent
8ca4d6488c
commit
f5e60a47fd
@ -166,7 +166,7 @@ type
|
||||
TSearchIDEFileFlag = (
|
||||
siffDoNotCheckAllPackages, // do not search filename in unrelated packages (e.g. installed but not used by project)
|
||||
siffCheckAllProjects, // search filename in all loaded projects
|
||||
siffCaseSensitive, // check case sensitive
|
||||
siffCaseSensitive, // check case sensitive, otherwise use Pascal case insensitivity (CompareText)
|
||||
siffDoNotCheckOpenFiles, // do not search in files opened in source editor
|
||||
siffIgnoreExtension // compare only filename, ignore file extension
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user