Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Schiavoni #1
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 can't be
touched. They begin with '<nexus:something>' Body of code goes here. They
end with '</nexus>' What I want to do is have Dreamweaver display the open and
close tags and EVERYTHING in between as a specific color (which means
over-riding other Dreamweaver CSS for displaying tags and text inside that
block). But, I can't figure out how to do it or where to do it. Wondered if
anyone had an insight into this. Thanks ... Carl
Schiavoni Guest
-
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... -
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... -
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... -
Source Control Support in Dreamweaver MX (Win32)
Hi Will Macromedia be improving Source Control features in the upcoming versions? Integration with scm tools like those from Seapine software... -
Same as Source & Printer Color Manager
I have an Epson 2200 printer and I just bought GretagMacbeth iOne Photo, making and using printer profiles is no problem. Now I'm curious and want to... -
Randy Edmunds #2
Re: Dreamweaver color coding (of source)
Carl,
Code Coloring is extensible, so you should be able to do that.
Take a look in Configuration/CodeColoring/CodeColoring.xml and search
for the "Template Comment" scheme. Use that as an example of how to
setup a <blockStart>/<blockEnd> pair to define a range of text to color
differently.
Be sure to put your changes in a new .xml file for portability.
You can find documentation here:
[url]http://www.macromedia.com/support/dreamweaver/extend/extensible_code_coloring/[/url]
Hope this helps,
Randy
> In code view, Dreamweaver displays different elements in different color using
> a style CSS. I have BLOCKS of code inside my source documents that can't be
> touched. They begin with '<nexus:something>' Body of code goes here. They
> end with '</nexus>' What I want to do is have Dreamweaver display the open and
> close tags and EVERYTHING in between as a specific color (which means
> over-riding other Dreamweaver CSS for displaying tags and text inside that
> block). But, I can't figure out how to do it or where to do it. Wondered if
> anyone had an insight into this. Thanks ... CarlRandy Edmunds Guest



Reply With Quote

