Page 1 of 1

UI Improvements

PostPosted: Mon Jun 01, 2015 12:41 pm
by scully
Thank-you for creating DBeaver, it's really good!

I would like to suggest the following:

+ Alphabetical sorting of table columns (eg in the query editor 'WHERE conditions' and in the database navigator tree).
+ Quick table/object filter in the database navigator panel (a text box under the tab, rather than having to bring up a dialogue). This would jump you to the first match and then the next match in the navigator panel, it wouldn't hide anything.
+ The ability to import a CSV directly into the results window (like MySQL workbench supports).
+ Colouring or shading or the 'Explain Plan, 'Execution Log' and 'Output' tabs to more easily distinguish them from multiple result set tabs.
+ The ability to 'rotate' the result set, so columns become rows and rows become columns. This isn't a feature I've seen anywhere else before, but would be useful when trying to scroll down the values of a small number of records.

Thanks!

Re: UI Improvements

PostPosted: Mon Jun 01, 2015 3:28 pm
by Serge

Re: UI Improvements

PostPosted: Mon Jun 01, 2015 7:17 pm
by scully
Brilliant, thanks Serge!

Re: UI Improvements

PostPosted: Tue Jun 02, 2015 10:04 am
by scully
Hello Serge

Is it possible to order the columns in a 'WHERE' clause, like you can in the navigator with the setting you mentioned?

Thanks
Aaron

Re: UI Improvements

PostPosted: Wed Jun 03, 2015 7:10 am
by beaver
Hello all,

i propose to use a command/action with configurable key binding for the 'format sql statement' feature. Now it has a key binding Ctrl+Alt+F which afaik cannot be changed from the preferences, and in my (hungarian) keyboard layout Ctrl+Alt+F is used to type an '[' character which i use often for regex patterns. Currently i'm only able to insert it via the clipboard, which is a bit annoying :)

Re: UI Improvements

PostPosted: Thu Jun 04, 2015 8:49 am
by Serge
Yes, it is a bug in DBeaver. SQL formatting key binding must be configurable. This bug will be fixed in the next version.
Thanks for report