id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
815	Clickable filenames in Console	patspam		"Padre should have an option to scan for valid filenames in console output and make them clickable links. Clicking the link should open the file, and if possible, the appropriate line number.

I got this working for Perl error messages experimentally (locally) as follows:
* changed Padre::Wx::Output to subclass Wx::RichText instead of Wx::TextCtrl
* added regexp to scan for "" at <file> line <line>.""
* Wx::Event::EVT_TEXT_URL handles link onclick event

Ideally I think it would be nicer if it detected all valid file paths (and optionally detected the line number).

I think it should be an option like ""Coloured Text in Output Window (ANSI)"" since it will obviously slow down console output to scan for paths.

Diff attached."	enhancement	new	major		editor	0.53			
