Bug 569660 Lazy compute additional proposal info

Instead of computing the additional info of each content assist proposal
before displaying the content assist popup, do it lazy.

Remove parameter additionalText from the method createProposal of the
interface IContentProposalProvider. Therefore the additionalText must
not be provided when creating the proposal.

The new class LazyAdditionalTextCompletionProposal uses the interface
IDescibedInDetail to the get the detailed description and provide is as
additional info. This code was duplicated before in a lot of classes
that provided proposals.

Change-Id: I18bcf3eb86bda3f129538f31f7abf9dfb6e0f310
Signed-off-by: Reto Weiss <reto.weiss@axonivy.com>
Also-by: Andreas Rusch <andreas.rusch@axonivy.com>
Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=569660
11 files changed
tree: be40b6a62dca9c7f95466115cd7cd19206acc1b9
  1. assembly/
  2. docs/
  3. jsf/
  4. site/
  5. .gitignore
  6. pom.xml