Bug in project settings->Compiler/Linker options

Discussion about CodeLite development process and patches
frank_frl
CodeLite Expert
Posts: 176
Joined: Sun Aug 17, 2008 2:45 pm
Contact:

Bug in project settings->Compiler/Linker options

Post by frank_frl »

Hi,

there is a bug in the linker/compiler settings dialog in the Project Settings. If one has two options which starts with the same character, the logic which toggles the checkboxes in the options list gets confused. I have two entries in the linker options list [-s] and [-static-libgcc], since they start both with -s, it's not possible to check both in the checklist.

Frank
marfi
CodeLite Expert
Posts: 159
Joined: Mon Nov 03, 2008 9:17 pm
Contact:

Re: Bug in project settings->Compiler/Linker options

Post by marfi »

Here is a patch for this bug.

Regards
Michal
You do not have the required permissions to view the files attached to this post.
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Bug in project settings->Compiler/Linker options

Post by eranif »

Applied
Make sure you have read the HOW TO POST thread
Post Reply