View | Details | Raw Unified | Return to bug 341220 | Differences between
and this patch

Collapse All | Expand All

(-)porting/3.7/recommended.html (-1 / +7 lines)
Lines 1-7 Link Here
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2
<html lang="en">
2
<html lang="en">
3
<head>
3
<head>
4
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2010. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
4
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2011. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
5
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
5
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6
<meta http-equiv="Content-Style-Type" content="text/css">
6
<meta http-equiv="Content-Style-Type" content="text/css">
7
<link rel="STYLESHEET" href="../../book.css" charset="ISO-8859-1" type="text/css">
7
<link rel="STYLESHEET" href="../../book.css" charset="ISO-8859-1" type="text/css">
Lines 18-23 Link Here
18
18
19
<ol>
19
<ol>
20
  <li><a href="#setRestoreCompletionProposalSize">Use QuickAssistAssistant#setRestoreCompletionProposalSize(IDialogSettings)</a></li>
20
  <li><a href="#setRestoreCompletionProposalSize">Use QuickAssistAssistant#setRestoreCompletionProposalSize(IDialogSettings)</a></li>
21
  <li><a href="#PropertiesViewPostSelectionListener">Properties View now listens to post selection events</a></li>
21
</ol>
22
</ol>
22
23
23
<hr>
24
<hr>
Lines 30-35 Link Here
30
persist the size of quick assist proposal popups.
31
persist the size of quick assist proposal popups.
31
</p>
32
</p>
32
33
34
<h2>2. <a name="PropertiesViewPostSelectionListener">Properties View now listens to post selection events</a></h2>
35
<p>
36
Properties View listens for post selection events instead of selection events. Adopters targeting items for Properties View are advised to provide post selection events through <code>IPostSelectionProvider</code> instead of <code>ISelectionProvider</code>.
37
</p>
38
33
39
34
</body>
40
</body>
35
</html>
41
</html>

Return to bug 341220