mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 23:09:33 +02:00
IDEIntf: comment
git-svn-id: trunk@53399 -
This commit is contained in:
parent
aceccfc036
commit
ad08369c4a
@ -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
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user