Author Topic: Cb-13084 : IncrementalSearch => forgot svg image  (Read 2436 times)

Offline LETARTARE

  • Lives here!
  • ****
  • Posts: 531
  • L'ami de l'homme.The friend of man.
    • LETARTARE
Cb-13084 : IncrementalSearch => forgot svg image
« on: November 29, 2022, 01:49:00 am »
Win-7 : cb13084::IncrementalSearch-32_64.cbp
Here is a patch to load the SVG images.
CB-13483, plugins-sdk-2.25.0 : Collector-2.0.0, AddOnForQt-3.9.1
1-Win7 Business Pack1 64bits : wx-3.2.4, gcc-8.1.0,
2-OpenSuse::Leap-15.4-64bits : wx-3.2.4;gtk3, gcc-8.2.1,
=> !! The messages are translated by Deepl

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1553
Re: Cb-13084 : IncrementalSearch => forgot svg image
« Reply #1 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?.

Offline LETARTARE

  • Lives here!
  • ****
  • Posts: 531
  • L'ami de l'homme.The friend of man.
    • LETARTARE
Re: Cb-13084 : IncrementalSearch => forgot svg image
« Reply #2 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.
CB-13483, plugins-sdk-2.25.0 : Collector-2.0.0, AddOnForQt-3.9.1
1-Win7 Business Pack1 64bits : wx-3.2.4, gcc-8.1.0,
2-OpenSuse::Leap-15.4-64bits : wx-3.2.4;gtk3, gcc-8.2.1,
=> !! The messages are translated by Deepl