-
Notifications
You must be signed in to change notification settings - Fork 495
Open
Labels
Description
Description
Hello, there are several issues with the alt+x shortcut.
-
When you open a new sql editor containing queries and play alt +x, the queries are executed. If you run alt+x again, the queries are executed AND cloudbeaver asks if we want to close the tabs. It should just play the queries.
-
alt+x does not behave the same way in dbeaver. In dbeaver, it only executes the queries that have been highlighted. There it plays all queries from the tab.(it can be annoying in production when you're used to dbeaver :/) You would either have to make the behavior of alt+x identical to that of dbeaver, or add a new shortcut allowing only highlighted queries to be played.
Thank you !
Steps to reproduce
- Open a new sql editor
- Write queries
- alt + x
- alt + x
Expected/Desired Behavior
- No bug with alt + x (played more than one time)
- only run highlighted queries
CloudBeaver Version
25.2.2
Additional context
No response