Wish: Copy with Header shortcut

BWendling

Member³
I wish there would be a keyboard shortcut for "Copy with Header" in the SQL window resultset.

This should be configurable to Ctrl-C in Tools-Preferences.
 
And if it doesn't make it in v8, could you please expose plugin API function that copies with header ( I have checked documentation and didn't find any reference to it )?

I have made a few excel macros and they all use headers;
excel does a better job then with advanced filter and sort functions.
But every time I use it, I need to pop the menu and select "copy with header" down there.

 
9.0 Beta 2: Key Configuration additions for SQL Window: "Select All" and "Copy with Header"

Thank you very much.

One problem though:
I mapped "Ctrl+J" to "Copy with Header"
IDE_KeyPress() call for "Ctrl+J" works only when I invoke plugin function from my plugin's menu and not when I call it from shortcut mapped to my plugin menu - then there are two shortcuts active at once.

I can not get to "Copy with Header" with IDE_GetMenuItem() or I don't know how.

Is it possible to call "Copy with Header" directly from plugin?
Is it possible to call custom export (RegisterExport) function from plugin ?
That would get me to Column Headers too.

That would be my next enhancement request if there is no workaround.

Regards

 
Back
Top