// Create the dialog var dlg = Factory.loadui('grepresults.ui'); var text = dlg.child('results_text'); function build_row( file, line, text ) { file = file.replace( /:$/, "" ); line = line.replace( /:$/, "" ); return '
File | '; s += 'Line | '; s += 'Text |
---|