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
import files without extension
-
- CodeLite Enthusiast
- Posts: 36
- Joined: Mon Sep 08, 2008 5:11 pm
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: import files without extension
If I can confirm it, then yes it is a buggerardpuducul wrote:When I choose to import files from directory and uncheck "import files without extension" codelite import file without extensiom anyway! Is it normal?
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Enthusiast
- Posts: 36
- Joined: Mon Sep 08, 2008 5:11 pm
- Contact:
Re: import files without extension
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?
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?
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: import files without extension
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 )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?
I will test it and will let you know - please file a bug report at SF
Thanks
Eran
Make sure you have read the HOW TO POST thread