forked from icsharpcode/SharpDevelop
-
Notifications
You must be signed in to change notification settings - Fork 0
Using the texteditor
DanielGrunwald edited this page Jul 20, 2009
·
6 revisions
- ICSharpCode.TextEditor is the text editor used in SharpDevelop 3
- ICSharpCode.AvalonEdit is the text editor used in SharpDevelop 4
- ICSharpCode.SharpDevelop.Editor is a set of interfaces that allow AddIns to work independently of the actual text editor in use
The SharpDevelop texteditor was designed as a text editor for Integrated Development Environments (IDEs). For this reason it provides some nice features, every IDE editor should have.
On the following pages you might find valueable information about how to setup a syntax highlighting, code folding, etc. If there is anything you can not find here. Please ask in the forums, but be sure to check the Texteditor FAQs first!
If you need special information about a class or a class member, see the Documentation.