Adam

Results 154 comments of Adam
trafficstars

Oh, interesting. I like it. Should be fairly straightforward to implement. So basically you type lorem, then every time you press tab it adds another word from lorem ipsum? (and...

OK, actually looking into this now.

OK, easy enough; we don't really support newlines in regex replace (as it works on a line basis), but yeah it shouldn't crash lite. I've added an ifguard to fix...

Looks generally good; does anyone have any opinions on merging this into selectionhiglight? I have no objection; but one good thing to do, could be to include config options for...

Oh, also, try to avoid hardcoding colors; if you're gonna use a color, try and pick one that makes sense from `style`, or, if you need a new one, definitely...

I believe this is now fixed on master with https://github.com/lite-xl/lite-xl/commit/76a5d40edc9c4309cda3c8e865e1a755d6f7531e.

Anyway, thoughts behind this approach? This basically allows you to specify command line flags on a per-plugin basis. Default implementation allows you to simply set config properties as if you're...

> Not only this, but we also need to rework process API to make it much more consistent: > > 1. process.REDIRECT to accept string instead of numbers (consequence of...

> patch to fix the documentation. > > [fix-docs.patch.txt](https://github.com/lite-xl/lite-xl/files/14835852/fix-docs.patch.txt) thanks, i hate it. But I've also implemented it.

> Doing something we hate is a part of life. No one gets to choose to do only the stuff they like. Your token attempt at writing them (and subsequently...