[sage-support] Re: parenthesis matching in notebook environment

2008-04-24 Thread Jason Grout
William Stein wrote: > On Wed, Apr 23, 2008 at 1:22 PM, Jason Grout > <[EMAIL PROTECTED]> wrote: >> >> William Stein wrote: >> > On Tue, Apr 22, 2008 at 3:56 PM, Jason Grout >> > <[EMAIL PROTECTED]> wrote: >> >> Jason Grout wrote: >> >> > Lars Fischer wrote: >> >> >> Hello, >> >> >> >>

[sage-support] Re: parenthesis matching in notebook environment

2008-04-23 Thread William Stein
On Wed, Apr 23, 2008 at 1:22 PM, Jason Grout <[EMAIL PROTECTED]> wrote: > > > William Stein wrote: > > On Tue, Apr 22, 2008 at 3:56 PM, Jason Grout > > <[EMAIL PROTECTED]> wrote: > >> Jason Grout wrote: > >> > Lars Fischer wrote: > >> >> Hello, > >> >> > >> >>> I think this feature re

[sage-support] Re: parenthesis matching in notebook environment

2008-04-23 Thread Jason Grout
William Stein wrote: > On Tue, Apr 22, 2008 at 3:56 PM, Jason Grout > <[EMAIL PROTECTED]> wrote: >> Jason Grout wrote: >> > Lars Fischer wrote: >> >> Hello, >> >> >> >>> I think this feature request is reasonable, but the way to >> >>> implement it is to just do it directly instead of includ

[sage-support] Re: parenthesis matching in notebook environment

2008-04-23 Thread Jurgis Pralgauskis
http://Crunchy.sf.net uses editarea, and they had a rough test on FF3 with no complains on editor http://groups.google.com/group/crunchy-discuss there's a screenshot http://popmokslas.projektas.lt/failai/etc/CrunchyEditor%e2%80%93FF.png and js http://www.koders.com/javascript/fidC214ECA4C1C5462D

[sage-support] Re: parenthesis matching in notebook environment

2008-04-23 Thread William Stein
On Tue, Apr 22, 2008 at 3:56 PM, Jason Grout <[EMAIL PROTECTED]> wrote: > > Jason Grout wrote: > > Lars Fischer wrote: > >> Hello, > >> > >>> I think this feature request is reasonable, but the way to > >>> implement it is to just do it directly instead of including a > >>> full javascript

[sage-support] Re: parenthesis matching in notebook environment

2008-04-22 Thread Jason Grout
Jason Grout wrote: > Lars Fischer wrote: >> Hello, >> >>> I think this feature request is reasonable, but the way to >>> implement it is to just do it directly instead of including a >>> full javascript text editor.What do you think? >> you could write a more general function that does not onl

[sage-support] Re: parenthesis matching in notebook environment

2008-04-22 Thread Jason Grout
Lars Fischer wrote: > Hello, > >> I think this feature request is reasonable, but the way to >> implement it is to just do it directly instead of including a >> full javascript text editor.What do you think? > > you could write a more general function that does not only match > parenthesis (

[sage-support] Re: parenthesis matching in notebook environment

2008-04-22 Thread Lars Fischer
Hello, > I think this feature request is reasonable, but the way to > implement it is to just do it directly instead of including a > full javascript text editor.What do you think? you could write a more general function that does not only match parenthesis (), but also brackets [] and brace

[sage-support] Re: parenthesis matching in notebook environment

2008-04-22 Thread William Stein
On Tue, Apr 22, 2008 at 1:25 AM, Mike Hansen <[EMAIL PROTECTED]> wrote: > > Hi, > > Do you know a good example of an javascript text editor that does > this? If you could search around, that would be most helpful. The > biggest concern is probably the impact on performance; it's the same >

[sage-support] Re: parenthesis matching in notebook environment

2008-04-22 Thread Mike Hansen
Hi, Do you know a good example of an javascript text editor that does this? If you could search around, that would be most helpful. The biggest concern is probably the impact on performance; it's the same issue with things like syntax highlighting. --Mike On Tue, Apr 22, 2008 at 1:21 AM, pong