[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: How to mark the occurrences of semantic same words?
|
It depends on what level you want to work at. The Java editor is a
StyledText, so from the swt perspective the following should be helpful:
http://www.eclipse.org/articles/StyledText%201/article1.html
http://www.eclipse.org/articles/StyledText%202/article2.html
http://www.eclipse.org/swt/snippets#styledtext
If you want to know about higher-level notions like markers, etc., then
you're looking above the swt level and should ask this on the
eclipse.platform newsgroup. Another (literal) source of help would be to
investigate how JDT does this.
Grant
"Gilbert Mirenque" <formatzeh@xxxxxx> wrote in message
news:g2tfk6$o51$1@xxxxxxxxxxxxxxxxxxxx
>
> no ideas?