Results 1 to 40 of 62

Thread: Re: TextEditor

Hybrid View

  1. #1
    Frenzied Member agmorgan's Avatar
    Join Date
    Dec 2000
    Location
    Lurking
    Posts
    1,383

    Re: TextEditor

    Have you seen moeur's RichTextBox Tricks and Tips?
    http://www.vbforums.com/showthread.php?t=355994

    Well worth a read

    I'm not sure how far you have got with the Intellisense but there is an interesting demo in C# here
    http://www.codeproject.com/csharp/DI...&select=971896

  2. #2
    Frenzied Member agmorgan's Avatar
    Join Date
    Dec 2000
    Location
    Lurking
    Posts
    1,383

    Re: TextEditor

    wiz126 put a small intellisense demo on his server
    http://www.scriptsorcodes.com/images..._Intellisense/

    It needs enhancing, for instance I reckon you need to load the keywords from a file so that it is easy to update/add new words/languages

    It also needs to use a popup and select with the keyboard instead of the mouse.
    But the general idea is there.

  3. #3
    Hyperactive Member Disiance's Avatar
    Join Date
    Sep 2004
    Location
    Denver, CO
    Posts
    439

    Re: TextEditor

    The main problem I forsee with the intellisense is how to load different languages...The common delimiter is ".", but PERL's is "->". There are many other differences between main languages and so the job right now is to create a system that will support a diverse language environment.
    "I don't want to live alone until I'm married" - M.M.R.P

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