[web2py] Re: My editor ...

2010-08-26 Thread Skiros
GREAT Job Stef !!! and don´t worry, do it at your own time, is no need to hurry. On 24 ago, 08:39, Stef Mientki wrote: >  On 24-08-2010 07:05, Johan wrote:> Is it possible to post a free version of > this _as it is_ ? > > Some of us my find it very useful. > > Or even, a version without the wy

Re: [web2py] Re: My editor ...

2010-08-24 Thread Stef Mientki
On 24-08-2010 07:05, Johan wrote: > Is it possible to post a free version of this _as it is_ ? > Some of us my find it very useful. > Or even, a version without the wysiwyg, if that's the problem. I'll do my best and will try to make a first alfa release by the end of the week. cheers, Stef

[web2py] Re: My editor ...

2010-08-23 Thread Johan
Is it possible to post a free version of this _as it is_ ? Some of us my find it very useful. Or even, a version without the wysiwyg, if that's the problem.

[web2py] Re: My editor ...

2010-08-21 Thread phipsico
PySide is Python for QT . is LGPL. Any of the three (QT -pyside-; GTK -pygtk-; WxWidget -wxPython-) is a good choice. the most important thing is that you feel comfortable. I think it is important to remove dependencies from Delphis. And make sure it's multiplatform.

Re: [web2py] Re: My editor ...

2010-08-21 Thread Stef Mientki
On 21-08-2010 16:29, mdipierro wrote: > There was a problem in trunk that may have caused this. The problem > was with the recent change in URL bahviour. I think I fixed it. Yet I > cannot run your code. I am getting a strange error > > fh = urlopen ( URL ) > return fh.getcode() > Attribut

[web2py] Re: My editor ...

2010-08-21 Thread mdipierro
There was a problem in trunk that may have caused this. The problem was with the recent change in URL bahviour. I think I fixed it. Yet I cannot run your code. I am getting a strange error fh = urlopen ( URL ) return fh.getcode() AttributeError: addinfourl instance has no attribute 'getcod

[web2py] Re: My editor ...

2010-08-21 Thread Mengu
Yes, Qt license can be GPL or LGPL. PyQt license can be GPL and there is a price to pay for commercial apps. On 21 Ağustos, 12:38, Jason Brower wrote: > The QT licence can be gpl or lgpl. But it's free rest assured. > > > > - Original message - > >   On 21-08-2010 02:01, Michele Comitini

[web2py] Re: My editor ...

2010-08-21 Thread Martin.Mulone
I think is making an example, stef want to demostrate that web2py is returning 200 instead of 400. Is this a bug? On 21 ago, 10:26, mdipierro wrote: > why are the urls in the first set truncated? > > On Aug 21, 8:07 am, Stef Mientki wrote: > > > > >  On 21-08-2010 14:46, mdipierro wrote: > > > >

Re: [web2py] Re: My editor ...

2010-08-21 Thread Stef Mientki
On 21-08-2010 15:26, mdipierro wrote: > why are the urls in the first set truncated? to create deliberately an error ;-) cheers, Stef

[web2py] Re: My editor ...

2010-08-21 Thread mdipierro
why are the urls in the first set truncated? On Aug 21, 8:07 am, Stef Mientki wrote: >  On 21-08-2010 14:46, mdipierro wrote: > > > what do you find that is strange? > > This is the result with the last letter removed, so all links should give an > error, > but they differ with the 2 methods, >

Re: [web2py] Re: My editor ...

2010-08-21 Thread Stef Mientki
On 21-08-2010 14:46, mdipierro wrote: > what do you find that is strange? This is the result with the last letter removed, so all links should give an error, but they differ with the 2 methods, and some of them produce 200, while they are definitely wrong 404 500 http://127.0.0.1:8000/welcome/de

[web2py] Re: My editor ...

2010-08-21 Thread mdipierro
what do you find that is strange? On Aug 21, 7:32 am, Stef Mientki wrote: > > Graphical representation of links or pages that don't get linked to. > > I tried to test the links (with 2 algorithms, code below) in a generated > webpage, but the result I > get are very weird. > Probably one you kno

Re: [web2py] Re: My editor ...

2010-08-21 Thread Stef Mientki
> Graphical representation of links or pages that don't get linked to. I tried to test the links (with 2 algorithms, code below) in a generated webpage, but the result I get are very weird. Probably one you knows a better way ? cheers, Stef from BeautifulSoup import BeautifulSoup from urllib

