Special Wordlist highlight

Special Wordlist highlight

10
Basic UserBasic User
10

    Mar 16, 2006#1

    Hi,

    My wordlist looks like that:

    Word1
    Word2
    Word3

    Nothing special, but I have some combinations in my scripts like:

    mystring_Word1()
    mystring2_Word1()
    ect.

    so I have somtimes a *_ in front of my wordfile strings.
    Is it possible that they also gets highlighted?

    -XT

    6,675585
    Grand MasterGrand Master
    6,675585

      Mar 16, 2006#2

      mystring_Word1() or mystring_Word1() ?

      For first add _ to the list of delimiter characters.

      For second if these words do not start always with the same characters (substring highlighting ** my) it will not be possible to highlight these words also except you add the complete words also to the wordfile which could be done by a macro.
      Best regards from an UC/UE/UES for Windows user from Austria

      10
      Basic UserBasic User
      10

        Mar 16, 2006#3

        The first one is good .. thanx ..