Bug #49317 History added to bottom of list, rather than top
Submitted: 2 Dec 2009 0:11 Modified: 15 Nov 2011 3:47
Reporter: Todd Farmer (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S3 (Non-critical)
Version:5.2.10 r4680 OS:Windows (XP)
Assigned to: CPU Architecture:Any

[2 Dec 2009 0:11] Todd Farmer
Description:
When one executes a query in WB, it is added to the History tab at the bottom.  This is pretty inconvenient when you have a large history, and pretty much the opposite of how I've seen most history mechanisms implemented (most recent listed at top).

How to repeat:
View history.

Suggested fix:
Add new history items to top instead of bottom.
[15 Nov 2011 3:47] Philip Olson
Fixed as of 5.2.36:

+        The SQL Editor history tab now auto-scrolls to the bottom, so
+        that the most recent entry is visible.