google-code-export / umple

Automatically exported from code.google.com/p/umple
1 stars 0 forks source link

Eclipse highlighting of words with u followed by s is wrong #343

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

In Eclipse, any word
that has the sequential characters 'u' and 's' has that highlighted up
to the nearest occurrence of the character 'e' or a newline character. 
This means that the code:
class Customer{} has "ustome" highlighted as though it were the keyword
"use".

This was reported by 
Guylain Greer <guylaingreer@gmail.com>

Original issue reported on code.google.com by TimothyCLethbridge on 25 Oct 2012 at 2:09