Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylar-dev] refactoring and dev build


I am not sure if it is a good idea because CVS does not allow to track changes for renamed artifacts and also because you are going to make this API public anyway. Renaming will also create incompatibilities with 3rd party service providers (I mostly worried about Jira provider), unless it will be provided by Mylar out of the box.

 regards,
 Eugene


Mik Kersten wrote:

Please note that I've started a package name migration in order to move to
the Eclipse conventions about internal package naming:
http://dev.eclipse.org/naming.html (i.e. moving mylar.tasklist.internal to
mylar.internal.tasklist).  This will help make it clear that that the
tasklist extensibility is still very preliminary, and more refactoring of
this sort will happen next week.

Today's dev build contains a couple of notable changes:
- there is a preliminary generic Add Query Page mechanism https://bugs.eclipse.org/bugs/show_bug.cgi?id=123845
- Add Existing Task is now generic in a similar way and requires the
repository to be selected
- Active Folding is using the new Eclipse 3.2 APIs we requested, no longer
requires a custom folding provider, is working much better, and will improve
further by 0.4.8.
Mik




Back to the top