comparison org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/custom/TextChangingEvent.d @ 36:d46287db17ed

rakefile reorg, swt win phobosification
author Frank Benoit <benoit@tionex.de>
date Tue, 24 Mar 2009 08:48:41 +0100
parents 6dd524f61e62
children
comparison
equal deleted inserted replaced
35:634e4380db78 36:d46287db17ed
50 /** 50 /**
51 * Number of new lines that are going to be inserted 51 * Number of new lines that are going to be inserted
52 */ 52 */
53 public int newLineCount; 53 public int newLineCount;
54 54
55 static final long serialVersionUID = 3257290210114352439L; 55 static const long serialVersionUID = 3257290210114352439L;
56 56
57 /** 57 /**
58 * Create the TextChangedEvent to be used by the StyledTextContent implementor. 58 * Create the TextChangedEvent to be used by the StyledTextContent implementor.
59 * <p> 59 * <p>
60 * 60 *