Showing posts with label eclipse rcp. Show all posts
Showing posts with label eclipse rcp. Show all posts

2009-03-19

Google calendar & Mylyn integration

I have idea to make extension for Mylyn with Google calendar.

I have found 2 projects:
- jaretcalendar (last activity - 2008-03-30) - FREE
- tasktop.com - non free product.

may be such extension already exists - do you know ?

or maybe somebody what's to take part in extension development ?

thx

2009-02-03

Eclipse RCP & ImageDescriptor

If you what to use icons, which located in project packages, but isn't defined as shared resources in ISharedImages you coud use it in such way:


somthAction.setImageDescriptor(Plugin.imageDescriptorFromPlugin("org.eclipse.ui",
"/icons/full/etool16/save_edit.gif"));

2009-02-02

Eclipse RCP & localization

I have lost 1 hour to find out - why in my Eclipse rcp application - on development mode - labels shown correct, on production mode - I have labels such as "%views.browser.name".

To localize eclipse rcp application and to use parameters from plugin.properties MANIFEST.MF should contains string:

Bundle-Localization: plugin