Bug 457359 - provide content assist for branches
Summary: provide content assist for branches
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 enhancement (vote)
Target Milestone: 2.6   Edit
Assignee: Nicholas Folk CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed, noteworthy
Depends on:
Blocks:
 
Reported: 2015-01-13 12:59 EST by Sam Davis CLA
Modified: 2015-02-23 16:56 EST (History)
1 user (show)

See Also:


Attachments
mylyn/context/zip (2.17 KB, application/octet-stream)
2015-01-29 14:21 EST, Sam Davis CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Davis CLA 2015-01-13 12:59:21 EST
Once bug 443869 is implemented, we should provide content assist for branches by fetching them as part of the repository configuration. See org.eclipse.mylyn.tasks.ui.editors.AttributeEditorToolkit.adapt(AbstractAttributeEditor) for an example of how to implement content assist.
Comment 1 Sam Davis CLA 2015-01-23 12:32:49 EST
Tentatively scheduling for 2.6.
Comment 2 Sam Davis CLA 2015-01-29 14:21:18 EST
Created attachment 250365 [details]
mylyn/context/zip
Comment 3 Sam Davis CLA 2015-02-23 16:56:32 EST
Fixed with https://git.eclipse.org/r/#/c/42338/. Thanks very much for the contribution!