Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Codeblocks ported to sqrat
oBFusCATed:
Why are you adding wxMessageBox as cbMessageBox is preferred?
BlueHazzard:
i missed that cbMessageBox exists -.- i will revert this...
BlueHazzard:
i added also:
* the possibility to use c::b events
* Test script to test c::b events
* Test script to test user dialogs
BlueHazzard:
New added:
* XRC Dialogs can now be loaded and shown modal and not modal
* "any" wxWidgets Dialog event can now be processed in script
* The possibility to create also nested menus from a script
* Menus get cleared after unregistering a plugin
* Add function UnRegsiterPlugin to the script binding
* The "Plugin Configuration Dialog" shows now also script plugins, and they can be uninstalled (for now only unregistered) from there
* Test plugin for XRC dialogs
* Test plugin for menus
* Updated all test plugins to appear only in the Plugin/Test submenu
* Add more wxString bindings
!!!! The old script plugin samples and also the wiki are wrong. In the consructor of the plugin there needs to be the line
--- Code: ---info = PluginInfo();
--- End code ---
if this line isn't present all plugins share the same info field and the names get overwritten every time a new plugin gets created.
For reference: http://www.squirrel-lang.org/doc/squirrel3.html#d0e1672
still needs some testers with different compiler versions...
greetings
oBFusCATed:
I hope you know you can edit the wiki yourself (use the login details for the forum).
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version