I am using .NET MVC in an application that needs to have a IronPython code editor on a webpage. I am looking for some code editor that can provide line numbers and some syntax highlighting for the text area where the code is entered. Does anyone have any pointers?
A:
The closest thing that I know of is the Silverlight interactive in browser console that you can see on http://ironpython.net/try/ I think it is available for download on the same place.
Branislav Abadjimarinov
2010-05-11 17:06:45
+1
A:
Here is EditArea, a free javascript editor for source code.
http://www.cdolivet.com/index.php?page=editArea&sess=29b251aada1d1490d83ff6010c691a82
It's just not for python, but it supports python.
Hope it helps you.
Bipul
2010-05-25 16:00:45
+1
A:
Perhaps Intellipad will do? Not sure if it runs under silverlight
David Lynch
2010-05-27 18:00:33
This does not look to be web-based
Zuber
2010-05-28 10:23:03
I thought if you could find the source you could lift the editor bits.
David Lynch
2010-05-28 14:49:12