Fork me on GitHub
#cursive
<
2016-04-01
>
cfleming03:04:49

Cursive 1.2.2 is out, fixing a bunch of bugs - mostly around parinfer, but a few others too.

sveri08:04:06

Is there a tutorial or something which shortcuts exist for working with parinfer?

rauh08:04:04

@cfleming: Undo is completely broken now for me. It just jumps the cursor back and forth

cfleming08:04:52

@rauh: That’s really bizarre. I can’t reproduce that at all.

cfleming08:04:44

@rauh: Can you give me an example of exactly something you’re trying to do, and I’ll try the same thing here?

cfleming08:04:06

@sveri: I don’t think so, no. The parinfer website describes it best: http://shaunlebron.github.io/parinfer. The idea of parinfer is that it shouldn’t need a lot of shortcuts. The main one is tab to indent and shift-tab to dedent.

sveri08:04:59

@cfleming: Ok, I already looked at it, just was wondering if there is more to it. Good work!

rauh08:04:02

@cfleming: I move the cursor from column 0 to column 1, Then press undo continuously. It just goes back and forth from 0 to 1

cfleming08:04:25

@rauh: So you just insert a space?

rauh08:04:38

Nope, just moving

rauh08:04:44

even up and down

rauh08:04:04

If some actual edit happens it undoes that, then again jumps back and forth

rauh08:04:32

But if (1) edit (2) move the cursor (3) undo -> just jumps back and forth

cfleming08:04:49

@rauh: Ok, I see that, thanks.

rauh08:04:48

@cfleming: A little strange: If i use CTRL-Z to undo it does the behavior that I described. If I choose Edit-undo it does undo the things (kinda, needing 3 steps per undo)

cfleming08:04:01

@rauh: I reopened #1299, I’ll try to fix that ASAP.

kernelp4nic11:04:14

Hi! what's the official way to update cursive? I can't find the repository url in the user guide page. cc/ @cfleming