asp script text coloring

asp script text coloring

6
NewbieNewbie
6

    Dec 15, 2006#1

    I have been through the changes to the text coloring for VBscript ASP pages but can't find the one that changes the color of the <% symbol at the beginning and end of VBscript actions. (they used to be green in the old version) Can anyone tell me which element does this?

    Regards

    Tog

    6,675585
    Grand MasterGrand Master
    6,675585

      Dec 15, 2006#2

      If you use the standard wordfile, select in the syntax highlighting configuration dialog the Language VBScript Active Server Pages and the Color Group Tags.

      But this will not help you because the characters % < > are all 3 also word delimiters. The highlighting of <% and %> will only work if % is deleted from the line starting with /Delimiters = below the line starting with /L10"VBScript Active Server Pages" in the standard wordfile.txt in the UltraEdit program directory. This was tested with UE v11.20b. I'm not an ASP programmer, so I don't know which bad effect the deletion of the % character from the list of delimiter characters will have.

      As an ASP programmer see also Syntax highlighting on inline ASP.
      Best regards from an UC/UE/UES for Windows user from Austria

      6
      NewbieNewbie
      6

        Dec 16, 2006#3

        Thanks again Mofi,

        once more you gave me the answer I needed.

        regards

        Tog