Re: [web2py] Re: My editor ...

2010-08-21 Thread Stef Mientki
On 21-08-2010 06:47, Jason Brower wrote: > As much as I agree I don't. I feel there are a lot of features we could > implement in an editor built for Web2Py. I would love to see features > like the following: > When in a method I can press a key and my browser (or the one built in) > would jump

Re: [web2py] Re: My editor ...

2010-08-21 Thread Jason Brower
The QT licence can be gpl or lgpl. But it's free rest assured. - Original message - >  On 21-08-2010 02:01, Michele Comitini wrote: > > pyQt: > > > > http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qtextedit.html > > http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/q

Re: [web2py] Re: My editor ...

2010-08-21 Thread Stef Mientki
On 21-08-2010 04:31, mdipierro wrote: > 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

Re: [web2py] Re: My editor ...

2010-08-21 Thread Stef Mientki
On 21-08-2010 02:01, Michele Comitini wrote: > pyQt: > > http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qtextedit.html > http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qwebpage.html#details switching from wxPython to QT is not an easy task, and it's not possible for me, bec

Re: [web2py] Re: My editor ...

2010-08-20 Thread Jason Brower
As much as I agree I don't. I feel there are a lot of features we could implement in an editor built for Web2Py. I would love to see features like the following: When in a method I can press a key and my browser (or the one built in) would jump to that page. Debug and stepping tools. (They exist,

[web2py] Re: My editor ...

2010-08-20 Thread mdipierro
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 t

Re: [web2py] Re: My editor ...

2010-08-20 Thread Michele Comitini
pyQt: http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qtextedit.html http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qwebpage.html#details Also wxPython: http://docs.wxwidgets.org/stable/wx_wxview.html#wxview they are stable and ported on many platforms 2010/8/21 mdipierro

[web2py] Re: My editor ...

2010-08-20 Thread mdipierro
Qt includes this http://doc.trolltech.com/3.3/qtextbrowser.html would it help? Massimo On Aug 19, 6:04 pm, Stef Mientki 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

Re: [web2py] Re: My editor ...

2010-08-20 Thread Stef Mientki
On 21-08-2010 00:42, Alexandre Andrade wrote: > >The wysiwyg html editor is a docked Delphi application, so only suited for > >windows. > > Since Delphi is Pascal language, maybe it can reworked as a Lazarus project well that doesn't solve the problem with the RichView license, ok you could rewri

Re: [web2py] Re: My editor ...

2010-08-20 Thread Alexandre Andrade
>The wysiwyg html editor is a docked Delphi application, so only suited for windows. Since Delphi is Pascal language, maybe it can reworked as a Lazarus project http://www.lazarus.freepascal.org/ 2010/8/19 Stef Mientki > On 19-08-2010 22:24, mdipierro wrote: > > This is impressive. > thanks >

Re: [web2py] Re: My editor ...

2010-08-20 Thread Stef Mientki
On 20-08-2010 12:54, Martin.Mulone wrote: > in linux gwibber use http://code.google.com/p/pywebkitgtk/, I think > you are right, there is no good way to support windows/linux/mac. I think webkit might be a good replacement. > Any > chances that you make the movie, in format movie and upload to >

Re: [web2py] Re: My editor ...

2010-08-20 Thread Stef Mientki
On 20-08-2010 12:20, mdipierro wrote: >> No, and as I use commercial libs, I'm not even allowed to make a dll, >> so I created an exe, which behaves more like a dll than like a exe ;-) > does the license allows you to make an exe but not a dll? Which > libraries are commercial? forgot to say, I ju

Re: [web2py] Re: My editor ...

2010-08-20 Thread Stef Mientki
On 20-08-2010 12:20, mdipierro wrote: >> No, and as I use commercial libs, I'm not even allowed to make a dll, >> so I created an exe, which behaves more like a dll than like a exe ;-) > does the license allows you to make an exe but not a dll? I'm not sure about a DLL, but I meant an ActiveX comp

[web2py] Re: My editor ...

2010-08-20 Thread Martin.Mulone
in linux gwibber use http://code.google.com/p/pywebkitgtk/, I think you are right, there is no good way to support windows/linux/mac. Any chances that you make the movie, in format movie and upload to youtube?. On 20 ago, 05:08, Stef Mientki wrote: >  On 20-08-2010 04:36, dlin wrote:> Instead of

