hhmmjjnn

Results 8 issues of hhmmjjnn

### Description In the **SQL Editor**, hitting the shortcut **Ctrl+Enter** to trigger the `org.jkiss.dbeaver.ui.editors.sql.run.statement` command *(which is the default mapping)* may have one of this side-effects: 1. If no text...

bug
wait for review
xf:ui
xf:sql execution

### Description This is an UX bug with the **User Interface** page of the **Preferences** window: ![image](https://github.com/dbeaver/dbeaver/assets/133042358/8fdc0f69-497b-4cc7-bfe4-4dbbed2aac66) If `dbeaver.exe` was given the `-nl` option through the command line, then the...

feature request
xf:ui

Same as #838 Works fine in `tox==3.28.0`, but not in `tox==4.5.1` The patch was lost in the rewrite. ``` [tool.tox] legacy_tox_ini = """ [tox] min_version = 4.0.0 requires = tox=4.0...

help:wanted

### Description This is an UX bug report on the **Define foreign keys** dialog box, which is just so confusing. Also, on the **Define virtual foreign keys** dialog box, which...

bug
xf:metadata
xf:ui
xp:normal

### Description When a connection fails to open, the "Loading ..." spinner disappears... ![image](https://github.com/dbeaver/dbeaver/assets/133042358/19a10fd3-eba9-4d94-b0db-868e9a71e848) ...except if the reason for failure was timeout, in which case it stays there, forever... ![image](https://github.com/dbeaver/dbeaver/assets/133042358/14af61cc-fab7-4942-9007-e385a99a904f)...

bug
can't reproduce
xf:navigator
xp:normal

### Description When you right-click a folder from a project, then select **Browse from here** you get a new panel. This panel have a filter field, but it doesn't seem...

bug
xf:navigator
xp:normal

### Description In the **Database Navigator** panel there is this drop-down button whose default option is **Show connected only**: ![image](https://github.com/dbeaver/dbeaver/assets/133042358/004c1e35-df81-4c4c-8d7c-60ad1d24a7a9) If I click it, inactive connections are hidden: ![image](https://github.com/dbeaver/dbeaver/assets/133042358/c56088ed-17cc-4fde-b478-48065e7f8353) The...

bug
xf:navigator
xf:ui

OS: Windows 11 VSCode version: `VSCodium-1.88.0` CodeLLDB version: `CodeLLDB-1.10.0` Compiler: `zig-0.11.0` Debuggee: `x86_64-windows-msvc` 1. Run command `workbench.action.debug.start` 2. task `build` completes sucessfully 3. target executable is spawned 4. process paused...