Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Windows Forms
  4. Context hightlight editor for VB.NET WinForms

Context hightlight editor for VB.NET WinForms

Scheduled Pinned Locked Moved Windows Forms
csharpwinformsbusinessquestion
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    MrBean
    wrote on last edited by
    #1

    I'm developing an application where I need a context highlight edit control (single line and multi-line). I need to be able to use my own tags (words/ID to be highlighted) and colors... and optionally tooltips for the highlighted words. The control need to be fast and able to handle hundrets of tags/highlights. Free would be best but conmmercial controls can also be used - but please no bloaded "complete editor" packages - my requirements are pretty simple and do not want a bloated control if I can avoid it :) Any suggestions? /B

    H A L 3 Replies Last reply
    0
    • M MrBean

      I'm developing an application where I need a context highlight edit control (single line and multi-line). I need to be able to use my own tags (words/ID to be highlighted) and colors... and optionally tooltips for the highlighted words. The control need to be fast and able to handle hundrets of tags/highlights. Free would be best but conmmercial controls can also be used - but please no bloaded "complete editor" packages - my requirements are pretty simple and do not want a bloated control if I can avoid it :) Any suggestions? /B

      H Offline
      H Offline
      Henry Minute
      wrote on last edited by
      #2

      Have you looked at the Editor from the SharpDevelop IDE here[^]? Or Scintilla here[^]?

      Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”

      1 Reply Last reply
      0
      • M MrBean

        I'm developing an application where I need a context highlight edit control (single line and multi-line). I need to be able to use my own tags (words/ID to be highlighted) and colors... and optionally tooltips for the highlighted words. The control need to be fast and able to handle hundrets of tags/highlights. Free would be best but conmmercial controls can also be used - but please no bloaded "complete editor" packages - my requirements are pretty simple and do not want a bloated control if I can avoid it :) Any suggestions? /B

        A Offline
        A Offline
        Alan Burkhart
        wrote on last edited by
        #3

        Check out ScintillaNet. It's a DotNet wrapper for the Scintilla control. Free control and you can easily customize the syntax highlighting via simple XML. The project is hosted at CodePlex.[^] Supports line numbers, folding, etc. Built-in support for most popular languages.

        1 Reply Last reply
        0
        • M MrBean

          I'm developing an application where I need a context highlight edit control (single line and multi-line). I need to be able to use my own tags (words/ID to be highlighted) and colors... and optionally tooltips for the highlighted words. The control need to be fast and able to handle hundrets of tags/highlights. Free would be best but conmmercial controls can also be used - but please no bloaded "complete editor" packages - my requirements are pretty simple and do not want a bloated control if I can avoid it :) Any suggestions? /B

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          Try ICSharpCode TextEditor (the one used by SharpDevelop). I use it and it is quite good.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups