comparison dwt/custom/StyledTextRenderer.d @ 269:11015f58425e

Fix: StyledText check for null in clipboard paste Add: version TANGOSVN
author Frank Benoit <benoit@tionex.de>
date Sun, 06 Jul 2008 15:36:48 +0200
parents c0d810de7093
children
comparison
equal deleted inserted replaced
268:5995c228c72f 269:11015f58425e
41 import dwt.dwthelper.Runnable; 41 import dwt.dwthelper.Runnable;
42 import dwt.dwthelper.utils; 42 import dwt.dwthelper.utils;
43 43
44 static import tango.text.Text; 44 static import tango.text.Text;
45 static import tango.text.Util; 45 static import tango.text.Util;
46 static import tango.io.FileConst;
47 static import tango.text.convert.Utf; 46 static import tango.text.convert.Utf;
48 import tango.util.Convert; 47 import tango.util.Convert;
49 48
50 /** 49 /**
51 * A StyledTextRenderer renders the content of a StyledText widget. 50 * A StyledTextRenderer renders the content of a StyledText widget.