Results 1 to 3 of 3

Thread: How do I turn off italics for attribute values in jspx files?

  1. #1
    Join Date
    Jun 2012
    Posts
    2

    Default How do I turn off italics for attribute values in jspx files?

    I find the italic attribute values in jspx files almost unreadable. I've tried changing the "attribute value" preference for the jsp editor, but that only seems to affect <jsp:...> tags. How do I change this preference?

  2. #2
    Join Date
    Aug 2008
    Location
    Vancouver, BC
    Posts
    768

    Default

    There are several places where syntax highlighting is configured for jsp editors.

    Preferences -> Web -> JSP Files -> Editor -> Syntax Coloring
    and
    Preferences -> Web -> HTML Files -> Editor -> Syntax Coloring
    and
    Preferences -> XML -> XML Files -> Editor -> Syntax Coloring
    Andrew Eisenberg, Ph.D.
    SpringSource, a division of VMware
    SpringSource Tools Team
    More about AJDT, Groovy-Eclipse, and Grails tooling

  3. #3
    Join Date
    Jun 2012
    Posts
    2

    Default

    Quote Originally Posted by Andrew Eisenberg View Post
    There are several places where syntax highlighting is configured for jsp editors.

    Preferences -> Web -> JSP Files -> Editor -> Syntax Coloring
    and
    Preferences -> Web -> HTML Files -> Editor -> Syntax Coloring
    and
    Preferences -> XML -> XML Files -> Editor -> Syntax Coloring
    The italics were coming from the html editor. It didn't occur to me to check that preference when dealing with jspx files.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •