comparison dwtx/jface/text/templates/TemplateContext.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
60 /** 60 /**
61 * Creates a template context of a particular context type. 61 * Creates a template context of a particular context type.
62 * 62 *
63 * @param contextType the context type of this context 63 * @param contextType the context type of this context
64 */ 64 */
65 protected TemplateContext(TemplateContextType contextType) { 65 protected this(TemplateContextType contextType) {
66 fContextType= contextType; 66 fContextType= contextType;
67 fReadOnly= true; 67 fReadOnly= true;
68 } 68 }
69 69
70 /** 70 /**