From 0357f9d22e6ba36f5c5da032bfca38b9286ffe61 Mon Sep 17 00:00:00 2001 From: cxl Date: Mon, 26 Sep 2011 20:45:21 +0000 Subject: [PATCH] ide: Assist++ now scans .icpp files too git-svn-id: svn://ultimatepp.org/upp/trunk@3917 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/ide/Browser/Base.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppsrc/ide/Browser/Base.cpp b/uppsrc/ide/Browser/Base.cpp index 738534701..4a46cc2cf 100644 --- a/uppsrc/ide/Browser/Base.cpp +++ b/uppsrc/ide/Browser/Base.cpp @@ -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);