Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 337921 - CompletionCombo: remove isAutoCompletion / setAutoCompletion
Summary: CompletionCombo: remove isAutoCompletion / setAutoCompletion
Status: RESOLVED FIXED
Alias: None
Product: Riena
Classification: RT
Component: UI (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows Vista
: P3 normal (vote)
Target Milestone: 3.0.0   Edit
Assignee: Elias Volanakis CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-22 19:58 EST by Elias Volanakis CLA
Modified: 2011-02-28 13:30 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.