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
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
view.add_regions
For what purpose? I suppose you’d want to use subprocess.Popen().communicate()
. Here is an example.