Colored SQL Editor

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ash

    #1

    Colored SQL Editor

    Does anybody know how to change a multi line textbox or a richTextBox to sort
    of a smart sql editor (Colors reserved words..etc)?
    Is there an open source component somewhere that can be used?
    Thanks,
  • Lebesgue

    #2
    Re: Colored SQL Editor

    You can use SharpDevelop, which has a fairly good editor control with
    highlighting functionality and is under GPL.
    ICSharpCode has 20 repositories available. Follow their code on GitHub.


    "Ash" <Ash@discussion s.microsoft.com > wrote in message
    news:35F571A0-A568-4387-B0B8-BFED189A208C@mi crosoft.com...[color=blue]
    > Does anybody know how to change a multi line textbox or a richTextBox to[/color]
    sort[color=blue]
    > of a smart sql editor (Colors reserved words..etc)?
    > Is there an open source component somewhere that can be used?
    > Thanks,[/color]


    Comment

    • Ash

      #3
      RE: Colored SQL Editor

      Thanks, I already use VS.NET for my editing, when i meant Opensource i didnt
      mean the .NET editor but the sql editor.
      Unless there is a sql editor control in sharpEdit? Is there?
      Thanks,
      -Ash


      "Ash" wrote:
      [color=blue]
      > Does anybody know how to change a multi line textbox or a richTextBox to sort
      > of a smart sql editor (Colors reserved words..etc)?
      > Is there an open source component somewhere that can be used?
      > Thanks,[/color]

      Comment

      • Lebesgue

        #4
        Re: Colored SQL Editor

        There is a code-highlighting editor in SharpDevelop, which is comparable to
        the one which is in VS.NET. It is highly customizable, so you can use it for
        SQL highlithting, of course.
        Have a look at the source.

        "Ash" <Ash@discussion s.microsoft.com > wrote in message
        news:0AEDA199-710E-41C2-B85E-B3A748F16FFB@mi crosoft.com...[color=blue]
        > Thanks, I already use VS.NET for my editing, when i meant Opensource i[/color]
        didnt[color=blue]
        > mean the .NET editor but the sql editor.
        > Unless there is a sql editor control in sharpEdit? Is there?
        > Thanks,
        > -Ash
        >
        >
        > "Ash" wrote:
        >[color=green]
        > > Does anybody know how to change a multi line textbox or a richTextBox to[/color][/color]
        sort[color=blue][color=green]
        > > of a smart sql editor (Colors reserved words..etc)?
        > > Is there an open source component somewhere that can be used?
        > > Thanks,[/color][/color]


        Comment

        Working...