Anyway... some food for thought... the paned windows can be achieved with jQuery UI plugins. The auto completion features can be provided by the Amy Editor (which is already in web2py admin but disabled because not supported by all browsers).
Long term it would be nice to port what Stef has done to the browser. Investing time to redo it Qt may not be the best course of action if we could make if fully web based. Massimo On Aug 20, 7:01 pm, Michele Comitini <[email protected]> wrote: > pyQt: > > http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qtextedit....http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qwebpage.h... > > Also wxPython:http://docs.wxwidgets.org/stable/wx_wxview.html#wxview > > they are stable and ported on many platforms > > 2010/8/21 mdipierro <[email protected]>: > > > Qt includes thishttp://doc.trolltech.com/3.3/qtextbrowser.html > > would it help? > > > Massimo > > > On Aug 19, 6:04 pm, Stef Mientki <[email protected]> wrote: > >> On 19-08-2010 22:24, mdipierro wrote:> This is impressive. > >> thanks > >> > I would like to distribute this with web2py (under > >> > contrib with its own license) > >> > What do you think? > > >> I feel honored, > >> so sounds like a good idea to me.> What are the prerequisites? > > >> AFAIK (I always use a very full blown Python version, and I'm totally not > >> aware of which parts I'm > >> using), > >> but the most important things are Python 2.6 and wxPython 2.8. > >> The wysiwyg html editor is a docked Delphi application, so only suited for > >> windows. > >> For Mac and Linux this should be replaced by something else, maybe webkit, > >> but that doesn't run > >> (easy) under windows> Do you have binaries for windows and mac? > > >> No, > >> I can only make binaries for windows and even these are not very suitable > >> for distro, > >> because my builder always include the whole full blown python sources. > >> As I see there's enough interest, here is my global plan > >> - fix some bugs > >> - remove the non-standard libs > >> - make wysiswyg editor only included in windows > >> - make some basic doc > >> - make a windows binary + source distro (due to way my builder works, > >> that's almost the same) > >> Depending on my spare time, this should take a couple of weeks. > > >> then I need someone to test it (and probably make some changes) under > >> Linux and Mac > > >> then we can distibute it. > >> I mentioned BSD, because it's the easiest I know, > >> but any license is good for me, as long as it's free enough. > > >> cheers, > >> Stef > > >> > Massimo > > >> > On Aug 19, 3:12 pm, Stef Mientki <[email protected]> wrote: > >> >> hello, > > >> >> I made a movie about the most important features of the editor I'm > >> >> using, you can see it here: > > >> >>http://mientki.ruhosting.nl/movies/web2py_1.html > > >> >> If there's enough interest, I'll make the application available under > >> >> BSD license. > >> >> At this moment, only under windows all features are available. > > >> >> cheers, > >> >> Stef

