Nikita Akilov

Results 77 comments of Nikita Akilov

To build DBeaver, you need this repo and https://github.com/dbeaver/dbeaver-common cloned in the same directory, and then you need to execute `build.sh`. From its looks, https://aur.archlinux.org/packages/dbeaver-git is already fixed.

> I would think that DBeaver added that option as a custom menu item. > So you're saying that vanilla Eclipse doesn't have the "Search selected text with Google" option?...

Hey @jgranduel. It seems like you've lost in the translation process indeed. Anyway, we still suggest you write down below your translations in the form `english_text = french_text` and I...

Implementing this in the same way it works in JetBrains' products or VSCode is also fine.

Related task: https://github.com/dbeaver/dbeaver/issues/5821

I think we can do it, but only for our commercial products because of this: https://github.com/dbeaver/dbeaver/issues/5821#issuecomment-1994141845. I submitted this issue for a discussion with our product team.

Hi @rasmushalland. I understand your frustration. At the same time, it's unclear how to implement this. When you work from CLI, there is a notion of a working directory, so...

@santhosh60 You can do it this way: ```SQL SELECT * FROM "${project.path}/path/to/your/file/relative/to/the/project/root"; ```