How to get notified of an active task change in Maia?

Hi,

We are trying to integrate with the Maia-specific task management feature (we use com.intellij.tasks.TaskManager and its impl class for this). What we would like to do is get notified when tasks are added/removed/switched. There is no obvious way to do it though. We have found a workaround, whwre we listen to changes to the active changeset. But it is possibel to create tasks without a changeset, so it is not 100% reliable.

Is there a better way?


Cheers
Janusz

0
5 comments

Hi Janusz, there's no API for that right now.
I'm working on this and will notify you when it's finished.
BTW what else extension points do you need?


0
Avatar
Permanently deleted user

Thanks for prompt reply Dmitry. I don't think we need any other extension points right now - I think we have other aspects of the task management integration figured out.

Looking forward to hearing from you when the API is there

0

TaskListener is added.


0
Avatar
Permanently deleted user

Awesome! Which EAP is this going to be available in?


0

Maia final I hope :)


0

Please sign in to leave a comment.