Originally posted by mzanimephp
But I was still nontheless shocked when I noticed that php3 and php4 extensions were not color-coded by default.
Well php3 is by default, but yes, it is a little odd that php4 isn't.
I don't blame the program. I know how to use the program better than most people I know, what I want to know is how you figured this one out.... if your like me, when you hear the word "XML" you shudder.
Well Dreamweaver is all based on templates, essentially every bit of code, and most components of the program are controlled by the program's templates. You can do lots of fun stuff by editing these templates.
For example when you click the Insert Image button, Dreamweaver grabs the code for the image tag from a file and inserts it. By editing that file you can customize what's inserted. The same principle applies to pretty much every element of the program. (Sidenote: Handy for authoring XHTML in previous versions of Dreamweaver).
I stumbled along this fix when I was trying to change the default extension for HTML files to .html from the default .htm (another wierd choice by Macromedia). FYI, in that same file if you change the order of the list for the HTML extensions you can change the default extension.
Lots of the Macromedia software operates much the same, including Fireworks and Flash. Don't be afraid to play around, it's worth it if you can make life easier for yourself, and you can alway reinstall if you screw something up.
Besides, it's fun π