| Summary: | Content assist "warmup" call is ambiguous | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Mark Macdonald <mamacdon> |
| Component: | Client | Assignee: | Mark Macdonald <mamacdon> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 5.0 | ||
| Target Milestone: | 6.0 M1 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Mark Macdonald
OK, merged: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=9af9609 I added the initialize() method to the content assist providers that ship with Orion. TBH, the recent move of functionality into webToolsPlugin and javascriptPlugin has made the content assist loading delay less of a problem. All our providers are now registered inside plugins which will get loaded early on due to the linting services they also provide. So the load-delay issue is now off the main path. Regardless, providers can implement initialize() to take advantage of the eager-load behavior. |