comparison dwtx/jface/text/MarginPainter.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
comparison
equal deleted inserted replaced
132:77bd3bb3d7b8 133:7d818bd32d63
198 /** 198 /**
199 * Creates a new painter for the given text viewer. 199 * Creates a new painter for the given text viewer.
200 * 200 *
201 * @param textViewer the text viewer 201 * @param textViewer the text viewer
202 */ 202 */
203 public MarginPainter(ITextViewer textViewer) { 203 public this(ITextViewer textViewer) {
204 fTextWidget= textViewer.getTextWidget(); 204 fTextWidget= textViewer.getTextWidget();
205 } 205 }
206 206
207 /** 207 /**
208 * Sets the column after which to draw the margin line. 208 * Sets the column after which to draw the margin line.