Results 1 to 3 of 3

Thread: [RESOLVED] [2.0] text editor using SharpDevelop .dll

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2006
    Location
    Madrid
    Posts
    325

    Resolved [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.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2006
    Location
    Madrid
    Posts
    325

    Re: [2.0] text editor using SharpDevelop .dll

    thanks!.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width