Enhancement request: SQL Grid/Copy row above

It is possible to copy the contents of an entire row in the SQL Grid using copy paste. It would be nice if 'Copy Row Above' and/or 'Dupicate Row' functionality could be added to the right mouse menu.
 
You can indeed copy and paste one or more rows:

1. Select the source row(s) by clicking on the row header(s), and Copy it.
2. Select the target row, and paste.

In both cases you need to select the entire row.
 
Yes, I know. I have tried to make that into a macro, but the macro recorder is not able to recognize a click in the row gutter (select entire row) as a valid action, and I always like to reduce mouse operations to a minimum.
 
Back
Top