IDEIntf: comment

git-svn-id: trunk@53399 -
This commit is contained in:
mattias 2016-11-21 15:57:36 +00:00
parent aceccfc036
commit ad08369c4a

View File

@ -164,7 +164,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
);