Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mylyn-integrators] TaskListView questions by ProjectKoach

Hi,
first off, thanks for everybody's good work in the Mylyn development community!

I develop ProjectKoach, which adds project planning capabilities to Eclipse (backlog, iteration plan editor, progress charts, etc).
ProjectKoach already features a Mylyn connector which allows developers to use Mylyn for planning their ProjectKoach tasks, and their updates are automatically synchronized back to ProjectKoach's iteration plans. 
That part works fine.

I'm now creating an "opposite" integration between ProjectKoach and Mylyn, so tasks from Mylyn repositories can be planned in ProjectKoach iteration plans. So, my use case is different than normal connector needs, and in that work I have come across a couple of issues that I would like to run by this group to see if there are any solutions.
If not, I'm be happy to raise enhancement requests to address them.

Here goes:

- I use drag-and-drop from Mylyn's task list view to ProjectKoach's iteration plan editor. The problem I"m having here is intermittent: When I receive the drop event in ProjectKoach it sometimes comes with a null LocalSelectionTransfer object. (selection = null) For the most part, however, it is non-null and I can pick up the currently selected (and dragged) task object and establish a proxy in ProjectKoach.

- I would like to add decoration to tasks in Mylyn's task list for those tasks that have proxies in ProjectKoach. Is there any way to inject a decorator in the rendering of the task list view?

- Task selection rendering disappears when TaskListView looses focus. (but comes back when it receives focus again)

Any ideas and comments are more than welcome!

With Best Regards,




Back to the top