New features Please use http://kentico.uservoice.com as the primary place to submit your suggestions and allow others to vote for your ideas!
Version 6.x > New features > How can I disable new syntax highlighted editor? View modes: 
User avatar
Certified Developer v7
Certified  Developer v7
frederik - 12/1/2011 8:13:49 AM
   
How can I disable new syntax highlighted editor?
Hello kentico team.

Straight forward: How can I disable the new editor used in CSS stylesheets for example?
The syntax highlighting makes it horribly slow and I'd like to disable it.

Please answer. thanks!

User avatar
Certified Developer v7
Certified  Developer v7
frederik - 12/2/2011 3:39:49 AM
   
RE:How can I disable new syntax highlighted editor?
I found out myself.
Had to add this line to the app settings in my web.config

<add key="CMSEnableSyntaxHighlighting" value="false" />

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 12/2/2011 4:39:41 AM
   
RE:How can I disable new syntax highlighted editor?
Hi,

you can find also other editor (and all other) web.config key documented here.

Best regards,
Juraj Ondrus