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
Categories
symfony 1.2
(5)
jQuery
(4)
java
(4)
eclipse rcp
(3)
spring
(3)
Inno Setup
(2)
JavaScript
(2)
MySQL
(2)
drupal
(2)
forms
(2)
jqGrid
(2)
litha-paint
(2)
required fields
(2)
CCK field filling
(1)
CRUD
(1)
Content page
(1)
Coursera
(1)
Coursera lectures
(1)
DB encoding
(1)
EclipseLink
(1)
ImageDescriptor
(1)
JPA
(1)
PR your self
(1)
blogger
(1)
data:postLabelsLabel
(1)
debug
(1)
deep object clone
(1)
django
(1)
django templates
(1)
eclipse
(1)
entity naming convention
(1)
error
(1)
github
(1)
google calendar
(1)
grid
(1)
hello world
(1)
hibernate
(1)
jinja2
(1)
jndi
(1)
maven
(1)
menu
(1)
mylyn
(1)
open source
(1)
postdata
(1)
propel behavior
(1)
python
(1)
release
(1)
service
(1)
setup script
(1)
startup
(1)
symfony 1.2.2
(1)
tags
(1)
templating
(1)
tomcat
(1)
transaction
(1)
web drawing
(1)
web service
(1)
Showing posts with label eclipse rcp. Show all posts
Showing posts with label eclipse rcp. Show all posts
2009-03-19
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:
To localize eclipse rcp application and to use parameters from plugin.properties MANIFEST.MF should contains string:
Bundle-Localization: plugin
Subscribe to:
Posts (Atom)