Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: LETARTARE on November 20, 2023, 04:17:59 pm

Title: Compiler toolbar : r13398
Post by: LETARTARE on November 20, 2023, 04:17:59 pm
I almost exclusively use the compiler toolbar to create projects. But I often click on 'Rebuild' instead of 'Build and run' because of the proximity!
So I suggest you modify this toolbar by moving the 'Stop' between the two previous icons.

I submitted a ticket :  https://sourceforge.net/p/codeblocks/tickets/1433/ (https://sourceforge.net/p/codeblocks/tickets/1433/)

Does this happen to you as well ?
Title: Re: Compiler toolbar : r13398
Post by: Miguel Gimenez on November 20, 2023, 05:45:58 pm
Quote
Does this happen to you as well ?
Never.

You can always reactivate the annoying dialog that warns about rebuilding.
Title: Re: Compiler toolbar : r13398
Post by: LETARTARE on November 20, 2023, 06:04:37 pm
But aren't the object files deleted before rebuilding ?
If so, we'll have to build them all anyway.
Title: Re: Compiler toolbar : r13398
Post by: Miguel Gimenez on November 20, 2023, 06:24:06 pm
They are deleted only if the dialog is disabled or you click OK on it.
Title: Re: Compiler toolbar : r13398
Post by: LETARTARE on November 21, 2023, 02:16:45 pm
Yes, but I haven't had this dialogue in a long time !
Since I made this modification, I no longer make the error described above.