KrzysztofDusko / JustyBase

SQL editor/IDE
GNU General Public License v3.0
10 stars 0 forks source link

query log - auto scroll down #279

Closed andrzejchmiel3 closed 7 months ago

andrzejchmiel3 commented 7 months ago

Could Query log be by default scrolled down to last entry?

Right now, during run of multiple queries, I need to scroll down to see at which step series of queries actually are. And moment later, scroll down again, because it stays on previous position. Or in case of error in one of queries, (example below), I need to look on log which query resulted in error, that will be on 'newest' log, which is on the bottom, and I need to scroll down to it everytime.

select 1;select 1;select 1;select 1;select 1;select 1;select 1;select 1;select 1;select 1;select 1;select 1;select 1;select 1;select 1/0;select 1;select 1;select 1;

KrzysztofDusko commented 7 months ago

log can by sorted by date. I will make sort by date descending default option. image