### Eclipse Workspace Patch 1.0 #P org.eclipse.platform.doc.isv Index: porting/3.7/recommended.html =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.platform.doc.isv/porting/3.7/recommended.html,v retrieving revision 1.2 diff -u -r1.2 recommended.html --- porting/3.7/recommended.html 9 Dec 2010 17:38:42 -0000 1.2 +++ porting/3.7/recommended.html 1 Jun 2011 17:58:45 -0000 @@ -1,7 +1,7 @@ - + @@ -18,6 +18,7 @@
  1. Use QuickAssistAssistant#setRestoreCompletionProposalSize(IDialogSettings)
  2. +
  3. Properties view now listens to post selection events

@@ -30,6 +31,10 @@ persist the size of quick assist proposal popups.

+

2. Properties view now listens to post selection events

+

+In order to improve performance, the Properties view was updated to listen for post selection events instead of selection events. The change won't impact properly implemented workbench parts. However, selection providers implementing IPostSelectionProvider that combine, process, or re-send selection events must now generate post-selection events for selection sources that don’t support IPostSelectionProvider. +