Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The line number on the SQL Editor in DBeaver

Tags:

dbeaver

How to toggle the line number on the SQL Editor in DBeaver?

I can't find this option in Window / Preferences / General / Editors / SQL Editor.

Is it possible to do this?

like image 308
simhumileco Avatar asked Jul 21 '17 11:07

simhumileco


People also ask

How do I show line numbers in DBeaver?

Right click on left column of SQL Editor and click Show / Hide Line Numbers from context menu.

How do you edit a row in DBeaver?

You can add an empty row below the row in focus. To add an empty row, click the Add new row button ( ) on the bottom toolbar. Use inline editing or open the cell values in a separate editor to populate them with data (see the sections above). You can copy any row or several rows currently in focus.


2 Answers

It is under Window / Preferences / Editors / Text Editors:

enter image description here

In older versions it was under Window / Preferences / General / Editors / Text Editors.

But as @simhumileco pointed out, there is a shortcut in the context menu when you right-click the left gutter of the editor.

like image 126
isapir Avatar answered Sep 18 '22 14:09

isapir


I found it:

Right click on left column of SQL Editor and click Show / Hide Line Numbers from context menu.

enter image description here

like image 35
simhumileco Avatar answered Sep 16 '22 14:09

simhumileco