[GH-ISSUE #3822] alt + x is bugged and does not behave like in dbeaver #1331

Closed
opened 2026-03-07 21:02:30 +03:00 by kerem · 2 comments
Owner

Originally created by @valentintraen on GitHub (Oct 13, 2025).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/3822

Originally assigned to: @devnaumov, @EvgeniaBzzz on GitHub.

Description

Hello, there are several issues with the alt+x shortcut.

  1. 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.

  2. 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

  1. Open a new sql editor
  2. Write queries
  3. alt + x
  4. alt + x

Expected/Desired Behavior

  1. No bug with alt + x (played more than one time)
  2. only run highlighted queries

CloudBeaver Version

25.2.2

Additional context

No response

Originally created by @valentintraen on GitHub (Oct 13, 2025). Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/3822 Originally assigned to: @devnaumov, @EvgeniaBzzz on GitHub. ### Description Hello, there are several issues with the alt+x shortcut. 1) 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. 2) 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 1) Open a new sql editor 2) Write queries 3) alt + x 4) alt + x ### Expected/Desired Behavior 1) No bug with alt + x (played more than one time) 2) only run highlighted queries ### CloudBeaver Version 25.2.2 ### Additional context _No response_
kerem 2026-03-07 21:02:30 +03:00
Author
Owner

@EvgeniaBzzz commented on GitHub (Oct 13, 2025):

Hi @valentintraen,

  1. It’s expected for CloudBeaver to ask about tab closing every time.
    The desktop version also has the same dialog, but it can be marked as “Do not ask me again.”
    Unfortunately, there’s no such setting in CloudBeaver yet, but it will be added in the future.
Image
  1. You’re right - a more appropriate solution should take the highlighting into account.
    We’ll fix this in one of the future releases.
    Thank you 💙
<!-- gh-comment-id:3397360407 --> @EvgeniaBzzz commented on GitHub (Oct 13, 2025): Hi @valentintraen, 1. It’s expected for CloudBeaver to ask about tab closing every time. The desktop version also has the same dialog, but it can be marked as “Do not ask me again.” Unfortunately, there’s no such setting in CloudBeaver yet, but it will be added in the future. <img width="2358" height="857" alt="Image" src="https://github.com/user-attachments/assets/2b2db465-b419-48b7-8c0a-f40f8f1629e8" /> 2. You’re right - a more appropriate solution should take the highlighting into account. We’ll fix this in one of the future releases. Thank you 💙
Author
Owner

@EvgeniaBzzz commented on GitHub (Feb 19, 2026):

Script execution (Alt+X / Cmd+X) has been added for highlighted queries only. These changes will be available in version 26.0.0, which is expected on March 2.

There are currently no plans to introduce a setting that would prevent the “close tabs” confirmation dialog from appearing again. However, we will keep this in mind.

We appreciate your contribution to the project 🦫

<!-- gh-comment-id:3928594192 --> @EvgeniaBzzz commented on GitHub (Feb 19, 2026): Script execution (Alt+X / Cmd+X) has been added for highlighted queries only. These changes will be available in version 26.0.0, which is expected on March 2. There are currently no plans to introduce a setting that would prevent the “close tabs” confirmation dialog from appearing again. However, we will keep this in mind. We appreciate your contribution to the project 🦫
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudbeaver#1331
No description provided.