First of all, thanks for a mighty fine MySQL frontend!
The one thing that i really miss (or have i just not found i yet?) is an option for printing out the results of a query. I'd like to rightclick on my results, and select Print. Or maby from the File menu.
As for now, i'm exporting my data to HTML, and then printing it from here.
Also an option for printing my database / table structure. Sometimes it is needed on paper, rather than on the screen.
– Again the solution i use for this, is to run 'show fields from [tablename]' and exporting the result to HTML and print it from IE.
Properbly not a top priority, but a nice-to-have feature.
Thanks again.
Nicky