Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-core-dev] Code Assist in UI vs Core

> 
> What clients need code completion?
> 

The completion does not involve any UI, (see ICompletionRequestor)
The only UI part is that we pass some TimeOut setting, define on UI preference Store.

Since we can define WorkingCopy buffers that are not tied to the
CEditor its unclear to me why this was in the UI code in the first place.

Clients could use it for their own Code snippet editors, or for any type
of evaluation.  Not everything is tied to the code editor.

Any way something to look at.



Back to the top