CodeColoring Not Appearing in Preferences

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

  1. #1

    Default CodeColoring Not Appearing in Preferences

    I have implemented a custom CodeColoring XML file for Dreamweaver CS3. The
    code coloring itself is working fine. My syntax is colored properly in code
    view. However, my CodeColoring scheme does not appear in Dreamweaver's
    preferences. This makes it impossible for an end-user to modify the color
    scheme.

    Does anyone know why a particular CodeColoring scheme would not appear in the
    preferences? Is there some kind of registration required or additional XML tag
    required to get it to show up there?

    The same CodeColoring XML file works fine in earlier versions of Dreamweaver,
    including appearing in the Preferences.

    fletc4her Guest

  2. Similar Questions and Discussions

    1. Help with preferences...
      Setting up a new PC. Same operating system (WinXP Pro). Is it possible to copy my preferences (i.e., swatches, print pre-sets, etc) for use on the...
    2. Mac OS X Preferences?
      Hi all, I am trying to make a application playable on Mac OS X. I used the code if the machinetype <> 256 then set gWhere = getOSDirectory() &...
    3. Need help with preferences
      How can I check if my default preferences have been restored? I did the shift-control-alt command when I launched the program but I'm not getting any...
    4. preferences
      A recent article encouraged using the structural tags <strong> and <em> instead of the html formatting tags <b> and <i> (which Dreamweaver uses). Is...
    5. Javascript preferences
      Has anyone had a problem with setting javascript preferences. I've been trying to tell dreamweaver not to use italics for my strings (in javascript...
  3. #2

    Default Re: CodeColoring Not Appearing in Preferences

    Make sure that you have a unique name attribute specified. It won't get
    displayed without a name, or it may be overridden if it has a duplicate
    name.

    HTH,
    Randy

    > I have implemented a custom CodeColoring XML file for Dreamweaver CS3. The
    > code coloring itself is working fine. My syntax is colored properly in code
    > view. However, my CodeColoring scheme does not appear in Dreamweaver's
    > preferences. This makes it impossible for an end-user to modify the color
    > scheme.
    >
    > Does anyone know why a particular CodeColoring scheme would not appear in the
    > preferences? Is there some kind of registration required or additional XML tag
    > required to get it to show up there?
    >
    > The same CodeColoring XML file works fine in earlier versions of Dreamweaver,
    > including appearing in the Preferences.
    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