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

wxSmith isues

<< < (13/15) > >>

gtafan:

--- Quote from: stahta01 on October 11, 2018, 06:26:24 pm ---
--- Quote from: gtafan on October 11, 2018, 01:47:53 pm ---So can at least some of that features be added?

--- End quote ---

There is likely no core CB Dev person who is supporting wxSmith.

If you submit good patches, there is a good chance they will be applied.

Remember the patch should fix/add a single feature at a time.

Tim S.

--- End quote ---
Like, already mentioned, I am not the person to write such patches, as it goes more than over my skills.

gtafan:

--- Quote from: gtafan on February 14, 2018, 01:10:27 pm ---
--- Quote from: BlueHazzard on February 13, 2018, 05:00:04 pm ---You have to compile codeblocks by yourself to get the latest features, or wait for a nightly build. At the moment only wxSpinCtrlDouble  is in trunk (https://sourceforge.net/p/codeblocks/code/HEAD/tree/ ), for the StyledTextCtrl you have to wait until a developer has reviewed the code and pushed to trunk.

How to compile codeblocks from source: http://wiki.codeblocks.org/index.php/Installing_Code::Blocks_from_source_on_Windows
But be aware, this is a old guide and you have to use the wx30 workspace and fix al paths and settings accordingly. I have lost my wiki password, and i don't get any answer from the admin so i can not fix the wiki entries...

--- End quote ---
So it´s much complicated, that I thought. I thought, that I have just to replace wxSmith stuff.
I personally not really interested in StyledTextCtrl, but since it was avaible in wxDev see no reason why it shouldn´t be suported in wxSmith. Also could you post the request for wxSimplebook there? The widget is also not a priority for me personally, but it´s the only mising book widget.

--- End quote ---
But wxSpinCtrlDouble will be avaible in the coming release version of Code::Blocks ?

BlueHazzard:
Yes, it is in the latest nightly

gtafan:

--- Quote from: BlueHazzard on December 10, 2018, 02:12:40 pm ---Yes, it is in the latest nightly

--- End quote ---
Glad to hear that. Any chace to see at least 1 of the other things from that list?

BlueHazzard:
    wxStyledTextCtrl missing fixed in https://sourceforge.net/p/codeblocks/tickets/617/ <- this needs some approval of other devs
    wxGridBagSizer include is not correct <- should be doable, have to look into it
    start a clean framebased wxSmith project, without menu and status bars <- probably tons of work, no time at the moment
    set ScrollRate values for wxScrolledWindow in wxSmith <- have looked into it. But can not implement, because the default value is from sizer and if we add setScrollRate by hand this will break the nice dafault behaviour you get by using default values provided by sizer. Unless you can give me some way to add a nice default value i can not implement this
    wizard helping including xpms in Image editor <- there is a new feature that allows you to use normal, non embedded images in the trunk.
    generic version of common dialogs:  http://docs.wxwidgets.org/trunk/overview_cmndlg.html for example wxGenericColourDialog <- had not the time to look into it
    Editor dialog for editing columns in list control <- to time consuming at the moment
    Clone dialogs and panels <- to time consuming at the moment, but i would really like to make this happen
    wxSimplebook <- looked into it. Quite timeconsuming to implement... You have to add new dialogs for page management and so on... Need more time to learn the wxSmith source code to make this properly...

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version