Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Show line numbers in Visual SlickEdit

Tags:

slickedit

Does anyone know how I can show line numbers in Visual SlickEdit? I can do this on a per file basis by doing View->Line Numbers, but I'd like to just set it as a mode in the editor and not have to do it for every file I open.

Thanks.

like image 595
Jordan Avatar asked Dec 23 '22 06:12

Jordan


2 Answers

Do you want it for a specific file type?

You can do it for each language or all-languages

Tools->Options->Languages

Here you would select either 'All Languages' or a specific language (I just tried the 'all')

then you would select 'Line Numbers' on the right pane.

like image 131
nhed Avatar answered Jan 07 '23 14:01

nhed


I've got SlickEdit 2007 (12.x), and AFAIK there's not a way to toggle line numbers for all files at once, but if you're only interested in a few different file types, you can turn on display of line numbers on a per-extension basis in the Display Line Numbers checkbox of the General tab of Tools > Options > File Extension Setup for each extension.

like image 38
shoover Avatar answered Jan 07 '23 15:01

shoover