import files without extension

General questions regarding the usage of CodeLite
gerardpuducul
CodeLite Enthusiast
Posts: 36
Joined: Mon Sep 08, 2008 5:11 pm
Contact:

import files without extension

Post by gerardpuducul »

Hy all,

yes it me again. :lol: :lol:

When I choose to import files from directory and uncheck "import files without extension" codelite import file without extensiom anyway! :shock: Is it normal?

Thanks

Codelite rev2060 ( and 1789 too) WindowsXP
User avatar
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

Post 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
Make sure you have read the HOW TO POST thread
gerardpuducul
CodeLite Enthusiast
Posts: 36
Joined: Mon Sep 08, 2008 5:11 pm
Contact:

Re: import files without extension

Post 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?
User avatar
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

Post 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
Make sure you have read the HOW TO POST thread
Post Reply