[web2py] Re: My editor ...

2010-08-20 Thread mdipierro
> No, and as I use commercial libs, I'm not even allowed to make a dll, > so I created an exe, which behaves more like a dll than like a exe ;-) does the license allows you to make an exe but not a dll? Which libraries are commercial?

Re: [web2py] Re: My editor ...

2010-08-20 Thread Stef Mientki
On 20-08-2010 04:36, dlin wrote: > Instead of using wx, I suggest to try QT, that's will let it portable, > and there is solution for webkit+qt. > That's will let it more portable between windows/linux/mac AFAIK, webkit is also supported under wxPython, (I'm sure it's for Mac), and it should also

Re: [web2py] Re: My editor ...

2010-08-20 Thread Stef Mientki
On 20-08-2010 03:24, dlin wrote: > It's so cool. thanks, > I often use linux & vim. > But, I think that will let my colleagues happy to work with windows. > And your slide is also very cool (what's tool you use?) I used a rather old version of wink: http://www.debugmode.com/wink/ cheers, Stef > O

Re: [web2py] Re: My editor ...

2010-08-19 Thread Jason Brower
Aren't massive libraries required to make that happen? For example I don't have any qt apps. And on top of that, GTK is better. :P BR, Jason On Thu, 2010-08-19 at 19:36 -0700, dlin wrote: > Instead of using wx, I suggest to try QT, that's will let it portable, > and there is solution for webkit+

[web2py] Re: My editor ...

2010-08-19 Thread dlin
Instead of using wx, I suggest to try QT, that's will let it portable, and there is solution for webkit+qt. That's will let it more portable between windows/linux/mac On Aug 20, 10:00 am, Garrafa Pet 2 Litros wrote: > [2]... > > On 19 ago, 18:08, Alexandre Andrade wrote: > > > > > It's really im

[web2py] Re: My editor ...

2010-08-19 Thread Garrafa Pet 2 Litros
[2]... On 19 ago, 18:08, Alexandre Andrade wrote: > It's really impressive. So cool. it would be nice if it works in linux and > over ssh, but is already so good at this point. > > +1 to make the application available. > > 2010/8/19 Stef Mientki > > >  hello, > > > I made a movie about the most

[web2py] Re: My editor ...

2010-08-19 Thread dlin
It's so cool. I often use linux & vim. But, I think that will let my colleagues happy to work with windows. And your slide is also very cool (what's tool you use?) On Aug 20, 7:08 am, Stef Mientki wrote: >  On 19-08-2010 23:08, Alexandre Andrade wrote:> It's really impressive. So > cool. > thank

[web2py] Re: My editor ...

2010-08-19 Thread mdipierro
OK but even if this is only available to windows users it will be well worth inclusion. In this case we would include only binary. Massimo On Aug 19, 6:04 pm, Stef Mientki wrote: >  On 19-08-2010 22:24, mdipierro wrote:> This is impressive. > thanks > >  I would like to distribute this with web2

Re: [web2py] Re: My editor ...

2010-08-19 Thread Stef Mientki
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

[web2py] Re: My editor ...

2010-08-19 Thread Pai
+1 On Aug 19, 3:12 pm, Stef Mientki 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.

Re: [web2py] Re: My editor ...

2010-08-19 Thread Tom Atkins
very impressive! hope you get time to continue to develop and agree with Massimo to release with web2py.

[web2py] Re: My editor ...

2010-08-19 Thread Martin.Mulone
Amazing, Stef. Linux +1. On Aug 19, 6:08 pm, Alexandre Andrade wrote: > It's really impressive. So cool. it would be nice if it works in linux and > over ssh, but is already so good at this point. > > +1 to make the application available. > > 2010/8/19 Stef Mientki > > >  hello, > > > I made a m

[web2py] Re: My editor ...

2010-08-19 Thread qqsaqq
Awesome. *drools* On Aug 19, 10:12 pm, Stef Mientki 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

[web2py] Re: My editor ...

2010-08-19 Thread mdipierro
This is impressive. I would like to distribute this with web2py (under contrib with its own license) What do you think? What are the prerequisites? Do you have binaries for windows and mac? Massimo On Aug 19, 3:12 pm, Stef Mientki wrote: >  hello, > > I made a movie about the most important fea