News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

ThreadSearch 0.9 release (Windows only !!)

Started by dje, September 16, 2007, 11:19:24 PM

Previous topic - Next topic

dje

OK Morten, thanks. I send the sources tonight.
First try since plugin loading fails...

Dje

dje

Hi all !

Great progress in new Logger integration (thanks Morten !)

A last problem remains...
When I want to remove the panel from the Messages notebook, I use the following code:
CodeBlocksLogEvent evt(cbEVT_REMOVE_LOG_WINDOW, this);
Manager::Get()->GetAppWindow()->ProcessEvent(evt);


I just want to remove the Logger from the notebook but my logger is deleted when event is processed !
With previous behaviour, it was just removed...

Is there any way to remove Logger without deletion ?
If that's not the case, is it possible to add a boolean to the event to tell if Logger should be deleted ?

Dje

The-Kenny

Ohm... every time I try to install the plugin for windows I get the error
QuoteScanning for plugins in C:\Programme\Codeblocks/share/codeblocks/plugins
C:\Programme\Codeblocks/share/codeblocks/plugins/ThreadSearch.dll: not loaded (missing symbols?)

I get the same error with the ShellExtension Plugin.

dje

Hi !

The ThreadSearch plugin does not load any more since new Logging system integration.
Windows version will be released soon (as soon as Logger deletion is solved).
I hope the same for Linux...

Dje

krgh

Hi,

Thanks for the wondefull Plugin. But since recently, i am having few erros with this and i am not able to use Threadsearch Plugin.
I am using Codeblocks snapshot version CB_20071206_rev4711_win32 with mingwm10_gcc421 and wxmsw28u_gcc_cb_wx287.
Whenever i try to install threadsearch plugin i get below error

C:\Editors\Code Blocks/share/codeblocks/plugins/ThreadSearch.dll: not loaded (missing symbols?).


I use CB to work on ARM Compillers but this doesnt allow me to recompile the source. Please let me know how to recompile the code with some other toolchain.

TIA

Regards
Gururaja

dje

Hi !

QuoteThanks for the wondefull Plugin
:D :D Thanks !  :D :D

In fact, in previous post :
Quote from: dje on November 30, 2007, 12:07:50 AM
Hi !

The ThreadSearch plugin does not load any more since new Logging system integration.
Windows version will be released soon (as soon as Logger deletion is solved).
I hope the same for Linux...

Dje
New logger system appeared at rev 4606. It can not be used any more.
I am working on it.
I hope Windows version will be available at the end of the week.
Then I'll work on Linux issues.

Dje