News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Added additional rich text controls to wxSmith and improved some others.

Started by Cryogen, September 12, 2010, 06:25:48 AM

Previous topic - Next topic

Cryogen


Hi Guys,

I've released 2 more patches for wxSmith. The first corrects some oversights and a bug in some controls added previously:

-Documented the important event ID requirement for wxFindReplaceDialog;
-Generate a wxRichTextStyleSheet for wxRichTextStyleOrganiserDialog;
-Fixed a bug in wxsRichTextStyleOrganiserDialog that caused dialogue styles to be omitted.

The second adds some additional rich text controls:
-wxRichTextStyleComboCtrl
-wxRichTextStyleListBox
-wxRichTextStyleListCtrl

A demo app. is now available from the wxSmithAddons link below and should be updated with the new controls in a day or so.

Cheers.
DoxyBlocks: Now in contrib. Cool, baby.
DoxyDocs: [url="http://wxsmithaddons.sourceforge.net/docs/doxyblocks/"]http://wxsmithaddons.sourceforge.net/docs/doxyblocks/[/url]
wxSmith Add-ons: [url="http://wxsmithaddons.sourceforge.net/"]http://wxsmithaddons.sourceforge.net/[/url]
Cryo's Patchorama: [url="http://forums.next.codeblocks.org/index.php/topic,12619.0.html"]http://forums.next.codeblocks.org/index.php/topic,12619.0.html[/url]

MortenMacFly

...sorry, but this patch (wxsmith_add_richtext_controls.patch) does not work for me. The error is:
patching file "src/plugins/contrib/wxSmith/wxSmith-unix.cbp"                                          
patching file "src/plugins/contrib/wxSmith/wxSmith.cbp"                                                
patching file "src/plugins/contrib/wxSmith/wxwidgets/defitems/Makefile.am"                            
patch: **** malformed patch at line 90: @@ -167,6 +173,7 @@                                            

...any hints? Can you re-do?
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Cryogen

Quote from: MortenMacFly on September 13, 2010, 12:56:07 PM
...sorry, but this patch (wxsmith_add_richtext_controls.patch) does not work for me. The error is:
patching file "src/plugins/contrib/wxSmith/wxSmith-unix.cbp"                                          
patching file "src/plugins/contrib/wxSmith/wxSmith.cbp"                                                
patching file "src/plugins/contrib/wxSmith/wxwidgets/defitems/Makefile.am"                            
patch: **** malformed patch at line 90: @@ -167,6 +173,7 @@                                            

...any hints? Can you re-do?

I'll redo it. I modified it by hand to remove the image changes which aren't in SVN. That probably screwed it. Sorry.  :oops:

DoxyBlocks: Now in contrib. Cool, baby.
DoxyDocs: [url="http://wxsmithaddons.sourceforge.net/docs/doxyblocks/"]http://wxsmithaddons.sourceforge.net/docs/doxyblocks/[/url]
wxSmith Add-ons: [url="http://wxsmithaddons.sourceforge.net/"]http://wxsmithaddons.sourceforge.net/[/url]
Cryo's Patchorama: [url="http://forums.next.codeblocks.org/index.php/topic,12619.0.html"]http://forums.next.codeblocks.org/index.php/topic,12619.0.html[/url]

Cryogen


Patch version 2. You'll need to remove the imagelist-related entries manually if necessary.
DoxyBlocks: Now in contrib. Cool, baby.
DoxyDocs: [url="http://wxsmithaddons.sourceforge.net/docs/doxyblocks/"]http://wxsmithaddons.sourceforge.net/docs/doxyblocks/[/url]
wxSmith Add-ons: [url="http://wxsmithaddons.sourceforge.net/"]http://wxsmithaddons.sourceforge.net/[/url]
Cryo's Patchorama: [url="http://forums.next.codeblocks.org/index.php/topic,12619.0.html"]http://forums.next.codeblocks.org/index.php/topic,12619.0.html[/url]