Page 1 of 1
import files without extension
Posted: Wed Sep 10, 2008 4:28 pm
by gerardpuducul
Hy all,
yes it me again.
When I choose to import files from directory and uncheck "import files without extension" codelite import file without extensiom anyway!
Is it normal?
Thanks
Codelite rev2060 ( and 1789 too) WindowsXP
Re: import files without extension
Posted: Wed Sep 10, 2008 4:44 pm
by eranif
gerardpuducul wrote:When I choose to import files from directory and uncheck "import files without extension" codelite import file without extensiom anyway! Is it normal?
If I can confirm it, then yes it is a bug
Eran
Re: import files without extension
Posted: Wed Sep 10, 2008 5:09 pm
by gerardpuducul
So i want to detail that. In fact I use this file mask "*.cpp;*.cc;*.cxx;*.h;*.hpp;*.c;*.c++;*.mk;make*" when i import.
If i don't use the "make*" mask and uncheck "import files without extension" all is ok. But if I use "make*" mask, codelite import all file without extension even if "import files without extension" uncheck ( I just want to import makefile).
Is it normal?
Re: import files without extension
Posted: Wed Sep 10, 2008 5:36 pm
by eranif
gerardpuducul wrote:So i want to detail that. In fact I use this file mask "*.cpp;*.cc;*.cxx;*.h;*.hpp;*.c;*.c++;*.mk;make*" when i import.
If i don't use the "make*" mask and uncheck "import files without extension" all is ok. But if I use "make*" mask, codelite import all file without extension even if "import files without extension" uncheck ( I just want to import makefile).
Is it normal?
Ok, now it sounds more reasonable. This indeed sounds like a bug to me (I think I remember that hacked the pattern matching in that code
)
I will test it and will let you know - please file a bug report at SF
Thanks
Eran