comparison dwtx/jface/text/contentassist/CompletionProposalPopup.d @ 147:000f9136b8f7

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:35:05 +0200
parents 75302ef3f92f
children f70d9508c95c
comparison
equal deleted inserted replaced
146:75302ef3f92f 147:000f9136b8f7
130 * Set to <code>true</code> to use a Table with DWT.VIRTUAL. 130 * Set to <code>true</code> to use a Table with DWT.VIRTUAL.
131 * XXX: This is a workaround for: https://bugs.eclipse.org/bugs/show_bug.cgi?id=90321 131 * XXX: This is a workaround for: https://bugs.eclipse.org/bugs/show_bug.cgi?id=90321
132 * More details see also: https://bugs.eclipse.org/bugs/show_bug.cgi?id=98585#c36 132 * More details see also: https://bugs.eclipse.org/bugs/show_bug.cgi?id=98585#c36
133 * @since 3.1 133 * @since 3.1
134 */ 134 */
135 private static final bool USE_VIRTUAL= !"motif".equals(DWT.getPlatform()); //$NON-NLS-1$ 135 private static const bool USE_VIRTUAL= !"motif".equals(DWT.getPlatform()); //$NON-NLS-1$
136 136
137 137
138 /** 138 /**
139 * Completion proposal selection handler. 139 * Completion proposal selection handler.
140 * 140 *