Show line numbers in Visual SlickEdit

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

Thanks.

+4
source share
4 answers

I have SlickEdit 2007 (12.x), and AFAIK has no way to switch line numbers for all files at the same time, but if you are only interested in a few different file types, you can enable line number display based on the extension in the "Display line numbers" field On the General tab, under Tools> Options> Configure File Extension for each extension.

+2
source

Do you want it for a specific file type?

You can do this for each language or all languages.

Tools-> Settings-> Languages

Here you can select "All languages" or a specific language (I just tried "all")

then you should select "Linear Numbers" in the right pane.

+4
source

I am using SlickEdit 2013 (v18.0.1.2 32-bit) using Tools -> Options -> Languages โ€‹โ€‹-> All languages โ€‹โ€‹-> view, check the line numbers of the checkbox

+3
source

For SlickEdit version 12.0.3.0 (Windows)

Tools โ†’ Options โ†’ Configure file extension โ†’ General (tab)

You will see, display the line numbers in the field

For SlickEdit 2012 (v17.0.2.0 64bit) (Linux)

Tools โ†’ Options โ†’ Languages โ€‹โ€‹โ†’ Languages โ€‹โ€‹โ†’ View

You will see the line number checkbox.

+1
source

Source: https://habr.com/ru/post/1300118/


All Articles