comparison dwtx/jface/text/source/SourceViewerConfiguration.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 65801ad2b265
comparison
equal deleted inserted replaced
132:77bd3bb3d7b8 133:7d818bd32d63
131 131
132 /** 132 /**
133 * Creates a new source viewer configuration that behaves according to 133 * Creates a new source viewer configuration that behaves according to
134 * specification of this class' methods. 134 * specification of this class' methods.
135 */ 135 */
136 public SourceViewerConfiguration() { 136 public this() {
137 super(); 137 super();
138 } 138 }
139 139
140 /** 140 /**
141 * Returns the visual width of the tab character. This implementation always 141 * Returns the visual width of the tab character. This implementation always