comparison dwtx/jface/text/DefaultDocumentAdapter.d @ 133:7d818bd32d63

Fix ctors to this with gvim regexp
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 01:29:22 +0200
parents c4fb132a086c
children 51e6e63f930e
comparison
equal deleted inserted replaced
132:77bd3bb3d7b8 133:7d818bd32d63
217 217
218 /** 218 /**
219 * Creates a new document adapter which is initially not connected to 219 * Creates a new document adapter which is initially not connected to
220 * any document. 220 * any document.
221 */ 221 */
222 public DefaultDocumentAdapter() { 222 public this() {
223 } 223 }
224 224
225 /** 225 /**
226 * Sets the given document as the document to be adapted. 226 * Sets the given document as the document to be adapted.
227 * 227 *