|
The parameter
var globalHTMLModeExtended = true; //true by default
in config.js
defines if the HTML area is displayed with syntax coloring.
In this mode the DOM is parsed to display each tags and attributes in different colors and allow indenting.
For large documents the parsing time may be long.
If you set this parameter to false the syntax coloring is disabled and switching to HTML area is very fast.
|