Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quality Of Life enhancements #5212

Open
10 tasks
pawelsalawa opened this issue Jan 14, 2025 · 4 comments
Open
10 tasks

Quality Of Life enhancements #5212

pawelsalawa opened this issue Jan 14, 2025 · 4 comments
Labels
enhancement New feature or request
Milestone

Comments

@pawelsalawa
Copy link
Owner

pawelsalawa commented Jan 14, 2025

  • Database list - Ctrl+drag table/view onto the SQL Editor -> generate SELECT.
  • Database list - Ctrl+drag selected columns onto the SQL Editor -> generate SELECT with these columns.
  • Database list - Ctrl+Shift+drag table onto the SQL Editor -> generate UPDATE.
  • Database list - Ctrl+Shift+drag selected columns onto the SQL Editor -> generate UPDATE with these columns.
  • Database list - Drag selected columns (without meta keys) onto the SQL Editor -> paste column names, comma-separated.
  • Grid View - F4 to edit contents in a MultiEditor dialog - this will replace Alt+Enter
  • SQL Editor - F3 on an object to open that object (Table Window, View Window, Index Dialog, Trigger Dialog)
  • Expanding asterisk operator in SELECT to actual columns using a shortcut, or with Code Assistant when triggered on the asterisk.
  • Configuration Dialog should remember tab on which it was closed and next time reopen on that tab.
  • Add suitable items from this list to TOD ("Tip of the day" message in status window #3283)
@pawelsalawa pawelsalawa added the enhancement New feature or request label Jan 14, 2025
@pawelsalawa pawelsalawa added this to the 3.5.0 milestone Jan 14, 2025
@JrgMyr
Copy link
Contributor

JrgMyr commented Jan 15, 2025

Very helpful, indeed. Thank you.

Is there a way to expand the asterisk in queries into the series of field names? Example: one wants to write a query with several fields. Writing "select * from xyz" then expanding the asterisk into the actual columns, then erasing the unwanted ones could also reduce typing.

@pawelsalawa
Copy link
Owner Author

Awsome! Adding it to the list.

@JrgMyr
Copy link
Contributor

JrgMyr commented Jan 16, 2025

It would probably suffice if one could drag and drop column names (ideally multiple at one time) from the database pane on the left into queries. Right now table names can be moved this way but not column names.

@pawelsalawa
Copy link
Owner Author

Another one good! Adding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants