Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylar-dev] next mylar conference call


I wonder if editor initialization can be resolved by using something similar to new asynchronous comparison editor, which shows a progress indicator and stub panel while model is being fetched.

 regards,
 Eugene


Mik Kersten wrote:
Yes, bug 160946 was about restoring task editors on Eclipse startup.  That
meant that we had to stop reading the Task List asynchronously, because it
required having both the TaskList and the RepositoryTaskData initialized on
startup, otherwise the editors can't be restored (similar to how the
Platform requires the workspace to be initialized before restoring an
editor).  So for now I think the solution is to ensure that connectors do
not perform any slow operations in readQuery and other methods.  I added
documentation stating that to DelegatingTaskExternalizer and that method.
Let's discuss solving this for JIRA on:
169141: Mylar is fetching data from jira repository at Eclipse startup
https://bugs.eclipse.org/bugs/show_bug.cgi?id=169141



Back to the top