Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Source of word processing type icons for Eclipse platform?
Source of word processing type icons for Eclipse platform? [message #448104] Sun, 02 January 2005 06:43 Go to next message
Eclipse UserFriend
Originally posted by: no.ddress.here

I am looking for a set of icons specific to your standard word
processing functions (bold, underline, etc) that match the L&F style of
the Eclipse platform. The target is an Eclipse plugin, so consistency
with the existing platform icons is preferred.

Does anyone have or know of a source of a suitable collection of icons.

Thanks,
Gerald
Re: Source of word processing type icons for Eclipse platform? [message #448309 is a reply to message #448104] Thu, 06 January 2005 19:24 Go to previous messageGo to next message
Veronika Irvine is currently offline Veronika IrvineFriend
Messages: 1272
Registered: July 2009
Senior Member
To get info about the icons used in Eclipse, post your question to the
following newsgroup:

news://news.eclipse.org/eclipse.platform

"Gerald B. Rosenberg" <no@ddress.here> wrote in message
news:MPG.1c4137d7a7eb05a198968e@news.eclipse.org...
>I am looking for a set of icons specific to your standard word
> processing functions (bold, underline, etc) that match the L&F style of
> the Eclipse platform. The target is an Eclipse plugin, so consistency
> with the existing platform icons is preferred.
>
> Does anyone have or know of a source of a suitable collection of icons.
>
> Thanks,
> Gerald
Re: Source of word processing type icons for Eclipse platform? [message #448316 is a reply to message #448309] Fri, 07 January 2005 02:25 Go to previous messageGo to next message
Gerald Rosenberg is currently offline Gerald RosenbergFriend
Messages: 106
Registered: July 2009
Senior Member
In article <crk39i$ipt$1@www.eclipse.org>, veronika_irvine@oti.com
says...
> To get info about the icons used in Eclipse, post your question to the
> following newsgroup:
>
> news://news.eclipse.org/eclipse.platform

Thanks... but I am already cross-posted there with even less success.

Any knowledge of an SWT application with an Eclipse L&F style that might
have these icons?


> "Gerald B. Rosenberg" <no@ddress.here> wrote in message
> news:MPG.1c4137d7a7eb05a198968e@news.eclipse.org...
> >I am looking for a set of icons specific to your standard word
> > processing functions (bold, underline, etc) that match the L&F style of
> > the Eclipse platform. The target is an Eclipse plugin, so consistency
> > with the existing platform icons is preferred.
> >
> > Does anyone have or know of a source of a suitable collection of icons.
> >
> > Thanks,
> > Gerald
>
>
>
Re: Source of word processing type icons for Eclipse platform? [message #448388 is a reply to message #448316] Fri, 07 January 2005 16:01 Go to previous messageGo to next message
Veronika Irvine is currently offline Veronika IrvineFriend
Messages: 1272
Registered: July 2009
Senior Member
Try something like:

PlatformUI.getWorkbench().getSharedImages().getImageDescript or(ISharedImages.IMG_TOOL_COPY)


"Gerald Rosenberg" <no@ddress.here> wrote in message
news:MPG.1c4792e29f871b59989683@news.eclipse.org...
> In article <crk39i$ipt$1@www.eclipse.org>, veronika_irvine@oti.com
> says...
>> To get info about the icons used in Eclipse, post your question to the
>> following newsgroup:
>>
>> news://news.eclipse.org/eclipse.platform
>
> Thanks... but I am already cross-posted there with even less success.
>
> Any knowledge of an SWT application with an Eclipse L&F style that might
> have these icons?
>
>
>> "Gerald B. Rosenberg" <no@ddress.here> wrote in message
>> news:MPG.1c4137d7a7eb05a198968e@news.eclipse.org...
>> >I am looking for a set of icons specific to your standard word
>> > processing functions (bold, underline, etc) that match the L&F style of
>> > the Eclipse platform. The target is an Eclipse plugin, so consistency
>> > with the existing platform icons is preferred.
>> >
>> > Does anyone have or know of a source of a suitable collection of icons.
>> >
>> > Thanks,
>> > Gerald
>>
>>
>>
Re: Source of word processing type icons for Eclipse platform? [message #448474 is a reply to message #448104] Mon, 10 January 2005 19:43 Go to previous messageGo to next message
Bill Ewing is currently offline Bill EwingFriend
Messages: 49
Registered: July 2009
Member
We too were looking for icons like these. We finally bit the bullet--
after some searching, we downloaded the source of eclipse and pulled out
of the icon files. Finding the source wasn't as easy as we expected
(sorry we don't have link readily available here)

If you have a similar experience as ours, you may:

1. Eliminate all image files greater than 1K byte to get rid of the non
icon images.

2. Realize that GIF icon editors are hard to find. We downloaded and
evaluated about 5-10 of them. The one we liked best was IconCoolEditor
which we found at:http://www.webattack.com/Freeware/gmm/fwicontools.shtml.
There are MANY icon editors offered there.

If you are in the same track as us, you'll realize that getting GIF
editing is crucial. IconCoolEditor does this, and even though it's not
free, gets our vote.
Re: Source of word processing type icons for Eclipse platform? [message #448483 is a reply to message #448474] Tue, 11 January 2005 04:24 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: no.ddress.here

In article <crult2$1b6$1@www.eclipse.org>, ewing@irori.com says...
> We too were looking for icons like these. We finally bit the bullet--
> after some searching, we downloaded the source of eclipse and pulled out
> of the icon files. Finding the source wasn't as easy as we expected
> (sorry we don't have link readily available here)

I have gone through the Eclipse bundled icons, and while there are a
great number of interesting icons, not the ones that I a looking for.

> If you have a similar experience as ours, you may:
>
> 1. Eliminate all image files greater than 1K byte to get rid of the non
> icon images.
>
> 2. Realize that GIF icon editors are hard to find. We downloaded and
> evaluated about 5-10 of them. The one we liked best was IconCoolEditor
> which we found at:http://www.webattack.com/Freeware/gmm/fwicontools.shtml.
> There are MANY icon editors offered there.
>
> If you are in the same track as us, you'll realize that getting GIF
> editing is crucial. IconCoolEditor does this, and even though it's not
> free, gets our vote.

I have it. But, that just changes my request from pre-made icons to
skills, techniques, and time, the first two of which are still a bit
problematic for me.


Thanks,
Gerald
Re: Source of word processing type icons for Eclipse platform? [message #448484 is a reply to message #448388] Tue, 11 January 2005 04:33 Go to previous message
Eclipse UserFriend
Originally posted by: no.ddress.here

Veronika,

Appreciate the response very much, but I am not looking for code to load
an icon. Rather, I am looking for the actual gif or png files with the
glyphs for standard word processing type functions. I can find any
number of plain black ones doing a web search. What I am really
interested in finding is WP icons that are reasonably consistent with
the Eclipse L&F.

Thanks,
Gerald


In article <crmbq1$4ls$1@www.eclipse.org>, veronika_irvine@oti.com
says...
> Try something like:
>
> PlatformUI.getWorkbench().getSharedImages().getImageDescript or(ISharedImages.IMG_TOOL_COPY)
>
>
> "Gerald Rosenberg" <no@ddress.here> wrote in message
> news:MPG.1c4792e29f871b59989683@news.eclipse.org...
> > In article <crk39i$ipt$1@www.eclipse.org>, veronika_irvine@oti.com
> > says...
> >> To get info about the icons used in Eclipse, post your question to the
> >> following newsgroup:
> >>
> >> news://news.eclipse.org/eclipse.platform
> >
> > Thanks... but I am already cross-posted there with even less success.
> >
> > Any knowledge of an SWT application with an Eclipse L&F style that might
> > have these icons?
> >
> >
> >> "Gerald B. Rosenberg" <no@ddress.here> wrote in message
> >> news:MPG.1c4137d7a7eb05a198968e@news.eclipse.org...
> >> >I am looking for a set of icons specific to your standard word
> >> > processing functions (bold, underline, etc) that match the L&F style of
> >> > the Eclipse platform. The target is an Eclipse plugin, so consistency
> >> > with the existing platform icons is preferred.
> >> >
> >> > Does anyone have or know of a source of a suitable collection of icons.
> >> >
> >> > Thanks,
> >> > Gerald
> >>
> >>
> >>
>
>
>
Previous Topic:Text should support SWT.NO_FOCUS?
Next Topic:Combo in a Toolbar
Goto Forum:
  


Current Time: Sat Apr 20 00:29:45 GMT 2024

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

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

Back to the top