Bug 561585 - Allow non blocking content-assist to work when incompatible completion participants are disabled
Summary: Allow non blocking content-assist to work when incompatible completion partic...
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 4.15   Edit
Hardware: All All
: P3 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-30 08:49 EDT by Fred Bricon CLA
Modified: 2020-03-30 09:04 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fred Bricon CLA 2020-03-30 08:49:30 EDT
Bug 531061 introduces option to run content-assist computation in non-UI Thread when possible (when all extensions declare requiresUIThread="false"). However, as discussed in https://bugs.eclipse.org/bugs/show_bug.cgi?id=558893#c14, even if all completion providers are disabled in the preference page, there's a warning about Mylyn contributions (Bug #559357) preventing the feature from being enabled.
I believe disabled providers should be taken into consideration when enabling non-blocking content assist.