Project

General

Profile

Bug #475

Updated by Hammel over 8 years ago

Upgrade to "SWT":https://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops4/R-4.5-201506032000/swt-4.5-gtk-linux-x86_64.zip SWT 4.5 (from 3.5) 

 * Shell modified state - allows me to notify the user if a note has been updated. See also "snippet314":http://git.eclipse.org/c/platform/eclipse.platform.swt.git/tree/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet314.java. 
 * DateTime widget now has a drop down mode - see release notes 
 * What is SWT.SHEET style? How can it be used? See SWT.SHEET javadoc - its essentially a temporary modal dialog used to prompt the user.

Back