mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-14 22:03:16 -06:00
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:
parent
58593f591c
commit
0357f9d22e
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue