[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 text editor.What do

[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

[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 including a full javascript

[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 request is reasonable, but the way

[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,

[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 issue

[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 braces

[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 (), but

[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 only match