Frank Wunderlich:

> i get the following output:
>
>  >"D:\Programmierung\wscite\delphi\compile.bat" "Alarm.dpr" no_pause
> Delphi fr Win32  Version 10.0  Copyright (c) 1983,97 Borland International
> ...
> AlarmClass_u.pas(20) Fehler: Undefinierter Bezeichner: 'TAlarmDataList_'
> ...
> Options_u.pas(14) Fatal: Verwendete Unit 'ImageClass_u.pas' kann nicht

   The second message shown is the only one that matches the tests
done in SciTE which are expecting English messages from Borland.

> you see i have a error on line 20 in file AlarmClass_u.pas
>
> is there a possibility to "grep" he output and extract filename and
> line-number and let scite open the file on specific line?

   The easiest solution is to write a filter that translates the
output into one of the known formats. For example, you could change
"Fehler:" to "Error:" to yield

AlarmClass_u.pas(20) : Error: Undefinierter Bezeichner: 'TAlarmDataList_'

   Neil

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

Reply via email to