Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Change breakpoint image
Change breakpoint image [message #63157] Thu, 05 June 2003 14:36 Go to next message
Eclipse UserFriend
Originally posted by: clement.chu.csse.monash.edu.au

Hi,

I wrote a method to add/remove breakpoint, but I want to change the
breakpoint image in editor when used my method to add a breakpoint. I have
no idea how to do this.

Clement
Re: Change breakpoint image [message #63592 is a reply to message #63157] Thu, 05 June 2003 08:05 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: daniel.megert.gmx.net

Clement - eclispe wrote:

> I wrote a method to add/remove breakpoint, but I want to change the
>breakpoint image in editor when used my method to add a breakpoint. I have
>no idea how to do this.
>
You can only do this if you also created your own (breakpoint) marker
type. Once you have your own marker type you can use the
"org.eclipse.ui.markerImageProviders" extension point to provide the
image (see search plug-in for an example).

HTH
Dani
Re: Change breakpoint image [message #67669 is a reply to message #63592] Mon, 09 June 2003 20:29 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: clement.chu.csse.monash.edu.au

Thank you for your help. Can you give more infomation about this? I cannot
find useful example about org.eclipse.ui.markerImageProviders.

Thanks
Clement

"Daniel Megert" <daniel.megert@gmx.net> wrote in message
news:bbnbml$qmc$1@rogue.oti.com...
> Clement - eclispe wrote:
>
> > I wrote a method to add/remove breakpoint, but I want to change the
> >breakpoint image in editor when used my method to add a breakpoint. I
have
> >no idea how to do this.
> >
> You can only do this if you also created your own (breakpoint) marker
> type. Once you have your own marker type you can use the
> "org.eclipse.ui.markerImageProviders" extension point to provide the
> image (see search plug-in for an example).
>
> HTH
> Dani
>
Re: Change breakpoint image [message #69029 is a reply to message #67669] Tue, 10 June 2003 06:54 Go to previous message
Eclipse UserFriend
Originally posted by: daniel.megert.gmx.net

Clement - eclispe wrote:

>Thank you for your help. Can you give more infomation about this? I cannot
>find useful example about org.eclipse.ui.markerImageProviders.
>
As already pointed out in my first answer you can look at
org.eclipse.search/plugin.xml. Why isn't that useful? It does exactly
what you are asking for.

Dani
Previous Topic:Javadoc generation problem in Eclipse 2.1
Next Topic:How to simplify the development and unit testing procedures. - Eclipse Plugin Development
Goto Forum:
  


Current Time: Tue Jul 22 01:48:15 EDT 2025

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

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

Back to the top