/* * TemplateToolkit class for moeditor * based on HTML (XHTML 1.0) */ function class_tt() { class_html.call(this); this.name = 'TemplateToolkit'; this.parent = 'srcfile'; this.ext = '\\.(tt)$'; } class_tt.prototype = new class_html(); var f = class_tt.prototype; function get_buffer_text(){ var buffer = App.buffer; var buf = []; var len = buffer.count; for(var i=0;i