I created a version of my Snippet that refers to the current line, and the Python code eventually deletes this line:
- Code: Select all
self.view.run_command("insert_snippet",{"name": "Packages/CSS/Andypropxs.sublime-snippet"})
cur_linef = self.view.full_line(sel)
self.view.erase(edit, cur_linef)
This works great! But I'm more interested in working interactively with the console/output window. Next adventure