Note this implementation makes use of {@link ExpressionViewerFactory} when creating each viewer. We ask thatyou remember the "viewerId" in dialog settings or IMento so the user is not forced to choose which viewer is displayed each time. You can also use this facility as a hint when configuring the viewer for use.
ExpressionViewer viewer = new ExpressionViewer(composite, SWT.MULTI); viewer.getControl().setLayoutData("grow, gap unrelated");You will need to consult the extension point for the list of valid viewerIds. @author Jody Garnett @since 1.3.2
|
|
|
|