comparison dwtx/jface/text/projection/ProjectionTextStore.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
91 * the given document information mapping. 91 * the given document information mapping.
92 * 92 *
93 * @param masterDocument the master document 93 * @param masterDocument the master document
94 * @param mapping the document information mapping 94 * @param mapping the document information mapping
95 */ 95 */
96 public ProjectionTextStore(IDocument masterDocument, IMinimalMapping mapping) { 96 public this(IDocument masterDocument, IMinimalMapping mapping) {
97 fMasterDocument= masterDocument; 97 fMasterDocument= masterDocument;
98 fMapping= mapping; 98 fMapping= mapping;
99 } 99 }
100 100
101 private void internalError() { 101 private void internalError() {