Frank Wunderlich, 26.04.2006 17:50:
Hi,
i've seen, that scite can show debug-infos when calling lua-functions and on error i can doubleclick on line which shows the error and scite goto this file/line.
Can i use this with an external compiler?

my compilescript gives me following info on an error:

sizecontrols\SizerControl.pas(14) Fehler: 'INTERFACE' erwartet, aber '-' gefunden

pseudo:
file(line) Fehler: string

scite must search for string ') Fehler:' and call file line[1]-line[pos('(')] and goto line line between brackets.

hope you can help


as a current workaround i changed in my batch the compiler-output with gnu-sed from 'Fehler' to 'Error', this works for now...

regards
Frank
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to