User forums > Using Code::Blocks
{thread search] File mask not saved
BlueHazzard:
So there are 3(4) bugs in this plugin?
1) The crash that is original reported in your thread (fixed by updating compiler/wx version? )
2) The value in the mask text control field gets overwritten by "*.*". This happens only on windows with wx>3.0 (or at least not in wx2.8). This is fixed with the patch provided by Miguel Gimenez
3) The drop down boxes in the options dialog (called from the toolbar or from settings->environment->thread search) do not get populated. This should not work on any operating system because it is not implemented as far as i can see. This should be fixed with my patch
(4) The mask is not applied on project and workspace files. I think this is a bug and i will fix this too...
Am i here correct, or do i miss something here?
ollydbg:
--- Quote from: BlueHazzard on February 07, 2019, 08:05:59 pm ---So there are 3(4) bugs in this plugin?
1) The crash that is original reported in your thread (fixed by updating compiler/wx version? )
--- End quote ---
Yes, newer GCC version such as GCC 7.2 don't show this crash.
--- Quote ---2) The value in the mask text control field gets overwritten by "*.*". This happens only on windows with wx>3.0 (or at least not in wx2.8). This is fixed with the patch provided by Miguel Gimenez
--- End quote ---
I will try to apply this patch and see whether it fixed the issue. Thanks.
I don't know the (3) and (4) issue currently. :)
Miguel Gimenez:
--- Quote ---So there are 3(4) bugs in this plugin?
--- End quote ---
There is at least one more bug, a crash when disabling the plugin due to an use-after-free issue. This is described in ticket 777, and I posted there a possible patch.
https://sourceforge.net/p/codeblocks/tickets/777/
BlueHazzard:
Any feedback on this?
If no one is against them i will commit them one by one in the next days (beside the 777, there still seems to be some discussion)
BlueHazzard:
Here is the patch for point 4: apply mask on every search request (files, workspace, project and target)
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version