ENH: also check for .hpp and .cxx files
Alex
This commit is contained in:
parent
d0833b7bc3
commit
326e114439
@ -245,8 +245,8 @@ bool cmGlobalKdevelopGenerator
|
|||||||
if (fileToOpen.empty())
|
if (fileToOpen.empty())
|
||||||
{
|
{
|
||||||
std::string ext = cmSystemTools::GetFilenameExtension(tmp);
|
std::string ext = cmSystemTools::GetFilenameExtension(tmp);
|
||||||
if ((ext==".c") || (ext==".cc") || (ext==".cpp")
|
if ((ext==".c") || (ext==".cc") || (ext==".cpp") || (ext==".cxx")
|
||||||
|| (ext==".C") || (ext==".h"))
|
|| (ext==".C") || (ext==".h") || (ext==".hpp"))
|
||||||
{
|
{
|
||||||
fileToOpen=tmp;
|
fileToOpen=tmp;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user