[RESOLVED] [2.0] text editor using SharpDevelop .dll
Hi,
I´m trying to create a basic text editor, using syntax highlighting from sharpdevelop.
I would need to use the folowing .dll , ICSharpCode.TextEditor.dll .
I´ve added a reference to this .dll in visual studio 2005, but have no idea as to how to make use of these highlighting features etc.
Could sb please help out, or paste me a link to a tutorial. I´ve been searching the net for a while, but can´t seem to find any tutorials.
Thanks,
Raúl.
Re: [2.0] text editor using SharpDevelop .dll
Open the Object Browser window in VS and investigate what types and methods that library contains. The names should give you a pretty good idea of what each does.
Re: [2.0] text editor using SharpDevelop .dll