Code Coloring for SQL files?

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default Code Coloring for SQL files?

    I know this has been discussed before, but I can't believe that Adobe or
    someone hasnt created a Code Coloring scheme for MSSQL and/or MySQL. Can
    someone point me to someone who has done this?

    Yes, I know there is a document on creating your own code coloring. I don't
    have the time, nor the desire to create one for a product that I just paid
    400$US for.

    Thanks,

    ksmithfasterfester Guest

  2. Similar Questions and Discussions

    1. ${} can't be coloring ?
      I want to extend the codecoloring in dreamweaver for syntax highlighting ${...} I use <blockstart /> <blockend /> but $ can't be coloring, who...
    2. code coloring shema in extension
      Hi All, I`m working on extension for Dreamweaver MX, and I would like to add new code color shema and include it in mxp file, for files with TPL...
    3. PHP code coloring question
      Can someone tell me how to add the following code coloring into Dreamweaver? Basically if I have a php script, I want to do the following: <?php ...
    4. Code Coloring include files
      I would like to be able to have .inc files code colored as php and to have the php tab associated with .inc files. Is this possible... Thanks,...
    5. How to color-code HTM and HTML files like ASP files?
      You'll need to change your document types to have DWMX recognize HTML files as ASP files, and remove HTM and HTML files from the HTM group. See...
  3. #2

    Default Re: Code Coloring for SQL files?

    ksmithfasterfester wrote:
    > I know this has been discussed before, but I can't believe that Adobe or
    > someone hasnt created a Code Coloring scheme for MSSQL and/or MySQL. Can
    > someone point me to someone who has done this?
    The only one I've seen was on one of the DRKs ( [url]http://www.adobe.com/products/drk/productinfo/all_volumes/[/url] ), 6 I think, but unfortunately, they aren't available for purchase any more (AFAIK).


    --
    Danilo Celic
    | Extending Knowledge Daily : [url]http://CommunityMX.com/[/url]
    | Adobe Community Expert
    danilocelic AdobeCommunityExpert Guest

  4. #3

    Default Re: Code Coloring for SQL files?

    I'm not sure if this is what you want but maybe (MM) HomeSite will do it. - I use HomeSite to print code in color & numbered lines.

    Corona
    coraspdr Guest

  5. #4

    Default Re: Code Coloring for SQL files?

    Sure, I've used Homesite for years. I spent the money on Dreamweaver 8 because
    it has been said that it is such a great product blah blah blah.

    I've tried to purchase DRK 6, with no luck. This is ridiculous. If they
    aren't going to sell the DRKs anymore, release the info so that your PAYING
    CUSTOMERS can use the products.

    QUIT WORKING ON THE FLASHY CRAP, AND MAKE YOUR CORE PRODUCTS WORK ADOBE!



    Fasterfester Guest

  6. #5

    Default Re: Code Coloring for SQL files?

    anyone know how I can apply PHP color coding on an HTML page? My company
    parses HTML pages via the PHP Parser, so I can have PHP code in HTML pages.
    But I cannot find a way for the code to be colored correctly. I would love any
    assistance you can provide.

    texafornian Guest

  7. #6

    Default Re: Code Coloring for SQL files?

    You can do this by manually editing the CodeColoring xml and adding the
    "HTML" doctype to the list of doctypes for all of the PHP <scheme> tags.

    HTH,
    Randy

    > anyone know how I can apply PHP color coding on an HTML page? My company
    > parses HTML pages via the PHP Parser, so I can have PHP code in HTML pages.
    > But I cannot find a way for the code to be colored correctly. I would love any
    > assistance you can provide.
    Randy Edmunds Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139