Scite has the feature "Next message"/"Previous message" jumping to the source of runtime errors reported by Python (tracebacks). Is it possible to implement something similar in Geany?
Bajusz Tamás
On 03/23/2007 06:53:38 PM, Bajusz Tamás wrote:
Scite has the feature "Next message"/"Previous message" jumping to the source of runtime errors reported by Python (tracebacks). Is it possible to implement something similar in Geany?
Well currently we use a terminal program for the run output, or alternatively the VTE. It may be possible to add some kind of parsing for filename:lineno matches in the VTE, and would probably be useful for other programs. I'll keep this in mind.
Regards, Nick