My php code has an error handling routine that, when any error occurs, can tell
in which file and line number has the error occurred.

My error handling routine then creates a link in the web page that, when clicked
upon, will open the local PHP source file that the error was in.

This link works ok if I make it with an A tag with an HREF attribute like this:

file:///c:/documents/source.php

When I click this link the php source file gets opened in pspad, since .php
files are associated with PsPad.

What I'm trying to do is making PsPad go directly to the error line, instead of
simply opening the file at the first line!

I know that I can be less lazy and simply scroll down to the correct line, but
since my error handling routine does know the exact line, it would be very nice
if I could make pspad go directly to that line...

Anyway, don't worry: that's not a crucial thing, it was just that my laziness
was pushing me towards this "problem"... :)

Thanks again for your kind answers!

-- 
<http://forum.pspad.com/read.php?2,54100,54113>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem