comparison dwtx/jface/text/templates/TemplateBuffer.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 1a5b8f8129df
comparison
equal deleted inserted replaced
132:77bd3bb3d7b8 133:7d818bd32d63
55 * Creates a template buffer. 55 * Creates a template buffer.
56 * 56 *
57 * @param string the string 57 * @param string the string
58 * @param variables the variable positions 58 * @param variables the variable positions
59 */ 59 */
60 public TemplateBuffer(String string, TemplateVariable[] variables) { 60 public this(String string, TemplateVariable[] variables) {
61 setContent(string, variables); 61 setContent(string, variables);
62 } 62 }
63 63
64 /** 64 /**
65 * Sets the content of the template buffer. 65 * Sets the content of the template buffer.