I'm trying to create a wordfile and am running into a small problem...
I'd like "normal" strings like
"The cat sat on the mat"
to be one color but strings that contain a predefined method name in the language to be a different color e.g.
"LookupMessage"
At the moment if I place the built-in methods into the word list they either are ignored as part of the string (if Noquote is set) or all the strings are parsed for all words (which is always a problem seeing as if, try, and etc. are fairly common in the English language ) has anyone managed to make this work?
I'd like "normal" strings like
"The cat sat on the mat"
to be one color but strings that contain a predefined method name in the language to be a different color e.g.
"LookupMessage"
At the moment if I place the built-in methods into the word list they either are ignored as part of the string (if Noquote is set) or all the strings are parsed for all words (which is always a problem seeing as if, try, and etc. are fairly common in the English language ) has anyone managed to make this work?
There are three criteria for a project. It can be good, it can be cheap, it can be done quickly. Pick any two.