[MonoDevelop] Scintilla over GtkSourceView

Miguel de Icaza miguel@ximian.com
Wed, 04 Feb 2004 12:53:37 -0500


Hello,

> I still have got no answer to the question if you make it possible to 
> extend the editor using C# source code. In fact which extension points
> could you provide for the new editor? This IS the important criteria for 
> using an editor control.

You can override any of the methods from SourceView, TextView, Container
and Widget in that order.

Since you can override most of the Widget ones, there is quite a lot of
flexibility ther.e