Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

wxSmithAui plugin: wxAui support for wxSmith

<< < (12/12)

Ganbito:

--- Quote from: x3y1 on April 30, 2009, 06:42:14 am ---When I Compiled this plugin and installed in c::b, I cannot exit C::B normally, I have to kill the process codeblocks.exe in the taskmgr! I am in 32bit system(windows xp)!

--- End quote ---

I've experienced this on my developing linux system. Then I've reinstalled and thought that it has gone. Now I have updated to the last Ubuntu (64bit) and I can confirm that this bug already exists.

It happens when you use wxAuiManager. If you just use wxAuiNotebook, codeblocks exits normally.

I'm sure the reason of this bug is that the method UnInit() of any wxAuiManager has to be called before destroy them, but wxSmith don't have support for such type of calls right now, so I've tried to solve it within my plugin, but I can't solve the bug. Probably, to fix this bug, modify (add a feature to) wxSmith will be needed.

I don't know when I can fix this bug. Sorry.

x3y1:

--- Quote from: Ganbito on May 01, 2009, 12:49:02 am ---I'm sure the reason of this bug is that the method UnInit() of any wxAuiManager has to be called before destroy them, but wxSmith don't have support for such type of calls right now, so I've tried to solve it within my plugin, but I can't solve the bug. Probably, to fix this bug, modify (add a feature to) wxSmith will be needed.

I don't know when I can fix this bug. Sorry.

--- End quote ---
3x!

Ganbito:
wxSmithAui just came to trunk!

Code::Blocks devs have merged recently wxAui branch (where wxSmithAui integration have been tested) with trunk, so now you can download wxSmithAui directly from there with the main distribution. By the way, download links on the first post of this topic were deleted by admin, but now they aren't needed.

For more information about the merge see this topic: wxAuiNotebook introduction in TRUNK.

Thanks to all Code::Blocks devs but specially to MortenMacFly for the integration in svn.

Navigation

[0] Message Index

[*] Previous page

Go to full version