On 3/5/07, SPE Stani's Python Editor <[EMAIL PROTECTED]> wrote:
On 3/5/07, Ali Afshar <[EMAIL PROTECTED]> wrote:
Hi Ali, nice to hear from you again.

> On 05/03/07, Rob McMullen <[EMAIL PROTECTED]> wrote:
>
> > I wonder if there's a way to determine from the python side which
> > languages support folding and which don't?  HTML, for example, doesn't
> > produce any folding -- I had thought it might because of the nesting
> > of tags.
It *does*, if you change this:
    def setFoldMargin(self):
        self.SetProperty("fold", "1")
        self.SetProperty("fold.html","1")
(...)
For those who loose track of the changes, I put the latest version on my blog:
http://pythonide.stani.be

Stani

--
http://pythonide.stani.be

Reply via email to