Fork me on GitHub
#atom-editor
<
2020-09-03
>
mauricio.szabo19:09:23

@seancorfield Okay, I'm publishing parinfer-plus version 0.0.1. Expect lots of bugs and missing features (there's no config yet, only smart and paren mode is supported so far, and I saw some problems with multi-cursors) but on my tests it's working đŸ™‚

seancorfield19:09:01

Nice. I will switch over immediately and see how it behaves.

mauricio.szabo19:09:25

I'm trying to discover if a change is a "paste multi-line code" and doing the right thing (changing to paren mode, paste it, then change back to the mode you selected). Probably that's what is causing the errors on multi-cursors to be honest đŸ˜„

seancorfield19:09:44

I see it does not de-emphasize the closing parens like the old one. It's surprising how big a visual change that is.

mauricio.szabo21:09:21

No, not yet đŸ™‚. I'm also missing this functionality.

seancorfield23:09:33

Overall, it hasn't done anything incorrect but it has done a couple of things that surprised me a bit, just because they're different from the old parinfer package. I'll have to pay a bit more attention when it does something I don't expect, to decide whether it's "wrong", "better-but-unexpected", or "correct-but-not-as-good" đŸ™‚

seancorfield23:09:10

(by "wrong" I mean "technically correct behavior but probably not what most users would expect")

mauricio.szabo23:09:16

Yes, exactly. I felt the same thing: it seems to work, but sometimes it does something that's strange, but I also can't pinpoint what's wrong exactly. Please, open up issues on each editing process so we can discuss what to do in each case đŸ™‚