[MonoDevelop] Scintilla over GtkSourceView

Ben Maurer 05mauben@hawken.edu
Wed, 04 Feb 2004 12:12:20 -0500


Yes, it absolutely is.

For example, I am working on getting your smart indent system back into =
the new editor. What I will probably do is to hook the `on key pressed' =
event and pass that along to the formatting strategy. I am abstracting =
many of the interfaces here so that we can get things to work with both =
impls.

Another example, Todd has IntelliSense working.

So, `yes'

-- Ben

>>> Mike Krueger <mike@icsharpcode.net> 02/04/04 12:09 PM >>>
Hi

>Yes, and this *really* shows when doing editing. The performance of the =
new editor is worlds different. It is much easier to scroll across long =
documents, and tons of other differences are apparent.
>
>The only thing I regret is that the widget is not designed for code. In =
other words, control+arrow does not move the cursor quite like how you =
would want. But this can be fixed.
>
> =20
>
I still have got no answer to the question if you make it possible to=20
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=20
using an editor control.

Regards
Mike