Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 337921

Summary: CompletionCombo: remove isAutoCompletion / setAutoCompletion
Product: [RT] Riena Reporter: Elias Volanakis <elias>
Component: UIAssignee: Elias Volanakis <elias>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: 3.0.0   
Hardware: PC   
OS: Windows Vista   
Whiteboard:

Description Elias Volanakis CLA 2011-02-22 19:58:45 EST
The CompletionCombo API has one thing that is confusing:

combo.setAutoCompletion(boolean) / isAutoCompletion()
and
combo.setAutoCompletionMode(AutoCompletionMode); 

Not all AutoCompletionModes make sense together with disabled autocompletion. Also it is confusing to have a CompletionCombo that does not autocomplete. We have decided to remove setAutoCompletion() / isAutoCompletion(). If you were using the CompletionCombo _without_ autocompletion (unlikely) it is suggested to use CCombo instead. An entry will be added to the 2.0 -> 3.0 Migration guide.
Comment 1 Elias Volanakis CLA 2011-02-28 13:30:14 EST
Resolved.