Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: LETARTARE on November 29, 2022, 01:49:00 am

Title: Cb-13084 : IncrementalSearch => forgot svg image
Post by: LETARTARE on November 29, 2022, 01:49:00 am
Win-7 : cb13084::IncrementalSearch-32_64.cbp
Here is a patch to load the SVG images.
Title: Re: Cb-13084 : IncrementalSearch => forgot svg image
Post by: Miguel Gimenez on November 29, 2022, 07:16:17 am
After removing whitespace changes, the only difference I see is this:
Code
-	<Add after="zip -Rq9 ..\..\..\devel32_64\share\codeblocks\IncrementalSearch.zip images\svg\*.svg" />
+ <Add after="zip -Rq9 ..\..\..\devel32_64\share\codeblocks\IncrementalSearch.zip images\svg\*.svg images\svg\*.svg" />
so you are adding the SVG files again. Is this really needed?.
Title: Re: Cb-13084 : IncrementalSearch => forgot svg image
Post by: LETARTARE on November 29, 2022, 10:53:02 am
On my update of cb13084 I didn't have this line and red messages in the C::B log!

This was a mistake on my part.