comparison dwtx/jface/text/DocumentClone.d @ 162:1a5b8f8129df

...
author Frank Benoit <benoit@tionex.de>
date Mon, 08 Sep 2008 00:51:37 +0200
parents 7d818bd32d63
children
comparison
equal deleted inserted replaced
161:f8d52b926852 162:1a5b8f8129df
174 * Creates a new string text store with the given content. 174 * Creates a new string text store with the given content.
175 * 175 *
176 * @param content the content 176 * @param content the content
177 */ 177 */
178 public this(String content) { 178 public this(String content) {
179 Assert.isNotNull(content); 179 //Assert.isNotNull(content);
180 fContent= content; 180 fContent= content;
181 } 181 }
182 182
183 /* 183 /*
184 * @see dwtx.jface.text.ITextStore#get(int) 184 * @see dwtx.jface.text.ITextStore#get(int)