I want to teach SciTE to complile a .pas file (on Ctrl-F7) with an old compiler like
tpc.exe <file>

and at best when there is a compiler error (exit status 1) parse this simple 
output scheme:

Turbo Pascal  Version 6.0  Copyright (c) 1983,90 Borland International
MODCOMM.PAS(71): Error 36: BEGIN expected.
 x
 ^

beep and set the cursor to the error line

Is this possible? probably with some Python script support?


Robert

_______________________________________________
Scite-interest mailing list
Scite-interest@lyra.org
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to