I am a new C# student programmer. I want to make a editor like application which will highlight codes (syntax highlighting) and have auto complete feature for functions variables etc… I don’t have any idea to do that. Can you please provide me some tutorial links or some tips about that? Can I implement these features in a “Rich Text Box”?
Share
The text editor component from the open source SharpDevelop IDE can be freely downloaded and used. This supports all your requirements. See http://www.codeproject.com/KB/edit/TextEditorControl.aspx for an explanation on how this can be done.