mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 02:39:15 +02:00
IDEIntf: comment
git-svn-id: trunk@53399 -
This commit is contained in:
parent
aceccfc036
commit
ad08369c4a
@ -164,7 +164,7 @@ type
|
|||||||
TSearchIDEFileFlag = (
|
TSearchIDEFileFlag = (
|
||||||
siffDoNotCheckAllPackages, // do not search filename in unrelated packages (e.g. installed but not used by project)
|
siffDoNotCheckAllPackages, // do not search filename in unrelated packages (e.g. installed but not used by project)
|
||||||
siffCheckAllProjects, // search filename in all loaded projects
|
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
|
siffDoNotCheckOpenFiles, // do not search in files opened in source editor
|
||||||
siffIgnoreExtension // compare only filename, ignore file extension
|
siffIgnoreExtension // compare only filename, ignore file extension
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user