Sublime Forum

Change line background colour

#1

How can i change the background of a specific line on a view? And how can i read the return of a cmd call? (when i use run_command(“exec”,…)

Thanks in advance

0 Likes

#2

view.add_regions

For what purpose? I suppose you’d want to use subprocess.Popen().communicate(). Here is an example.

0 Likes