Community
Participate
Working Groups
Build Identifier: It would be great to have ability to handle Finish and Cancel events from AbstractRepositorySettingsPage. Here some example of implementation I've found in eclipse archive: http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.platform.jface/msg00182.html Reproducible: Always
Agreed. The tasks framework should provide a hook when performFinished() is invoked on the wizard. I'll tentatively schedule this for 3.5.
We ran out of time for 3.5. Moving to the next release cycle.
Created attachment 196935 [details] fix
Created attachment 196936 [details] mylyn/context/zip
I have added a new method performFinish(TaskRepository) to ITaskRepositoryWizardPage. To detect cancellation your best bet would probably be a dispose listener on the parent control and some code to check whether performFinish() was invoked prior to disposal or not.