/* * ChkTeX v1.5, VBrowse interface. * Copyright (C) 1996 Jens T. Berger Thielemann * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * * Contact the author at: * Jens Berger * Spektrumvn. 4 * N-0666 Oslo * Norway * E-mail: * * */ VBrowse = 'VBrowse width 600 height 150 editor "'||Editor||'" error echo' VSend = "VSend" /* NO GENERAL USER MODIFIABLE PARTS BELOW THIS COMMENT. */ PortName = 'vbrowse.port' If Arg(1, "O") Then Do Call AddLib "rexxreqtools.library", 0, -30, 0 /* Use reqtools if possible */ If Show("Libraries","rexxreqtools.library") Then Do FileName = rtFileRequest( , , "Select LaTeX file", , "rtfi_flags = freqf_patgad" , ) If RTResult = 0 Then Exit End Else Do Options Prompt "LaTeXFILE/A: " Pull FileName FileName = Strip(FileName) End If FileName = "" Then Exit End Else FileName = Arg(1) TmpFile = "PIPE:ChkTeX_Temporary_Output" CmdLine = 'Run nil: ChkTeX -b0q -f ">%r%s%t*N>%u*Nwarning %n in line %l of *"%f*"; %m*N*N"' FileName '-o' TmpFile Address Command CmdLine If ~Show('ports', PortName) Then Do Address Command "Run nil:" VBrowse Address Command 'WaitForPort' PortName If ~Show('ports', PortName) Then Do Call AddLib("rexxreqtools.library", 0, -30, 0) If Show("Libraries","rexxreqtools.library") Then Do Call rtEZRequest "Couldn't start VBrowse, giving up.", "Buhu!" End Else Do Say "Couldn't start VBrowse, giving up." End /* This is the way to "kill" a pipe: file */ Address Command 'Run nil: Type' TmpFile Exit End End Address Command VSend "<" TmpFile