Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mylar-dev] bug with interest lost on Eclipse restart

Fyi, I was noticing some weirdness with the task context seemingly losing a lot of interesting elements on Eclipse restart. It turns out that we had a race condition that could cause the file close events of the workbench shutdown to trigger the "Make Less Interesting" events that happen when a file is explicitly closed.

This has been fixed, and the work-around is to deactivate your active task before closing Eclipse, and then after restarting to hit the Back button in the Task List to reactivate that task.

Mik


Back to the top