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

  1. #1

    Default Custom Color Coding

    Hi,
    I'd like to alter the color coding in dreamweaver, so that comments and inline
    comments are handled different... it would make my life just a bit easier.
    This would be for an actionscript document. I've made the following changes:

    in codecoloring.xml, I altered this line:
    <endOfLineComment name="InlineComment"
    id="CodeColor_ActionscriptInlineComment">//</endOfLineComment>

    in codecolors.xml, I added this line:
    <syntaxColor id="CodeColor_ActionscriptInlineComment" text="#DEDEDE" />

    This does nothing though. I haven't found any documentation on editing these
    files... anyone know?

    Thanks,
    Geoff B

    gvbrown49686 Guest

  2. Similar Questions and Discussions

    1. Color coding of keywords in Flex 2.0
      I cannot find how to modify the default color coding of language (e.g., MXML) keywords in the Flex 2.0 UI. Does someone know how to change these...
    2. Dreamweaver color coding (of source)
      In code view, Dreamweaver displays different elements in different color using a style CSS. I have BLOCKS of code inside my source documents that...
    3. Color coding
      Anyone know where I can change what file extensions should be color code? For example: .txt files come without any color. I see no way to add color...
    4. Add custom color to palette
      I think this is a simple question. I want to add custom colors and label them to my color picker palette. E.g., various flesh tones for different...
    5. Canvas Color - Custom
      I am creating a logo for my client and they would like to stay with their currnt color schem, I have the logo created but having a difficult time...
  3. #2

    Default Re: Custom Color Coding

    Geoff,

    That looks about right. Make sure that you are editing the xml in the
    User Configuraiton folder and not the Application Configuration folder.
    This TechNote explains the difference:

    [url]http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_16420[/url]

    Hope this helps,
    Randy

    > I'd like to alter the color coding in dreamweaver, so that comments and inline
    > comments are handled different... it would make my life just a bit easier.
    > This would be for an actionscript document. I've made the following changes:
    >
    > in codecoloring.xml, I altered this line:
    > <endOfLineComment name="InlineComment"
    > id="CodeColor_ActionscriptInlineComment">//</endOfLineComment>
    >
    > in codecolors.xml, I added this line:
    > <syntaxColor id="CodeColor_ActionscriptInlineComment" text="#DEDEDE" />
    >
    > This does nothing though. I haven't found any documentation on editing these
    > files... anyone know?
    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