User forums > Nightly builds

The 17 May 2012 build (7966) is out.

<< < (7/15) > >>

Grom:
I would spend time on wxSmith. Basically Borland-Embarcadero idea can be implemented here. The wxWidgets component can have some class with list of all control properties to have an easy integration to the wxSmith. + Higher level of automation in wxSmith can be achieved with python script (it will give more automatic menus and tool bars).

MortenMacFly:

--- Quote from: Grom on May 22, 2012, 06:13:14 pm ---The wxWidgets component can have some class with list of all control properties to have an easy integration to the wxSmith.
--- End quote ---
I don't quite get what exactly you mean, but integrating new UI controls is rather easy already in wxSmith.

What's missing is IMHO an inheritance strategy for UI controls that derive from others. Here, sometimes you won't see the parent's event handlers. If you have some spare time,  concept / implementation for this would be really beneficial.

MortenMacFly:

--- Quote from: danselmi on May 22, 2012, 10:53:38 am ---Hopefully this time nothing is missing in the patch (except the adjusted makefile.am ...).

--- End quote ---
Tested and works fine here, feel free to commit from my side (including the makefile.am update from my other post).

hooluupog:
Codeblocks still freezed when debugging application with large data (for example, vector with 10,000 elements).Yep,"set print elements" can avoid this problem.However,visual studio can show all of the elements imediately when debugging. I don't know how they managed to do that.

MortenMacFly:

--- Quote from: hooluupog on May 26, 2012, 08:34:42 am ---I don't know how they managed to do that.

--- End quote ---
Well first of all they use a completely different debugger principle...

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version