Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » To add to standart Java editor highlightings functions.
To add to standart Java editor highlightings functions. [message #115010] Fri, 07 November 2003 17:47 Go to next message
Eclipse UserFriend
Originally posted by: mewmar.ukr.net

I need to highlight some variables in Java editor. What extention points
should I use? What should I start with? Where can I read something about
this?
Thanks!
Re: To add to standart Java editor highlightings functions. [message #115421 is a reply to message #115010] Mon, 10 November 2003 12:03 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: daniel.megert.gmx.net

Mew wrote:

>I need to highlight some variables in Java editor. What extention points
>should I use? What should I start with? Where can I read something about
>this?
>Thanks!
>
>
>
How do you want to highlight them? Background?

Dani
Re: To add to standart Java editor highlightings functions. [message #116586 is a reply to message #115421] Wed, 12 November 2003 23:45 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Mewmar.ukr.net

Daniel Megert wrote:

> Mew wrote:

> >I need to highlight some variables in Java editor. What extention points
> >should I use? What should I start with? Where can I read something about
> >this?
> >Thanks!
> >
> >
> >
> How do you want to highlight them? Background?

> Dani

I need to highlight some variables in Java editor by background
color. This highlighting must take place, when user clicked on the
word.
Re: To add to standart Java editor highlightings functions. [message #116765 is a reply to message #116586] Thu, 13 November 2003 17:43 Go to previous message
Eclipse UserFriend
Originally posted by: daniel.megert.gmx.net

Mew wrote:

>Daniel Megert wrote:
>
>
>
>>Mew wrote:
>>
>>
>
>
>
>>>I need to highlight some variables in Java editor. What extention points
>>>should I use? What should I start with? Where can I read something about
>>>this?
>>>Thanks!
>>>
>>>
>>>
>>>
>>>
>>How do you want to highlight them? Background?
>>
>>
>
>
>
>>Dani
>>
>>
>
>I need to highlight some variables in Java editor by background
>color. This highlighting must take place, when user clicked on the
>word.
>
>
Have a look at the new auto-find-occurrences feature. It highlights
(adds squiggly lines) for all occurrences of the selected element
(JavaEditor.OccurrencesFinder).

Dani
Previous Topic:Java Editor Line Highlighting
Next Topic:Wrapping text in Java Editor?
Goto Forum:
  


Current Time: Sun Jun 08 14:54:05 EDT 2025

Powered by FUDForum. Page generated in 0.04148 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top