News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Cb-13084 : IncrementalSearch => forgot svg image

Started by LETARTARE, November 29, 2022, 01:49:00 AM

Previous topic - Next topic

LETARTARE

Win-7 : cb13084::IncrementalSearch-32_64.cbp
Here is a patch to load the SVG images.
CB-13834, plugins-sdk-2.25.0 : Collector-2.6.5, AddOnForQt-5.1.2
1- Win7 Business Pack1 64bits : wx-3.2.8, gcc-15.2.0,
2- OpenSuse::Leap-15.6-64bits : wx-3.2.8;gtk3-u, gcc-15.2.0,
=> !! The messages are translated by 'Deepl'

Miguel Gimenez

After removing whitespace changes, the only difference I see is this:

- <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?.

LETARTARE

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.
CB-13834, plugins-sdk-2.25.0 : Collector-2.6.5, AddOnForQt-5.1.2
1- Win7 Business Pack1 64bits : wx-3.2.8, gcc-15.2.0,
2- OpenSuse::Leap-15.6-64bits : wx-3.2.8;gtk3-u, gcc-15.2.0,
=> !! The messages are translated by 'Deepl'