color coding in HTML tab

Last post 03-16-2011, 4:34 PM by qsun. 2 replies.
Sort Posts: Previous Next
  •  03-16-2011, 1:00 PM 66694

    color coding in HTML tab

    Does CuteEditor 6.4 support color coding in HTML tab? If so, how do I turn it on?
     
    Thanks, Qian 
     
  •  03-16-2011, 3:29 PM 66701 in reply to 66694

    Re: color coding in HTML tab

    Dear Qian,
     
    Please follow steps:
    1. Open file CuteSoft_Client\CuteEditor\Scripts\Constant.js
    2. You can find line:
        editorconstant._editorSourceStyle = "background:#ffffff;margin:0;padding:0;color:black;text-align:left;";
        change it to:
        editorconstant._editorSourceStyle = "background:#ffffff;margin:0;padding:0;color:black;text-align:left;color:red;";
    3. Test it again.
     
    Thank you for asking
  •  03-16-2011, 4:34 PM 66703 in reply to 66701

    Re: color coding in HTML tab

    Hi Eric,
     
    Thanks for the quick response. I tried your suggestion and it works.
     
    However, my question is:
     
    Does CuteEditor (6.4) support color coding such that some html tag is in one color others are in different color just like what is in MS Visual Studio? If so, how do I configure it?
     
    Thanks, Qian 
View as RSS news feed in XML