views:

65

answers:

3

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
+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
+1  A: 

Perhaps Intellipad will do? Not sure if it runs under silverlight

David Lynch
This does not look to be web-based
Zuber
I thought if you could find the source you could lift the editor bits.
David Lynch