teibaz wrote: |
ygirouard wrote: | Dreamweaver had this feature and it was extremely useful... An option to convert HTML tags and attributes to lowercase (and quote attributes). I haven't found a way to quickly do that in PHP Ed, especially since most of the pages that have html in them (in my case anyway) are also filled with PHP... |
Tools -> Settings -> Editor -> Predefined tags -> HTML
You can select "Change case" to lowercase.
I would like that by default there would be all tags set to 'lowercase'... |
That's only for when you insert predefined tags, not for conevrting existing ones... and they are already lowercase by default as far as I know.
What I need is to be able to take a page full uppercase HTML tags, mixed with somePHP and/or Javascript and be able top say "convert every piece of html to proper lowercase tag + attribute formatting.