Thread: Request for better visual feedback in the event of errors

Request for better visual feedback in the event of errors

From
"jws"
Date:
It would be very helpful if, when running a 15K line sql script and
errors are encountered, the cursor could jump to the line in question
so that it would be apparent where the problem is. Perhaps each line
could be highlighted as it was executed, and the window could scroll
to follow. The current behaviour is to add a dot to the left of the
problem line, but it doesn't really stand out enough when paging
through the script at high speed.



Re: Request for better visual feedback in the event of errors

From
Dave Page
Date:
jws wrote:
> It would be very helpful if, when running a 15K line sql script and
> errors are encountered, the cursor could jump to the line in question
> so that it would be apparent where the problem is. Perhaps each line
> could be highlighted as it was executed, and the window could scroll
> to follow. The current behaviour is to add a dot to the left of the
> problem line, but it doesn't really stand out enough when paging
> through the script at high speed.

Thanks for the suggestion - I've implemented this in SVN trunk for v1.8.0.

Regards, Dave.