Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: kipade on June 13, 2021, 02:12:39 pm

Title: gcompilergcc active item in buildoptions dialog does not match current target
Post by: kipade on June 13, 2021, 02:12:39 pm
As the topic, the selected active build target tree item does not match the current active build target selected in the combobox of the current project.
Because, when the build options dialog being shown, it will check if there was a real build target select, if so, it would make the real build target as selected.
However, if there were some virtual build target existed, the current real target index would based its first non-zero real index within the whole target array.
so, this code line should be modified as:
Title: Re: gcompilergcc active item in buildoptions dialog does not match current target
Post by: oBFusCATed on June 13, 2021, 06:25:05 pm
Version, example project?
I think something like this has been fixed already recently.
Title: Re: gcompilergcc active item in buildoptions dialog does not match current target
Post by: kipade on June 14, 2021, 03:03:03 am
recent head version, svn12458
Just take codeblocks project as the example will re-show the issue.
Im not sure if it same for windows version.
Title: Re: gcompilergcc active item in buildoptions dialog does not match current target
Post by: oBFusCATed on June 14, 2021, 09:16:33 am
Please log an issue on https://sourceforge.net/p/codeblocks/tickets/
Here it will be forgotten.
Title: Re: gcompilergcc active item in buildoptions dialog does not match current target
Post by: kipade on June 14, 2021, 09:26:11 am
I just forgot where I can create the tickets as before.
regards.