Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
wxSmith isues
BlueHazzard:
I wanted to try to implement your controls, and i found out, that there is a implementation for this controls in wxSmith. They are simply not compiled and up to date ( the source is from 2000~2003?)
https://sourceforge.net/p/codeblocks/code/HEAD/tree/trunk/src/plugins/contrib/wxSmithSTC/
They are not in the default codeblocks.workspace
Anyway, the rich text component compiles fine with wx2.8 and wx3.0
The wxStyledTextCtrl does not work, because it is made for <wx2.8
I think it would not be difficult to port it to wx3.0 but i would not port it to wx2.8. I think we should begin to abandon wx2.8.
Any thoughts on this? Why is this component not shipped by default?
oBFusCATed:
Use blame to find out if it is mentioned. And yes, don't bother to provide support for wxSTC on wx2.8, just 3.0 is enough.
gtafan:
--- Quote from: BlueHazzard on February 08, 2018, 09:42:30 pm ---I wanted to try to implement your controls, and i found out, that there is a implementation for this controls in wxSmith. They are simply not compiled and up to date ( the source is from 2000~2003?)
https://sourceforge.net/p/codeblocks/code/HEAD/tree/trunk/src/plugins/contrib/wxSmithSTC/
They are not in the default codeblocks.workspace
Anyway, the rich text component compiles fine with wx2.8 and wx3.0
The wxStyledTextCtrl does not work, because it is made for <wx2.8
I think it would not be difficult to port it to wx3.0 but i would not port it to wx2.8. I think we should begin to abandon wx2.8.
Any thoughts on this? Why is this component not shipped by default?
--- End quote ---
But what about wxSpinCtrlDouble? This component would be very usefull for me since I want to manipulate float values.
BlueHazzard:
I created a pull request for the wxSmithSTC component.
https://github.com/obfuscated/codeblocks_sf/pull/9
BlueHazzard:
Pull request for wxSpinCtrlDouble
https://github.com/obfuscated/codeblocks_sf/pull/10
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version