Community
Participate
Working Groups
Provide an action and API for creating subtasks in the tasks framework.
Related: bug 169426 and subtasks.
Added two new API methods: boolean AbstractTaskDataHandler.initializeSubTaskData(TaskRepository repository, RepositoryTaskData taskData, RepositoryTaskData parentTaskData, IProgressMonitor monitor) throws CoreException; boolean AbstractTaskDataHandler.canInitializeSubTaskData() The NewSubTask action was moved to tasks ui and is now contributed to the menu and editor if connectors have a task data handler that returns true when canInitializeSubTaskData() is invoked.
Created attachment 83480 [details] mylyn/context/zip