ide: Assist++ now scans .icpp files too

git-svn-id: svn://ultimatepp.org/upp/trunk@3917 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2011-09-26 20:45:21 +00:00
parent 58593f591c
commit 0357f9d22e

View file

@ -179,7 +179,7 @@ void UpdateCodeBase(Progress& pi)
for(int i = 0; i < pk.file.GetCount(); i++) {
String path = SourcePath(n, pk.file[i]);
String ext = ToUpper(GetFileExt(path));
if(ext == ".C" || ext == ".CPP" || ext == ".CC" || ext == ".CXX" ||
if(ext == ".C" || ext == ".CPP" || ext == ".CC" || ext == ".CXX" || ext == ".ICPP" ||
ext == ".H" || ext == ".HPP" || ext == ".HH" || ext == ".HXX" ||
ext == ".LAY" || ext == ".SCH") {
fp.Add(path);