|
From: Milan B. <mi...@pa...> - 2009-05-21 15:53:54
|
Andreas Maier wrote: > i took a look into MultilineEnterDialog and made changes to > EditBlobDialog. I think it now catches FR platform-rules. > Here is my first patch now ;-). hope it is okay. Seems fine from internals point of view. I don't know about the GUI, but I wont bother to try it until wxNotebook is there, beacause you would have to change the layout anyway. > It includes a BLOB-Editor with the ability to edit text. WxNotebook and > other things (Binary, wxHtml, etc.) will follow. Hopefully soon? You could just create a dialog with a notebook and put a single tab in it for start. In that tab, add this editor that you already have. This should be enough for the first step. I'd be willing to merge a patch that does that (if it works correctly, of course) into the HEAD. -- Milan Babuskov http://www.flamerobin.org http://www.guacosoft.com |