Skip to main content



      Home
Home » Newcomers » Newcomers » Modifying the java editor
Modifying the java editor [message #146829] Tue, 04 April 2006 18:43 Go to next message
Eclipse UserFriend
Originally posted by: badaspirin.gmail.com

Is it possible to modify the behavior of a plugin through another plugin?

I'm trying to change the behavior of the java editor to add text
highlighting
for different things in code. Ie: highlight any occurence of a certain
string, or anything simple like that.

I've looked through the documentation and I can't seem to figure this out.

Any suggestions?

Thanks!

PS: Point me to the right place if I'm posting in the wrong place.
Re: Modifying the java editor [message #146843 is a reply to message #146829] Wed, 05 April 2006 04:50 Go to previous message
Eclipse UserFriend
Originally posted by: daniel.megert.eclipse.org

badaspirin wrote:

> Is it possible to modify the behavior of a plugin through another plugin?
>
> I'm trying to change the behavior of the java editor to add text
> highlighting
> for different things in code. Ie: highlight any occurence of a
> certain string, or anything simple like that.
>
> I've looked through the documentation and I can't seem to figure this
> out.
>
> Any suggestions?

The Java editor is not public in general but there are some extension
points, e.g. to provide your own content assist processors or your own
folding structure provider. There's currently no extension point for
what you desire to do.

Dani

>
> Thanks!
>
> PS: Point me to the right place if I'm posting in the wrong place.
>
Previous Topic:export wizard and activities
Next Topic:Force syntax coloring
Goto Forum:
  


Current Time: Fri May 09 14:59:44 EDT 2025

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

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

Back to the top