Results 3 comments of Fwirt

Here's a 7 line Lua snippet that does what you want. Note that it does use the text margin, and there is only one available per line, so if you're...

I don't have a Linux desktop setup at the moment, but have you seen [this library](https://github.com/hoelzro/linotify)? Mitchell's debugger and file-diff modules pull in external C libraries so I would imagine...

@ilo-3a29 I was just reading the docs again and realized Textadept has a platform independent `os.spawn()` function that works perfectly for this. (Can't believe I missed that one.) All you...